Shades of Lucky #9C9201
Tints of Lucky #9C9201
RGB
CMYK
RGB Variations
Color information
#9C9201 (or 0x9C9201) is known color: Lucky. HEX triplet: 9C, 92 and 01. RGB value is (156,146,1). Sum of RGB (Red+Green+Blue) = 156+146+1=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9201 is #636DFE. Grayscale: #858585. Windows color (decimal): -6516223 or 103068. OLE color: 103068.
HSL color Cylindrical-coordinate representation of color #9C9201: hue angle of 56.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C9201 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.39 |
| HSL | 56.13º | 0.99% | 0.31% | - |
| HSV(B) | 56.13º | 0.99% | 0.61% | - |
| XYZ | 23.99 | 27.63 | 4.1 | - |
| YUV | 132.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 1 | 0 | 0.06 | 0.99 | 0.39 | 56.13 | 0.99 | 0.31 |
| Hex | 9C | 92 | 1 | 0 | 6 | 63 | 27 | 38 | 63 | 1F |
| Octal | 234 | 222 | 1 | 0 | 6 | 143 | 47 | 70 | 143 | 37 |
| Binary | 10011100 | 10010010 | 1 | 0 | 110 | 1100011 | 100111 | 111000 | 1100011 | 11111 |
Color Harmonies of #9C9201
Complementary color
Monochromatic Colors of #9C9201
Black with #9C9201
Text Example
Text Example
White with #9C9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9201; }
p { color: rgb(156,146,1); }
H1.HeaderClassName
{
color: #9C9201;
}
.AnyTagClassName
{
color: #9C9201;
}
</style>
background-color css
<style>
a { background-color: #9C9201; }
a { background-color: rgb(156,146,1); }
div.DivClassName
{
background-color: #9C9201;
}
.BgClassName
{
background-color: #9C9201;
}
</style>
border-color css
<style>
span { border-color: #9C9201; }
span { border-color: rgb(156,146,1); }
td.TdClassName
{
border-color: #9C9201;
}
.TagClassName
{
border-color: #9C9201;
}
</style>