Shades of Lucky #9C9618
Tints of Lucky #9C9618
RGB
CMYK
RGB Variations
Color information
#9C9618 (or 0x9C9618) is known color: Lucky. HEX triplet: 9C, 96 and 18. RGB value is (156,150,24). Sum of RGB (Red+Green+Blue) = 156+150+24=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9618 is #6369E7. Grayscale: #898989. Windows color (decimal): -6515176 or 1611420. OLE color: 1611420.
HSL color Cylindrical-coordinate representation of color #9C9618: hue angle of 57.27º 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 #9C9618 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 24 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.39 |
| HSL | 57.27º | 0.73% | 0.35% | - |
| HSV(B) | 57.27º | 0.85% | 0.61% | - |
| XYZ | 24.78 | 28.95 | 5.15 | - |
| YUV | 137.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 24 | 0 | 0.04 | 0.85 | 0.39 | 57.27 | 0.73 | 0.35 |
| Hex | 9C | 96 | 18 | 0 | 4 | 55 | 27 | 39 | 49 | 23 |
| Octal | 234 | 226 | 30 | 0 | 4 | 125 | 47 | 71 | 111 | 43 |
| Binary | 10011100 | 10010110 | 11000 | 0 | 100 | 1010101 | 100111 | 111001 | 1001001 | 100011 |
Color Harmonies of #9C9618
Complementary color
Monochromatic Colors of #9C9618
Black with #9C9618
Text Example
Text Example
White with #9C9618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9618; }
p { color: rgb(156,150,24); }
H1.HeaderClassName
{
color: #9C9618;
}
.AnyTagClassName
{
color: #9C9618;
}
</style>
background-color css
<style>
a { background-color: #9C9618; }
a { background-color: rgb(156,150,24); }
div.DivClassName
{
background-color: #9C9618;
}
.BgClassName
{
background-color: #9C9618;
}
</style>
border-color css
<style>
span { border-color: #9C9618; }
span { border-color: rgb(156,150,24); }
td.TdClassName
{
border-color: #9C9618;
}
.TagClassName
{
border-color: #9C9618;
}
</style>