Shades of Lucky #9C9118
Tints of Lucky #9C9118
RGB
CMYK
RGB Variations
Color information
#9C9118 (or 0x9C9118) is known color: Lucky. HEX triplet: 9C, 91 and 18. RGB value is (156,145,24). Sum of RGB (Red+Green+Blue) = 156+145+24=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9118 is #636EE7. Grayscale: #868686. Windows color (decimal): -6516456 or 1610140. OLE color: 1610140.
HSL color Cylindrical-coordinate representation of color #9C9118: hue angle of 55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C9118 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 24 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.39 |
| HSL | 55º | 0.73% | 0.35% | - |
| HSV(B) | 55º | 0.85% | 0.61% | - |
| XYZ | 24 | 27.38 | 4.88 | - |
| YUV | 134.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 24 | 0 | 0.07 | 0.85 | 0.39 | 55 | 0.73 | 0.35 |
| Hex | 9C | 91 | 18 | 0 | 7 | 55 | 27 | 37 | 49 | 23 |
| Octal | 234 | 221 | 30 | 0 | 7 | 125 | 47 | 67 | 111 | 43 |
| Binary | 10011100 | 10010001 | 11000 | 0 | 111 | 1010101 | 100111 | 110111 | 1001001 | 100011 |
Color Harmonies of #9C9118
Complementary color
Monochromatic Colors of #9C9118
Black with #9C9118
Text Example
Text Example
White with #9C9118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9118; }
p { color: rgb(156,145,24); }
H1.HeaderClassName
{
color: #9C9118;
}
.AnyTagClassName
{
color: #9C9118;
}
</style>
background-color css
<style>
a { background-color: #9C9118; }
a { background-color: rgb(156,145,24); }
div.DivClassName
{
background-color: #9C9118;
}
.BgClassName
{
background-color: #9C9118;
}
</style>
border-color css
<style>
span { border-color: #9C9118; }
span { border-color: rgb(156,145,24); }
td.TdClassName
{
border-color: #9C9118;
}
.TagClassName
{
border-color: #9C9118;
}
</style>