Shades of Lucky #9C8F0D
Tints of Lucky #9C8F0D
RGB
CMYK
RGB Variations
Color information
#9C8F0D (or 0x9C8F0D) is known color: Lucky. HEX triplet: 9C, 8F and 0D. RGB value is (156,143,13). Sum of RGB (Red+Green+Blue) = 156+143+13=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8F0D is #6370F2. Grayscale: #848484. Windows color (decimal): -6516979 or 888732. OLE color: 888732.
HSL color Cylindrical-coordinate representation of color #9C8F0D: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C8F0D is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 13 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.39 |
| HSL | 54.55º | 0.85% | 0.33% | - |
| HSV(B) | 54.55º | 0.92% | 0.61% | - |
| XYZ | 23.61 | 26.74 | 4.3 | - |
| YUV | 132.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 13 | 0 | 0.08 | 0.92 | 0.39 | 54.55 | 0.85 | 0.33 |
| Hex | 9C | 8F | D | 0 | 8 | 5C | 27 | 37 | 55 | 21 |
| Octal | 234 | 217 | 15 | 0 | 10 | 134 | 47 | 67 | 125 | 41 |
| Binary | 10011100 | 10001111 | 1101 | 0 | 1000 | 1011100 | 100111 | 110111 | 1010101 | 100001 |
Color Harmonies of #9C8F0D
Complementary color
Monochromatic Colors of #9C8F0D
Black with #9C8F0D
Text Example
Text Example
White with #9C8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F0D; }
p { color: rgb(156,143,13); }
H1.HeaderClassName
{
color: #9C8F0D;
}
.AnyTagClassName
{
color: #9C8F0D;
}
</style>
background-color css
<style>
a { background-color: #9C8F0D; }
a { background-color: rgb(156,143,13); }
div.DivClassName
{
background-color: #9C8F0D;
}
.BgClassName
{
background-color: #9C8F0D;
}
</style>
border-color css
<style>
span { border-color: #9C8F0D; }
span { border-color: rgb(156,143,13); }
td.TdClassName
{
border-color: #9C8F0D;
}
.TagClassName
{
border-color: #9C8F0D;
}
</style>