Shades of Highball #9E9432
Tints of Highball #9E9432
RGB
CMYK
RGB Variations
Color information
#9E9432 (or 0x9E9432) is known color: Highball. HEX triplet: 9E, 94 and 32. RGB value is (158,148,50). Sum of RGB (Red+Green+Blue) = 158+148+50=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9432 is #616BCD. Grayscale: #8C8C8C. Windows color (decimal): -6384590 or 3314846. OLE color: 3314846.
HSL color Cylindrical-coordinate representation of color #9E9432: hue angle of 54.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E9432 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 50 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.38 |
| HSL | 54.44º | 0.52% | 0.41% | - |
| HSV(B) | 54.44º | 0.68% | 0.62% | - |
| XYZ | 25.27 | 28.68 | 7.22 | - |
| YUV | 139.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 50 | 0 | 0.06 | 0.68 | 0.38 | 54.44 | 0.52 | 0.41 |
| Hex | 9E | 94 | 32 | 0 | 6 | 44 | 26 | 36 | 34 | 29 |
| Octal | 236 | 224 | 62 | 0 | 6 | 104 | 46 | 66 | 64 | 51 |
| Binary | 10011110 | 10010100 | 110010 | 0 | 110 | 1000100 | 100110 | 110110 | 110100 | 101001 |
Color Harmonies of #9E9432
Complementary color
Monochromatic Colors of #9E9432
Black with #9E9432
Text Example
Text Example
White with #9E9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9432; }
p { color: rgb(158,148,50); }
H1.HeaderClassName
{
color: #9E9432;
}
.AnyTagClassName
{
color: #9E9432;
}
</style>
background-color css
<style>
a { background-color: #9E9432; }
a { background-color: rgb(158,148,50); }
div.DivClassName
{
background-color: #9E9432;
}
.BgClassName
{
background-color: #9E9432;
}
</style>
border-color css
<style>
span { border-color: #9E9432; }
span { border-color: rgb(158,148,50); }
td.TdClassName
{
border-color: #9E9432;
}
.TagClassName
{
border-color: #9E9432;
}
</style>