Shades of Lucky #9C9018
Tints of Lucky #9C9018
RGB
CMYK
RGB Variations
Color information
#9C9018 (or 0x9C9018) is known color: Lucky. HEX triplet: 9C, 90 and 18. RGB value is (156,144,24). Sum of RGB (Red+Green+Blue) = 156+144+24=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9018 is #636FE7. Grayscale: #868686. Windows color (decimal): -6516712 or 1609884. OLE color: 1609884.
HSL color Cylindrical-coordinate representation of color #9C9018: hue angle of 54.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 #9C9018 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 24 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.39 |
| HSL | 54.55º | 0.73% | 0.35% | - |
| HSV(B) | 54.55º | 0.85% | 0.61% | - |
| XYZ | 23.85 | 27.08 | 4.83 | - |
| YUV | 133.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 24 | 0 | 0.08 | 0.85 | 0.39 | 54.55 | 0.73 | 0.35 |
| Hex | 9C | 90 | 18 | 0 | 8 | 55 | 27 | 37 | 49 | 23 |
| Octal | 234 | 220 | 30 | 0 | 10 | 125 | 47 | 67 | 111 | 43 |
| Binary | 10011100 | 10010000 | 11000 | 0 | 1000 | 1010101 | 100111 | 110111 | 1001001 | 100011 |
Color Harmonies of #9C9018
Complementary color
Monochromatic Colors of #9C9018
Black with #9C9018
Text Example
Text Example
White with #9C9018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9018; }
p { color: rgb(156,144,24); }
H1.HeaderClassName
{
color: #9C9018;
}
.AnyTagClassName
{
color: #9C9018;
}
</style>
background-color css
<style>
a { background-color: #9C9018; }
a { background-color: rgb(156,144,24); }
div.DivClassName
{
background-color: #9C9018;
}
.BgClassName
{
background-color: #9C9018;
}
</style>
border-color css
<style>
span { border-color: #9C9018; }
span { border-color: rgb(156,144,24); }
td.TdClassName
{
border-color: #9C9018;
}
.TagClassName
{
border-color: #9C9018;
}
</style>