Shades of Highball #9E9644
Tints of Highball #9E9644
RGB
CMYK
RGB Variations
Color information
#9E9644 (or 0x9E9644) is known color: Highball. HEX triplet: 9E, 96 and 44. RGB value is (158,150,68). Sum of RGB (Red+Green+Blue) = 158+150+68=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9644 is #6169BB. Grayscale: #8F8F8F. Windows color (decimal): -6384060 or 4495006. OLE color: 4495006.
HSL color Cylindrical-coordinate representation of color #9E9644: hue angle of 54.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E9644 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 68 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.38 |
| HSL | 54.67º | 0.4% | 0.44% | - |
| HSV(B) | 54.67º | 0.57% | 0.62% | - |
| XYZ | 26.05 | 29.5 | 9.79 | - |
| YUV | 143.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 68 | 0 | 0.05 | 0.57 | 0.38 | 54.67 | 0.4 | 0.44 |
| Hex | 9E | 96 | 44 | 0 | 5 | 39 | 26 | 37 | 28 | 2C |
| Octal | 236 | 226 | 104 | 0 | 5 | 71 | 46 | 67 | 50 | 54 |
| Binary | 10011110 | 10010110 | 1000100 | 0 | 101 | 111001 | 100110 | 110111 | 101000 | 101100 |
Color Harmonies of #9E9644
Complementary color
Monochromatic Colors of #9E9644
Black with #9E9644
Text Example
Text Example
White with #9E9644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9644; }
p { color: rgb(158,150,68); }
H1.HeaderClassName
{
color: #9E9644;
}
.AnyTagClassName
{
color: #9E9644;
}
</style>
background-color css
<style>
a { background-color: #9E9644; }
a { background-color: rgb(158,150,68); }
div.DivClassName
{
background-color: #9E9644;
}
.BgClassName
{
background-color: #9E9644;
}
</style>
border-color css
<style>
span { border-color: #9E9644; }
span { border-color: rgb(158,150,68); }
td.TdClassName
{
border-color: #9E9644;
}
.TagClassName
{
border-color: #9E9644;
}
</style>