Shades of Lucky #9C8D05
Tints of Lucky #9C8D05
RGB
CMYK
RGB Variations
Color information
#9C8D05 (or 0x9C8D05) is known color: Lucky. HEX triplet: 9C, 8D and 05. RGB value is (156,141,5). Sum of RGB (Red+Green+Blue) = 156+141+5=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8D05 is #6372FA. Grayscale: #828282. Windows color (decimal): -6517499 or 363932. OLE color: 363932.
HSL color Cylindrical-coordinate representation of color #9C8D05: hue angle of 54.04º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C8D05 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 5 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.39 |
| HSL | 54.04º | 0.94% | 0.32% | - |
| HSV(B) | 54.04º | 0.97% | 0.61% | - |
| XYZ | 23.26 | 26.13 | 3.96 | - |
| YUV | 129.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 5 | 0 | 0.10 | 0.97 | 0.39 | 54.04 | 0.94 | 0.32 |
| Hex | 9C | 8D | 5 | 0 | A | 61 | 27 | 36 | 5E | 20 |
| Octal | 234 | 215 | 5 | 0 | 12 | 141 | 47 | 66 | 136 | 40 |
| Binary | 10011100 | 10001101 | 101 | 0 | 1010 | 1100001 | 100111 | 110110 | 1011110 | 100000 |
Color Harmonies of #9C8D05
Complementary color
Monochromatic Colors of #9C8D05
Black with #9C8D05
Text Example
Text Example
White with #9C8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D05; }
p { color: rgb(156,141,5); }
H1.HeaderClassName
{
color: #9C8D05;
}
.AnyTagClassName
{
color: #9C8D05;
}
</style>
background-color css
<style>
a { background-color: #9C8D05; }
a { background-color: rgb(156,141,5); }
div.DivClassName
{
background-color: #9C8D05;
}
.BgClassName
{
background-color: #9C8D05;
}
</style>
border-color css
<style>
span { border-color: #9C8D05; }
span { border-color: rgb(156,141,5); }
td.TdClassName
{
border-color: #9C8D05;
}
.TagClassName
{
border-color: #9C8D05;
}
</style>