Shades of Lucky #9C9217
Tints of Lucky #9C9217
RGB
CMYK
RGB Variations
Color information
#9C9217 (or 0x9C9217) is known color: Lucky. HEX triplet: 9C, 92 and 17. RGB value is (156,146,23). Sum of RGB (Red+Green+Blue) = 156+146+23=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9217 is #636DE8. Grayscale: #878787. Windows color (decimal): -6516201 or 1544860. OLE color: 1544860.
HSL color Cylindrical-coordinate representation of color #9C9217: hue angle of 55.49º degrees, saturation: 0.74, 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 #9C9217 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 23 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.39 |
| HSL | 55.49º | 0.74% | 0.35% | - |
| HSV(B) | 55.49º | 0.85% | 0.61% | - |
| XYZ | 24.14 | 27.69 | 4.88 | - |
| YUV | 134.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 23 | 0 | 0.06 | 0.85 | 0.39 | 55.49 | 0.74 | 0.35 |
| Hex | 9C | 92 | 17 | 0 | 6 | 55 | 27 | 37 | 4A | 23 |
| Octal | 234 | 222 | 27 | 0 | 6 | 125 | 47 | 67 | 112 | 43 |
| Binary | 10011100 | 10010010 | 10111 | 0 | 110 | 1010101 | 100111 | 110111 | 1001010 | 100011 |
Color Harmonies of #9C9217
Complementary color
Monochromatic Colors of #9C9217
Black with #9C9217
Text Example
Text Example
White with #9C9217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9217; }
p { color: rgb(156,146,23); }
H1.HeaderClassName
{
color: #9C9217;
}
.AnyTagClassName
{
color: #9C9217;
}
</style>
background-color css
<style>
a { background-color: #9C9217; }
a { background-color: rgb(156,146,23); }
div.DivClassName
{
background-color: #9C9217;
}
.BgClassName
{
background-color: #9C9217;
}
</style>
border-color css
<style>
span { border-color: #9C9217; }
span { border-color: rgb(156,146,23); }
td.TdClassName
{
border-color: #9C9217;
}
.TagClassName
{
border-color: #9C9217;
}
</style>