Shades of Highball #9E944A
Tints of Highball #9E944A
RGB
CMYK
RGB Variations
Color information
#9E944A (or 0x9E944A) is known color: Highball. HEX triplet: 9E, 94 and 4A. RGB value is (158,148,74). Sum of RGB (Red+Green+Blue) = 158+148+74=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E944A is #616BB5. Grayscale: #8E8E8E. Windows color (decimal): -6384566 or 4887710. OLE color: 4887710.
HSL color Cylindrical-coordinate representation of color #9E944A: hue angle of 52.86º 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 #9E944A is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 74 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.38 |
| HSL | 52.86º | 0.36% | 0.45% | - |
| HSV(B) | 52.86º | 0.53% | 0.62% | - |
| XYZ | 25.93 | 28.94 | 10.7 | - |
| YUV | 142.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 74 | 0 | 0.06 | 0.53 | 0.38 | 52.86 | 0.36 | 0.45 |
| Hex | 9E | 94 | 4A | 0 | 6 | 35 | 26 | 35 | 24 | 2D |
| Octal | 236 | 224 | 112 | 0 | 6 | 65 | 46 | 65 | 44 | 55 |
| Binary | 10011110 | 10010100 | 1001010 | 0 | 110 | 110101 | 100110 | 110101 | 100100 | 101101 |
Color Harmonies of #9E944A
Complementary color
Monochromatic Colors of #9E944A
Black with #9E944A
Text Example
Text Example
White with #9E944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E944A; }
p { color: rgb(158,148,74); }
H1.HeaderClassName
{
color: #9E944A;
}
.AnyTagClassName
{
color: #9E944A;
}
</style>
background-color css
<style>
a { background-color: #9E944A; }
a { background-color: rgb(158,148,74); }
div.DivClassName
{
background-color: #9E944A;
}
.BgClassName
{
background-color: #9E944A;
}
</style>
border-color css
<style>
span { border-color: #9E944A; }
span { border-color: rgb(158,148,74); }
td.TdClassName
{
border-color: #9E944A;
}
.TagClassName
{
border-color: #9E944A;
}
</style>