Shades of Lucky #9E920B
Tints of Lucky #9E920B
RGB
CMYK
RGB Variations
Color information
#9E920B (or 0x9E920B) is known color: Lucky. HEX triplet: 9E, 92 and 0B. RGB value is (158,146,11). Sum of RGB (Red+Green+Blue) = 158+146+11=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E920B is #616DF4. Grayscale: #868686. Windows color (decimal): -6385141 or 758430. OLE color: 758430.
HSL color Cylindrical-coordinate representation of color #9E920B: hue angle of 55.1º 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 #9E920B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 146 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.38 |
| HSL | 55.1º | 0.87% | 0.33% | - |
| HSV(B) | 55.1º | 0.93% | 0.62% | - |
| XYZ | 24.44 | 27.85 | 4.4 | - |
| YUV | 134.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 11 | 0 | 0.08 | 0.93 | 0.38 | 55.1 | 0.87 | 0.33 |
| Hex | 9E | 92 | B | 0 | 8 | 5D | 26 | 37 | 57 | 21 |
| Octal | 236 | 222 | 13 | 0 | 10 | 135 | 46 | 67 | 127 | 41 |
| Binary | 10011110 | 10010010 | 1011 | 0 | 1000 | 1011101 | 100110 | 110111 | 1010111 | 100001 |
Color Harmonies of #9E920B
Complementary color
Monochromatic Colors of #9E920B
Black with #9E920B
Text Example
Text Example
White with #9E920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E920B; }
p { color: rgb(158,146,11); }
H1.HeaderClassName
{
color: #9E920B;
}
.AnyTagClassName
{
color: #9E920B;
}
</style>
background-color css
<style>
a { background-color: #9E920B; }
a { background-color: rgb(158,146,11); }
div.DivClassName
{
background-color: #9E920B;
}
.BgClassName
{
background-color: #9E920B;
}
</style>
border-color css
<style>
span { border-color: #9E920B; }
span { border-color: rgb(158,146,11); }
td.TdClassName
{
border-color: #9E920B;
}
.TagClassName
{
border-color: #9E920B;
}
</style>