Color spaces of #9ca166
RGB | 156 | 161 | 102 |
---|---|---|---|
HSL | 0.18 | 0.24 | 0.52 |
HSV | 65° | 37° | 63° |
CMYK | 0.03 | 0.00 | 0.37 0.37 |
XYZ | 28.8534 | 33.5170 | 17.5191 |
Yxy | 33.5170 | 0.3612 | 0.4195 |
Hunter Lab | 57.8939 | -12.3527 | 22.5841 |
CIE-Lab | 64.5774 | -11.2773 | 30.1469 |
#9ca166 color RGB value is (156,161,102).
#9ca166 hex color red value is 156, green value is 161 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #9ca166 hue: 0.18 , saturation: 0.24 and the lightness value of 9ca166 is 0.52.
The process color (four color CMYK) of #9ca166 color hex is 0.03, 0.00, 0.37, 0.37. Web safe color of #9ca166 is #999966. Color #9ca166 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10100001 | 01100110 |
Octal | 234 | 241 | 146 |
Decimal | 156 | 161 | 102 |
Hex | 9C | A1 | 66 |
Shades of #9ca166
Tints of #9ca166
RGB Percentages of Color #9ca166
CMYK Percentages of Color #9ca166
Complementary Color
#9ca166 | #6b66a1 |
#9ca166 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ca166 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ca166 Color CSS Codes
.mybgcolor {background-color:#9ca166; } .myforecolor {color:#9ca166; } .mybordercolor {border:3px solid #9ca166; }
#9ca166 Text Font Color
<p style="color:#9ca166">Text here</p>
This sample text font color is #9ca166
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.
#9ca166 Background Color
<div style="background-color:#9ca166">
Div content here</div>
This div background color is #9ca166
#9ca166 Border Color
<div style="border:3px solid #9ca166">
Div here</div>
This div border color is #9ca166
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,161,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ca166; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ca166; -webkit-box-shadow: 1px 1px 3px 2px #9ca166; box-shadow: 1px 1px 3px 2px #9ca166; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,161,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ca166">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ca166; -webkit-box-shadow: 1px 1px 3px 2px #9ca166; box-shadow: 1px 1px 3px 2px #9ca166;">
Div content here</div>
This div box has shadow with color #9ca166
Comments
No comments written yet.
Please login to write comment.