Shades of Lucky #9C911F
Tints of Lucky #9C911F
RGB
CMYK
RGB Variations
Color information
#9C911F (or 0x9C911F) is known color: Lucky. HEX triplet: 9C, 91 and 1F. RGB value is (156,145,31). Sum of RGB (Red+Green+Blue) = 156+145+31=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C911F is #636EE0. Grayscale: #878787. Windows color (decimal): -6516449 or 2068892. OLE color: 2068892.
HSL color Cylindrical-coordinate representation of color #9C911F: hue angle of 54.72º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C911F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 31 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.39 |
| HSL | 54.72º | 0.67% | 0.37% | - |
| HSV(B) | 54.72º | 0.8% | 0.61% | - |
| XYZ | 24.08 | 27.42 | 5.32 | - |
| YUV | 135.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 31 | 0 | 0.07 | 0.80 | 0.39 | 54.72 | 0.67 | 0.37 |
| Hex | 9C | 91 | 1F | 0 | 7 | 50 | 27 | 37 | 43 | 25 |
| Octal | 234 | 221 | 37 | 0 | 7 | 120 | 47 | 67 | 103 | 45 |
| Binary | 10011100 | 10010001 | 11111 | 0 | 111 | 1010000 | 100111 | 110111 | 1000011 | 100101 |
Color Harmonies of #9C911F
Complementary color
Monochromatic Colors of #9C911F
Black with #9C911F
Text Example
Text Example
White with #9C911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C911F; }
p { color: rgb(156,145,31); }
H1.HeaderClassName
{
color: #9C911F;
}
.AnyTagClassName
{
color: #9C911F;
}
</style>
background-color css
<style>
a { background-color: #9C911F; }
a { background-color: rgb(156,145,31); }
div.DivClassName
{
background-color: #9C911F;
}
.BgClassName
{
background-color: #9C911F;
}
</style>
border-color css
<style>
span { border-color: #9C911F; }
span { border-color: rgb(156,145,31); }
td.TdClassName
{
border-color: #9C911F;
}
.TagClassName
{
border-color: #9C911F;
}
</style>