Shades of Highball #9E9631
Tints of Highball #9E9631
RGB
CMYK
RGB Variations
Color information
#9E9631 (or 0x9E9631) is known color: Highball. HEX triplet: 9E, 96 and 31. RGB value is (158,150,49). Sum of RGB (Red+Green+Blue) = 158+150+49=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9631 is #6169CE. Grayscale: #8D8D8D. Windows color (decimal): -6384079 or 3249822. OLE color: 3249822.
HSL color Cylindrical-coordinate representation of color #9E9631: hue angle of 55.6º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E9631 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 49 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.38 |
| HSL | 55.6º | 0.53% | 0.41% | - |
| HSV(B) | 55.6º | 0.69% | 0.62% | - |
| XYZ | 25.56 | 29.3 | 7.21 | - |
| YUV | 140.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 49 | 0 | 0.05 | 0.69 | 0.38 | 55.6 | 0.53 | 0.41 |
| Hex | 9E | 96 | 31 | 0 | 5 | 45 | 26 | 38 | 35 | 29 |
| Octal | 236 | 226 | 61 | 0 | 5 | 105 | 46 | 70 | 65 | 51 |
| Binary | 10011110 | 10010110 | 110001 | 0 | 101 | 1000101 | 100110 | 111000 | 110101 | 101001 |
Color Harmonies of #9E9631
Complementary color
Monochromatic Colors of #9E9631
Black with #9E9631
Text Example
Text Example
White with #9E9631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9631; }
p { color: rgb(158,150,49); }
H1.HeaderClassName
{
color: #9E9631;
}
.AnyTagClassName
{
color: #9E9631;
}
</style>
background-color css
<style>
a { background-color: #9E9631; }
a { background-color: rgb(158,150,49); }
div.DivClassName
{
background-color: #9E9631;
}
.BgClassName
{
background-color: #9E9631;
}
</style>
border-color css
<style>
span { border-color: #9E9631; }
span { border-color: rgb(158,150,49); }
td.TdClassName
{
border-color: #9E9631;
}
.TagClassName
{
border-color: #9E9631;
}
</style>