Shades of Lucky #9C9819
Tints of Lucky #9C9819
RGB
CMYK
RGB Variations
Color information
#9C9819 (or 0x9C9819) is known color: Lucky. HEX triplet: 9C, 98 and 19. RGB value is (156,152,25). Sum of RGB (Red+Green+Blue) = 156+152+25=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9819 is #6367E6. Grayscale: #8B8B8B. Windows color (decimal): -6514663 or 1677468. OLE color: 1677468.
HSL color Cylindrical-coordinate representation of color #9C9819: hue angle of 58.17º 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 #9C9819 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 25 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.39 |
| HSL | 58.17º | 0.72% | 0.35% | - |
| HSV(B) | 58.17º | 0.84% | 0.61% | - |
| XYZ | 25.11 | 29.59 | 5.31 | - |
| YUV | 138.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 25 | 0 | 0.03 | 0.84 | 0.39 | 58.17 | 0.72 | 0.35 |
| Hex | 9C | 98 | 19 | 0 | 3 | 54 | 27 | 3A | 48 | 23 |
| Octal | 234 | 230 | 31 | 0 | 3 | 124 | 47 | 72 | 110 | 43 |
| Binary | 10011100 | 10011000 | 11001 | 0 | 11 | 1010100 | 100111 | 111010 | 1001000 | 100011 |
Color Harmonies of #9C9819
Complementary color
Monochromatic Colors of #9C9819
Black with #9C9819
Text Example
Text Example
White with #9C9819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9819; }
p { color: rgb(156,152,25); }
H1.HeaderClassName
{
color: #9C9819;
}
.AnyTagClassName
{
color: #9C9819;
}
</style>
background-color css
<style>
a { background-color: #9C9819; }
a { background-color: rgb(156,152,25); }
div.DivClassName
{
background-color: #9C9819;
}
.BgClassName
{
background-color: #9C9819;
}
</style>
border-color css
<style>
span { border-color: #9C9819; }
span { border-color: rgb(156,152,25); }
td.TdClassName
{
border-color: #9C9819;
}
.TagClassName
{
border-color: #9C9819;
}
</style>