Shades of Highball #9E9441
Tints of Highball #9E9441
RGB
CMYK
RGB Variations
Color information
#9E9441 (or 0x9E9441) is known color: Highball. HEX triplet: 9E, 94 and 41. RGB value is (158,148,65). Sum of RGB (Red+Green+Blue) = 158+148+65=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9441 is #616BBE. Grayscale: #8D8D8D. Windows color (decimal): -6384575 or 4297886. OLE color: 4297886.
HSL color Cylindrical-coordinate representation of color #9E9441: hue angle of 53.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E9441 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 65 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.38 |
| HSL | 53.55º | 0.42% | 0.44% | - |
| HSV(B) | 53.55º | 0.59% | 0.62% | - |
| XYZ | 25.64 | 28.83 | 9.21 | - |
| YUV | 141.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 65 | 0 | 0.06 | 0.59 | 0.38 | 53.55 | 0.42 | 0.44 |
| Hex | 9E | 94 | 41 | 0 | 6 | 3B | 26 | 36 | 2A | 2C |
| Octal | 236 | 224 | 101 | 0 | 6 | 73 | 46 | 66 | 52 | 54 |
| Binary | 10011110 | 10010100 | 1000001 | 0 | 110 | 111011 | 100110 | 110110 | 101010 | 101100 |
Color Harmonies of #9E9441
Complementary color
Monochromatic Colors of #9E9441
Black with #9E9441
Text Example
Text Example
White with #9E9441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9441; }
p { color: rgb(158,148,65); }
H1.HeaderClassName
{
color: #9E9441;
}
.AnyTagClassName
{
color: #9E9441;
}
</style>
background-color css
<style>
a { background-color: #9E9441; }
a { background-color: rgb(158,148,65); }
div.DivClassName
{
background-color: #9E9441;
}
.BgClassName
{
background-color: #9E9441;
}
</style>
border-color css
<style>
span { border-color: #9E9441; }
span { border-color: rgb(158,148,65); }
td.TdClassName
{
border-color: #9E9441;
}
.TagClassName
{
border-color: #9E9441;
}
</style>