Shades of Lucky #9C9019
Tints of Lucky #9C9019
RGB
CMYK
RGB Variations
Color information
#9C9019 (or 0x9C9019) is known color: Lucky. HEX triplet: 9C, 90 and 19. RGB value is (156,144,25). Sum of RGB (Red+Green+Blue) = 156+144+25=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9019 is #636FE6. Grayscale: #868686. Windows color (decimal): -6516711 or 1675420. OLE color: 1675420.
HSL color Cylindrical-coordinate representation of color #9C9019: hue angle of 54.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C9019 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 25 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.39 |
| HSL | 54.5º | 0.72% | 0.35% | - |
| HSV(B) | 54.5º | 0.84% | 0.61% | - |
| XYZ | 23.86 | 27.08 | 4.89 | - |
| YUV | 134.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 25 | 0 | 0.08 | 0.84 | 0.39 | 54.5 | 0.72 | 0.35 |
| Hex | 9C | 90 | 19 | 0 | 8 | 54 | 27 | 37 | 48 | 23 |
| Octal | 234 | 220 | 31 | 0 | 10 | 124 | 47 | 67 | 110 | 43 |
| Binary | 10011100 | 10010000 | 11001 | 0 | 1000 | 1010100 | 100111 | 110111 | 1001000 | 100011 |
Color Harmonies of #9C9019
Complementary color
Monochromatic Colors of #9C9019
Black with #9C9019
Text Example
Text Example
White with #9C9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9019; }
p { color: rgb(156,144,25); }
H1.HeaderClassName
{
color: #9C9019;
}
.AnyTagClassName
{
color: #9C9019;
}
</style>
background-color css
<style>
a { background-color: #9C9019; }
a { background-color: rgb(156,144,25); }
div.DivClassName
{
background-color: #9C9019;
}
.BgClassName
{
background-color: #9C9019;
}
</style>
border-color css
<style>
span { border-color: #9C9019; }
span { border-color: rgb(156,144,25); }
td.TdClassName
{
border-color: #9C9019;
}
.TagClassName
{
border-color: #9C9019;
}
</style>