Shades of Highball #9E964A
Tints of Highball #9E964A
RGB
CMYK
RGB Variations
Color information
#9E964A (or 0x9E964A) is known color: Highball. HEX triplet: 9E, 96 and 4A. RGB value is (158,150,74). Sum of RGB (Red+Green+Blue) = 158+150+74=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E964A is #6169B5. Grayscale: #909090. Windows color (decimal): -6384054 or 4888222. OLE color: 4888222.
HSL color Cylindrical-coordinate representation of color #9E964A: hue angle of 54.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E964A is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 74 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.38 |
| HSL | 54.29º | 0.36% | 0.45% | - |
| HSV(B) | 54.29º | 0.53% | 0.62% | - |
| XYZ | 26.24 | 29.58 | 10.8 | - |
| YUV | 143.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 74 | 0 | 0.05 | 0.53 | 0.38 | 54.29 | 0.36 | 0.45 |
| Hex | 9E | 96 | 4A | 0 | 5 | 35 | 26 | 36 | 24 | 2D |
| Octal | 236 | 226 | 112 | 0 | 5 | 65 | 46 | 66 | 44 | 55 |
| Binary | 10011110 | 10010110 | 1001010 | 0 | 101 | 110101 | 100110 | 110110 | 100100 | 101101 |
Color Harmonies of #9E964A
Complementary color
Monochromatic Colors of #9E964A
Black with #9E964A
Text Example
Text Example
White with #9E964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E964A; }
p { color: rgb(158,150,74); }
H1.HeaderClassName
{
color: #9E964A;
}
.AnyTagClassName
{
color: #9E964A;
}
</style>
background-color css
<style>
a { background-color: #9E964A; }
a { background-color: rgb(158,150,74); }
div.DivClassName
{
background-color: #9E964A;
}
.BgClassName
{
background-color: #9E964A;
}
</style>
border-color css
<style>
span { border-color: #9E964A; }
span { border-color: rgb(158,150,74); }
td.TdClassName
{
border-color: #9E964A;
}
.TagClassName
{
border-color: #9E964A;
}
</style>