Shades of Lucky #9C9116
Tints of Lucky #9C9116
RGB
CMYK
RGB Variations
Color information
#9C9116 (or 0x9C9116) is known color: Lucky. HEX triplet: 9C, 91 and 16. RGB value is (156,145,22). Sum of RGB (Red+Green+Blue) = 156+145+22=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9116 is #636EE9. Grayscale: #868686. Windows color (decimal): -6516458 or 1479068. OLE color: 1479068.
HSL color Cylindrical-coordinate representation of color #9C9116: hue angle of 55.07º 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 #9C9116 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 22 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.39 |
| HSL | 55.07º | 0.75% | 0.35% | - |
| HSV(B) | 55.07º | 0.86% | 0.61% | - |
| XYZ | 23.98 | 27.38 | 4.78 | - |
| YUV | 134.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 22 | 0 | 0.07 | 0.86 | 0.39 | 55.07 | 0.75 | 0.35 |
| Hex | 9C | 91 | 16 | 0 | 7 | 56 | 27 | 37 | 4B | 23 |
| Octal | 234 | 221 | 26 | 0 | 7 | 126 | 47 | 67 | 113 | 43 |
| Binary | 10011100 | 10010001 | 10110 | 0 | 111 | 1010110 | 100111 | 110111 | 1001011 | 100011 |
Color Harmonies of #9C9116
Complementary color
Monochromatic Colors of #9C9116
Black with #9C9116
Text Example
Text Example
White with #9C9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9116; }
p { color: rgb(156,145,22); }
H1.HeaderClassName
{
color: #9C9116;
}
.AnyTagClassName
{
color: #9C9116;
}
</style>
background-color css
<style>
a { background-color: #9C9116; }
a { background-color: rgb(156,145,22); }
div.DivClassName
{
background-color: #9C9116;
}
.BgClassName
{
background-color: #9C9116;
}
</style>
border-color css
<style>
span { border-color: #9C9116; }
span { border-color: rgb(156,145,22); }
td.TdClassName
{
border-color: #9C9116;
}
.TagClassName
{
border-color: #9C9116;
}
</style>