Shades of Lucky #9E8F13
Tints of Lucky #9E8F13
RGB
CMYK
RGB Variations
Color information
#9E8F13 (or 0x9E8F13) is known color: Lucky. HEX triplet: 9E, 8F and 13. RGB value is (158,143,19). Sum of RGB (Red+Green+Blue) = 158+143+19=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8F13 is #6170EC. Grayscale: #858585. Windows color (decimal): -6385901 or 1281950. OLE color: 1281950.
HSL color Cylindrical-coordinate representation of color #9E8F13: hue angle of 53.53º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E8F13 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 143 | 19 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.38 |
| HSL | 53.53º | 0.79% | 0.35% | - |
| HSV(B) | 53.53º | 0.88% | 0.62% | - |
| XYZ | 24.04 | 26.96 | 4.55 | - |
| YUV | 133.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 19 | 0 | 0.09 | 0.88 | 0.38 | 53.53 | 0.79 | 0.35 |
| Hex | 9E | 8F | 13 | 0 | 9 | 58 | 26 | 36 | 4F | 23 |
| Octal | 236 | 217 | 23 | 0 | 11 | 130 | 46 | 66 | 117 | 43 |
| Binary | 10011110 | 10001111 | 10011 | 0 | 1001 | 1011000 | 100110 | 110110 | 1001111 | 100011 |
Color Harmonies of #9E8F13
Complementary color
Monochromatic Colors of #9E8F13
Black with #9E8F13
Text Example
Text Example
White with #9E8F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8F13; }
p { color: rgb(158,143,19); }
H1.HeaderClassName
{
color: #9E8F13;
}
.AnyTagClassName
{
color: #9E8F13;
}
</style>
background-color css
<style>
a { background-color: #9E8F13; }
a { background-color: rgb(158,143,19); }
div.DivClassName
{
background-color: #9E8F13;
}
.BgClassName
{
background-color: #9E8F13;
}
</style>
border-color css
<style>
span { border-color: #9E8F13; }
span { border-color: rgb(158,143,19); }
td.TdClassName
{
border-color: #9E8F13;
}
.TagClassName
{
border-color: #9E8F13;
}
</style>