Color spaces of #969233
RGB | 150 | 146 | 51 |
---|---|---|---|
HSL | 0.16 | 0.49 | 0.39 |
HSV | 58° | 66° | 59° |
CMYK | 0.00 | 0.03 | 0.66 0.41 |
XYZ | 23.4541 | 27.2808 | 7.1615 |
Yxy | 27.2808 | 0.4051 | 0.4712 |
Hunter Lab | 52.2310 | -11.2497 | 28.4323 |
CIE-Lab | 59.2333 | -10.6667 | 48.9809 |
#969233 color RGB value is (150,146,51).
#969233 hex color red value is 150, green value is 146 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #969233 hue: 0.16 , saturation: 0.49 and the lightness value of 969233 is 0.39.
The process color (four color CMYK) of #969233 color hex is 0.00, 0.03, 0.66, 0.41. Web safe color of #969233 is #999933. Color #969233 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10010010 | 00110011 |
Octal | 226 | 222 | 63 |
Decimal | 150 | 146 | 51 |
Hex | 96 | 92 | 33 |
Shades of #969233
Tints of #969233
RGB Percentages of Color #969233
CMYK Percentages of Color #969233
Complementary Color
#969233 | #333796 |
#969233 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#969233 Color Preview on White Background
Lorem ipsum dolor sit amet.
#969233 Color CSS Codes
.mybgcolor {background-color:#969233; } .myforecolor {color:#969233; } .mybordercolor {border:3px solid #969233; }
#969233 Text Font Color
<p style="color:#969233">Text here</p>
This sample text font color is #969233
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#969233 Background Color
<div style="background-color:#969233">
Div content here</div>
This div background color is #969233
#969233 Border Color
<div style="border:3px solid #969233">
Div here</div>
This div border color is #969233
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,146,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #969233; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969233; -webkit-box-shadow: 1px 1px 3px 2px #969233; box-shadow: 1px 1px 3px 2px #969233; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,146,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #969233">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #969233; -webkit-box-shadow: 1px 1px 3px 2px #969233; box-shadow: 1px 1px 3px 2px #969233;">
Div content here</div>
This div box has shadow with color #969233
Comments
No comments written yet.
Please login to write comment.