Shades of Lucky #9C9A16
Tints of Lucky #9C9A16
RGB
CMYK
RGB Variations
Color information
#9C9A16 (or 0x9C9A16) is known color: Lucky. HEX triplet: 9C, 9A and 16. RGB value is (156,154,22). Sum of RGB (Red+Green+Blue) = 156+154+22=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9A16 is #6365E9. Grayscale: #8C8C8C. Windows color (decimal): -6514154 or 1481372. OLE color: 1481372.
HSL color Cylindrical-coordinate representation of color #9C9A16: hue angle of 59.1º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C9A16 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 22 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.39 |
| HSL | 59.1º | 0.75% | 0.35% | - |
| HSV(B) | 59.1º | 0.86% | 0.61% | - |
| XYZ | 25.41 | 30.24 | 5.26 | - |
| YUV | 139.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 22 | 0 | 0.01 | 0.86 | 0.39 | 59.1 | 0.75 | 0.35 |
| Hex | 9C | 9A | 16 | 0 | 1 | 56 | 27 | 3B | 4B | 23 |
| Octal | 234 | 232 | 26 | 0 | 1 | 126 | 47 | 73 | 113 | 43 |
| Binary | 10011100 | 10011010 | 10110 | 0 | 1 | 1010110 | 100111 | 111011 | 1001011 | 100011 |
Color Harmonies of #9C9A16
Complementary color
Monochromatic Colors of #9C9A16
Black with #9C9A16
Text Example
Text Example
White with #9C9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A16; }
p { color: rgb(156,154,22); }
H1.HeaderClassName
{
color: #9C9A16;
}
.AnyTagClassName
{
color: #9C9A16;
}
</style>
background-color css
<style>
a { background-color: #9C9A16; }
a { background-color: rgb(156,154,22); }
div.DivClassName
{
background-color: #9C9A16;
}
.BgClassName
{
background-color: #9C9A16;
}
</style>
border-color css
<style>
span { border-color: #9C9A16; }
span { border-color: rgb(156,154,22); }
td.TdClassName
{
border-color: #9C9A16;
}
.TagClassName
{
border-color: #9C9A16;
}
</style>