Shades of Lucky #9C9918
Tints of Lucky #9C9918
RGB
CMYK
RGB Variations
Color information
#9C9918 (or 0x9C9918) is known color: Lucky. HEX triplet: 9C, 99 and 18. RGB value is (156,153,24). Sum of RGB (Red+Green+Blue) = 156+153+24=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9918 is #6366E7. Grayscale: #8B8B8B. Windows color (decimal): -6514408 or 1612188. OLE color: 1612188.
HSL color Cylindrical-coordinate representation of color #9C9918: hue angle of 58.64º 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 #9C9918 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 24 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.39 |
| HSL | 58.64º | 0.73% | 0.35% | - |
| HSV(B) | 58.64º | 0.85% | 0.61% | - |
| XYZ | 25.27 | 29.92 | 5.31 | - |
| YUV | 139.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 24 | 0 | 0.02 | 0.85 | 0.39 | 58.64 | 0.73 | 0.35 |
| Hex | 9C | 99 | 18 | 0 | 2 | 55 | 27 | 3B | 49 | 23 |
| Octal | 234 | 231 | 30 | 0 | 2 | 125 | 47 | 73 | 111 | 43 |
| Binary | 10011100 | 10011001 | 11000 | 0 | 10 | 1010101 | 100111 | 111011 | 1001001 | 100011 |
Color Harmonies of #9C9918
Complementary color
Monochromatic Colors of #9C9918
Black with #9C9918
Text Example
Text Example
White with #9C9918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9918; }
p { color: rgb(156,153,24); }
H1.HeaderClassName
{
color: #9C9918;
}
.AnyTagClassName
{
color: #9C9918;
}
</style>
background-color css
<style>
a { background-color: #9C9918; }
a { background-color: rgb(156,153,24); }
div.DivClassName
{
background-color: #9C9918;
}
.BgClassName
{
background-color: #9C9918;
}
</style>
border-color css
<style>
span { border-color: #9C9918; }
span { border-color: rgb(156,153,24); }
td.TdClassName
{
border-color: #9C9918;
}
.TagClassName
{
border-color: #9C9918;
}
</style>