Shades of Lucky #9C971C
Tints of Lucky #9C971C
RGB
CMYK
RGB Variations
Color information
#9C971C (or 0x9C971C) is known color: Lucky. HEX triplet: 9C, 97 and 1C. RGB value is (156,151,28). Sum of RGB (Red+Green+Blue) = 156+151+28=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C971C is #6368E3. Grayscale: #8A8A8A. Windows color (decimal): -6514916 or 1873820. OLE color: 1873820.
HSL color Cylindrical-coordinate representation of color #9C971C: hue angle of 57.66º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C971C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 28 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.39 |
| HSL | 57.66º | 0.7% | 0.36% | - |
| HSV(B) | 57.66º | 0.82% | 0.61% | - |
| XYZ | 24.99 | 29.28 | 5.43 | - |
| YUV | 138.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 28 | 0 | 0.03 | 0.82 | 0.39 | 57.66 | 0.7 | 0.36 |
| Hex | 9C | 97 | 1C | 0 | 3 | 52 | 27 | 3A | 46 | 24 |
| Octal | 234 | 227 | 34 | 0 | 3 | 122 | 47 | 72 | 106 | 44 |
| Binary | 10011100 | 10010111 | 11100 | 0 | 11 | 1010010 | 100111 | 111010 | 1000110 | 100100 |
Color Harmonies of #9C971C
Complementary color
Monochromatic Colors of #9C971C
Black with #9C971C
Text Example
Text Example
White with #9C971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C971C; }
p { color: rgb(156,151,28); }
H1.HeaderClassName
{
color: #9C971C;
}
.AnyTagClassName
{
color: #9C971C;
}
</style>
background-color css
<style>
a { background-color: #9C971C; }
a { background-color: rgb(156,151,28); }
div.DivClassName
{
background-color: #9C971C;
}
.BgClassName
{
background-color: #9C971C;
}
</style>
border-color css
<style>
span { border-color: #9C971C; }
span { border-color: rgb(156,151,28); }
td.TdClassName
{
border-color: #9C971C;
}
.TagClassName
{
border-color: #9C971C;
}
</style>