Shades of Lucky #9E962B
Tints of Lucky #9E962B
RGB
CMYK
RGB Variations
Color information
#9E962B (or 0x9E962B) is known color: Lucky. HEX triplet: 9E, 96 and 2B. RGB value is (158,150,43). Sum of RGB (Red+Green+Blue) = 158+150+43=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E962B is #6169D4. Grayscale: #8C8C8C. Windows color (decimal): -6384085 or 2856606. OLE color: 2856606.
HSL color Cylindrical-coordinate representation of color #9E962B: hue angle of 55.83º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E962B is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 43 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.38 |
| HSL | 55.83º | 0.57% | 0.39% | - |
| HSV(B) | 55.83º | 0.73% | 0.62% | - |
| XYZ | 25.44 | 29.26 | 6.59 | - |
| YUV | 140.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 43 | 0 | 0.05 | 0.73 | 0.38 | 55.83 | 0.57 | 0.39 |
| Hex | 9E | 96 | 2B | 0 | 5 | 49 | 26 | 38 | 39 | 27 |
| Octal | 236 | 226 | 53 | 0 | 5 | 111 | 46 | 70 | 71 | 47 |
| Binary | 10011110 | 10010110 | 101011 | 0 | 101 | 1001001 | 100110 | 111000 | 111001 | 100111 |
Color Harmonies of #9E962B
Complementary color
Monochromatic Colors of #9E962B
Black with #9E962B
Text Example
Text Example
White with #9E962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E962B; }
p { color: rgb(158,150,43); }
H1.HeaderClassName
{
color: #9E962B;
}
.AnyTagClassName
{
color: #9E962B;
}
</style>
background-color css
<style>
a { background-color: #9E962B; }
a { background-color: rgb(158,150,43); }
div.DivClassName
{
background-color: #9E962B;
}
.BgClassName
{
background-color: #9E962B;
}
</style>
border-color css
<style>
span { border-color: #9E962B; }
span { border-color: rgb(158,150,43); }
td.TdClassName
{
border-color: #9E962B;
}
.TagClassName
{
border-color: #9E962B;
}
</style>