Shades of Lucky #9E9522
Tints of Lucky #9E9522
RGB
CMYK
RGB Variations
Color information
#9E9522 (or 0x9E9522) is known color: Lucky. HEX triplet: 9E, 95 and 22. RGB value is (158,149,34). Sum of RGB (Red+Green+Blue) = 158+149+34=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9522 is #616ADD. Grayscale: #8B8B8B. Windows color (decimal): -6384350 or 2266526. OLE color: 2266526.
HSL color Cylindrical-coordinate representation of color #9E9522: hue angle of 55.65º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E9522 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 34 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.38 |
| HSL | 55.65º | 0.65% | 0.38% | - |
| HSV(B) | 55.65º | 0.78% | 0.62% | - |
| XYZ | 25.14 | 28.88 | 5.76 | - |
| YUV | 138.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 34 | 0 | 0.06 | 0.78 | 0.38 | 55.65 | 0.65 | 0.38 |
| Hex | 9E | 95 | 22 | 0 | 6 | 4E | 26 | 38 | 41 | 26 |
| Octal | 236 | 225 | 42 | 0 | 6 | 116 | 46 | 70 | 101 | 46 |
| Binary | 10011110 | 10010101 | 100010 | 0 | 110 | 1001110 | 100110 | 111000 | 1000001 | 100110 |
Color Harmonies of #9E9522
Complementary color
Monochromatic Colors of #9E9522
Black with #9E9522
Text Example
Text Example
White with #9E9522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9522; }
p { color: rgb(158,149,34); }
H1.HeaderClassName
{
color: #9E9522;
}
.AnyTagClassName
{
color: #9E9522;
}
</style>
background-color css
<style>
a { background-color: #9E9522; }
a { background-color: rgb(158,149,34); }
div.DivClassName
{
background-color: #9E9522;
}
.BgClassName
{
background-color: #9E9522;
}
</style>
border-color css
<style>
span { border-color: #9E9522; }
span { border-color: rgb(158,149,34); }
td.TdClassName
{
border-color: #9E9522;
}
.TagClassName
{
border-color: #9E9522;
}
</style>