Shades of Highball #9E9632
Tints of Highball #9E9632
RGB
CMYK
RGB Variations
Color information
#9E9632 (or 0x9E9632) is known color: Highball. HEX triplet: 9E, 96 and 32. RGB value is (158,150,50). Sum of RGB (Red+Green+Blue) = 158+150+50=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9632 is #6169CD. Grayscale: #8D8D8D. Windows color (decimal): -6384078 or 3315358. OLE color: 3315358.
HSL color Cylindrical-coordinate representation of color #9E9632: hue angle of 55.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E9632 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 50 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.38 |
| HSL | 55.56º | 0.52% | 0.41% | - |
| HSV(B) | 55.56º | 0.68% | 0.62% | - |
| XYZ | 25.58 | 29.31 | 7.33 | - |
| YUV | 140.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 50 | 0 | 0.05 | 0.68 | 0.38 | 55.56 | 0.52 | 0.41 |
| Hex | 9E | 96 | 32 | 0 | 5 | 44 | 26 | 38 | 34 | 29 |
| Octal | 236 | 226 | 62 | 0 | 5 | 104 | 46 | 70 | 64 | 51 |
| Binary | 10011110 | 10010110 | 110010 | 0 | 101 | 1000100 | 100110 | 111000 | 110100 | 101001 |
Color Harmonies of #9E9632
Complementary color
Monochromatic Colors of #9E9632
Black with #9E9632
Text Example
Text Example
White with #9E9632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9632; }
p { color: rgb(158,150,50); }
H1.HeaderClassName
{
color: #9E9632;
}
.AnyTagClassName
{
color: #9E9632;
}
</style>
background-color css
<style>
a { background-color: #9E9632; }
a { background-color: rgb(158,150,50); }
div.DivClassName
{
background-color: #9E9632;
}
.BgClassName
{
background-color: #9E9632;
}
</style>
border-color css
<style>
span { border-color: #9E9632; }
span { border-color: rgb(158,150,50); }
td.TdClassName
{
border-color: #9E9632;
}
.TagClassName
{
border-color: #9E9632;
}
</style>