Shades of Lucky #9E910B
Tints of Lucky #9E910B
RGB
CMYK
RGB Variations
Color information
#9E910B (or 0x9E910B) is known color: Lucky. HEX triplet: 9E, 91 and 0B. RGB value is (158,145,11). Sum of RGB (Red+Green+Blue) = 158+145+11=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E910B is #616EF4. Grayscale: #868686. Windows color (decimal): -6385397 or 758174. OLE color: 758174.
HSL color Cylindrical-coordinate representation of color #9E910B: hue angle of 54.69º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E910B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.38 |
| HSL | 54.69º | 0.87% | 0.33% | - |
| HSV(B) | 54.69º | 0.93% | 0.62% | - |
| XYZ | 24.29 | 27.54 | 4.35 | - |
| YUV | 133.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 11 | 0 | 0.08 | 0.93 | 0.38 | 54.69 | 0.87 | 0.33 |
| Hex | 9E | 91 | B | 0 | 8 | 5D | 26 | 37 | 57 | 21 |
| Octal | 236 | 221 | 13 | 0 | 10 | 135 | 46 | 67 | 127 | 41 |
| Binary | 10011110 | 10010001 | 1011 | 0 | 1000 | 1011101 | 100110 | 110111 | 1010111 | 100001 |
Color Harmonies of #9E910B
Complementary color
Monochromatic Colors of #9E910B
Black with #9E910B
Text Example
Text Example
White with #9E910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E910B; }
p { color: rgb(158,145,11); }
H1.HeaderClassName
{
color: #9E910B;
}
.AnyTagClassName
{
color: #9E910B;
}
</style>
background-color css
<style>
a { background-color: #9E910B; }
a { background-color: rgb(158,145,11); }
div.DivClassName
{
background-color: #9E910B;
}
.BgClassName
{
background-color: #9E910B;
}
</style>
border-color css
<style>
span { border-color: #9E910B; }
span { border-color: rgb(158,145,11); }
td.TdClassName
{
border-color: #9E910B;
}
.TagClassName
{
border-color: #9E910B;
}
</style>