Shades of Lucky #9C9520
Tints of Lucky #9C9520
RGB
CMYK
RGB Variations
Color information
#9C9520 (or 0x9C9520) is known color: Lucky. HEX triplet: 9C, 95 and 20. RGB value is (156,149,32). Sum of RGB (Red+Green+Blue) = 156+149+32=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9520 is #636ADF. Grayscale: #8A8A8A. Windows color (decimal): -6515424 or 2135452. OLE color: 2135452.
HSL color Cylindrical-coordinate representation of color #9C9520: hue angle of 56.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C9520 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 32 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.39 |
| HSL | 56.61º | 0.66% | 0.37% | - |
| HSV(B) | 56.61º | 0.79% | 0.61% | - |
| XYZ | 24.72 | 28.67 | 5.6 | - |
| YUV | 137.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 32 | 0 | 0.04 | 0.79 | 0.39 | 56.61 | 0.66 | 0.37 |
| Hex | 9C | 95 | 20 | 0 | 4 | 4F | 27 | 39 | 42 | 25 |
| Octal | 234 | 225 | 40 | 0 | 4 | 117 | 47 | 71 | 102 | 45 |
| Binary | 10011100 | 10010101 | 100000 | 0 | 100 | 1001111 | 100111 | 111001 | 1000010 | 100101 |
Color Harmonies of #9C9520
Complementary color
Monochromatic Colors of #9C9520
Black with #9C9520
Text Example
Text Example
White with #9C9520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9520; }
p { color: rgb(156,149,32); }
H1.HeaderClassName
{
color: #9C9520;
}
.AnyTagClassName
{
color: #9C9520;
}
</style>
background-color css
<style>
a { background-color: #9C9520; }
a { background-color: rgb(156,149,32); }
div.DivClassName
{
background-color: #9C9520;
}
.BgClassName
{
background-color: #9C9520;
}
</style>
border-color css
<style>
span { border-color: #9C9520; }
span { border-color: rgb(156,149,32); }
td.TdClassName
{
border-color: #9C9520;
}
.TagClassName
{
border-color: #9C9520;
}
</style>