Shades of Highball #9E9648
Tints of Highball #9E9648
RGB
CMYK
RGB Variations
Color information
#9E9648 (or 0x9E9648) is known color: Highball. HEX triplet: 9E, 96 and 48. RGB value is (158,150,72). Sum of RGB (Red+Green+Blue) = 158+150+72=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9648 is #6169B7. Grayscale: #8F8F8F. Windows color (decimal): -6384056 or 4757150. OLE color: 4757150.
HSL color Cylindrical-coordinate representation of color #9E9648: hue angle of 54.42º 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 #9E9648 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 72 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.38 |
| HSL | 54.42º | 0.37% | 0.45% | - |
| HSV(B) | 54.42º | 0.54% | 0.62% | - |
| XYZ | 26.18 | 29.55 | 10.45 | - |
| YUV | 143.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 72 | 0 | 0.05 | 0.54 | 0.38 | 54.42 | 0.37 | 0.45 |
| Hex | 9E | 96 | 48 | 0 | 5 | 36 | 26 | 36 | 25 | 2D |
| Octal | 236 | 226 | 110 | 0 | 5 | 66 | 46 | 66 | 45 | 55 |
| Binary | 10011110 | 10010110 | 1001000 | 0 | 101 | 110110 | 100110 | 110110 | 100101 | 101101 |
Color Harmonies of #9E9648
Complementary color
Monochromatic Colors of #9E9648
Black with #9E9648
Text Example
Text Example
White with #9E9648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9648; }
p { color: rgb(158,150,72); }
H1.HeaderClassName
{
color: #9E9648;
}
.AnyTagClassName
{
color: #9E9648;
}
</style>
background-color css
<style>
a { background-color: #9E9648; }
a { background-color: rgb(158,150,72); }
div.DivClassName
{
background-color: #9E9648;
}
.BgClassName
{
background-color: #9E9648;
}
</style>
border-color css
<style>
span { border-color: #9E9648; }
span { border-color: rgb(158,150,72); }
td.TdClassName
{
border-color: #9E9648;
}
.TagClassName
{
border-color: #9E9648;
}
</style>