Shades of Highball #9E9A49
Tints of Highball #9E9A49
RGB
CMYK
RGB Variations
Color information
#9E9A49 (or 0x9E9A49) is known color: Highball. HEX triplet: 9E, 9A and 49. RGB value is (158,154,73). Sum of RGB (Red+Green+Blue) = 158+154+73=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9A49 is #6165B6. Grayscale: #929292. Windows color (decimal): -6383031 or 4823710. OLE color: 4823710.
HSL color Cylindrical-coordinate representation of color #9E9A49: hue angle of 57.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E9A49 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 154 | 73 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.38 |
| HSL | 57.18º | 0.37% | 0.45% | - |
| HSV(B) | 57.18º | 0.54% | 0.62% | - |
| XYZ | 26.86 | 30.86 | 10.84 | - |
| YUV | 145.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 73 | 0 | 0.03 | 0.54 | 0.38 | 57.18 | 0.37 | 0.45 |
| Hex | 9E | 9A | 49 | 0 | 3 | 36 | 26 | 39 | 25 | 2D |
| Octal | 236 | 232 | 111 | 0 | 3 | 66 | 46 | 71 | 45 | 55 |
| Binary | 10011110 | 10011010 | 1001001 | 0 | 11 | 110110 | 100110 | 111001 | 100101 | 101101 |
Color Harmonies of #9E9A49
Complementary color
Monochromatic Colors of #9E9A49
Black with #9E9A49
Text Example
Text Example
White with #9E9A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9A49; }
p { color: rgb(158,154,73); }
H1.HeaderClassName
{
color: #9E9A49;
}
.AnyTagClassName
{
color: #9E9A49;
}
</style>
background-color css
<style>
a { background-color: #9E9A49; }
a { background-color: rgb(158,154,73); }
div.DivClassName
{
background-color: #9E9A49;
}
.BgClassName
{
background-color: #9E9A49;
}
</style>
border-color css
<style>
span { border-color: #9E9A49; }
span { border-color: rgb(158,154,73); }
td.TdClassName
{
border-color: #9E9A49;
}
.TagClassName
{
border-color: #9E9A49;
}
</style>