Shades of Highball #9E964D
Tints of Highball #9E964D
RGB
CMYK
RGB Variations
Color information
#9E964D (or 0x9E964D) is known color: Highball. HEX triplet: 9E, 96 and 4D. RGB value is (158,150,77). Sum of RGB (Red+Green+Blue) = 158+150+77=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E964D is #6169B2. Grayscale: #909090. Windows color (decimal): -6384051 or 5084830. OLE color: 5084830.
HSL color Cylindrical-coordinate representation of color #9E964D: hue angle of 54.07º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E964D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 77 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.38 |
| HSL | 54.07º | 0.34% | 0.46% | - |
| HSV(B) | 54.07º | 0.51% | 0.62% | - |
| XYZ | 26.35 | 29.62 | 11.35 | - |
| YUV | 144.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 77 | 0 | 0.05 | 0.51 | 0.38 | 54.07 | 0.34 | 0.46 |
| Hex | 9E | 96 | 4D | 0 | 5 | 33 | 26 | 36 | 22 | 2E |
| Octal | 236 | 226 | 115 | 0 | 5 | 63 | 46 | 66 | 42 | 56 |
| Binary | 10011110 | 10010110 | 1001101 | 0 | 101 | 110011 | 100110 | 110110 | 100010 | 101110 |
Color Harmonies of #9E964D
Complementary color
Monochromatic Colors of #9E964D
Black with #9E964D
Text Example
Text Example
White with #9E964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E964D; }
p { color: rgb(158,150,77); }
H1.HeaderClassName
{
color: #9E964D;
}
.AnyTagClassName
{
color: #9E964D;
}
</style>
background-color css
<style>
a { background-color: #9E964D; }
a { background-color: rgb(158,150,77); }
div.DivClassName
{
background-color: #9E964D;
}
.BgClassName
{
background-color: #9E964D;
}
</style>
border-color css
<style>
span { border-color: #9E964D; }
span { border-color: rgb(158,150,77); }
td.TdClassName
{
border-color: #9E964D;
}
.TagClassName
{
border-color: #9E964D;
}
</style>