Shades of Highball #9E994D
Tints of Highball #9E994D
RGB
CMYK
RGB Variations
Color information
#9E994D (or 0x9E994D) is known color: Highball. HEX triplet: 9E, 99 and 4D. RGB value is (158,153,77). Sum of RGB (Red+Green+Blue) = 158+153+77=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E994D is #6166B2. Grayscale: #929292. Windows color (decimal): -6383283 or 5085598. OLE color: 5085598.
HSL color Cylindrical-coordinate representation of color #9E994D: hue angle of 56.3º 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 #9E994D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 77 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.38 |
| HSL | 56.3º | 0.34% | 0.46% | - |
| HSV(B) | 56.3º | 0.51% | 0.62% | - |
| XYZ | 26.83 | 30.59 | 11.51 | - |
| YUV | 145.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 77 | 0 | 0.03 | 0.51 | 0.38 | 56.3 | 0.34 | 0.46 |
| Hex | 9E | 99 | 4D | 0 | 3 | 33 | 26 | 38 | 22 | 2E |
| Octal | 236 | 231 | 115 | 0 | 3 | 63 | 46 | 70 | 42 | 56 |
| Binary | 10011110 | 10011001 | 1001101 | 0 | 11 | 110011 | 100110 | 111000 | 100010 | 101110 |
Color Harmonies of #9E994D
Complementary color
Monochromatic Colors of #9E994D
Black with #9E994D
Text Example
Text Example
White with #9E994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E994D; }
p { color: rgb(158,153,77); }
H1.HeaderClassName
{
color: #9E994D;
}
.AnyTagClassName
{
color: #9E994D;
}
</style>
background-color css
<style>
a { background-color: #9E994D; }
a { background-color: rgb(158,153,77); }
div.DivClassName
{
background-color: #9E994D;
}
.BgClassName
{
background-color: #9E994D;
}
</style>
border-color css
<style>
span { border-color: #9E994D; }
span { border-color: rgb(158,153,77); }
td.TdClassName
{
border-color: #9E994D;
}
.TagClassName
{
border-color: #9E994D;
}
</style>