Shades of Highball #9E9638
Tints of Highball #9E9638
RGB
CMYK
RGB Variations
Color information
#9E9638 (or 0x9E9638) is known color: Highball. HEX triplet: 9E, 96 and 38. RGB value is (158,150,56). Sum of RGB (Red+Green+Blue) = 158+150+56=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9638 is #6169C7. Grayscale: #8E8E8E. Windows color (decimal): -6384072 or 3708574. OLE color: 3708574.
HSL color Cylindrical-coordinate representation of color #9E9638: hue angle of 55.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E9638 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 56 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.38 |
| HSL | 55.29º | 0.48% | 0.42% | - |
| HSV(B) | 55.29º | 0.65% | 0.62% | - |
| XYZ | 25.72 | 29.37 | 8.05 | - |
| YUV | 141.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 56 | 0 | 0.05 | 0.65 | 0.38 | 55.29 | 0.48 | 0.42 |
| Hex | 9E | 96 | 38 | 0 | 5 | 41 | 26 | 37 | 30 | 2A |
| Octal | 236 | 226 | 70 | 0 | 5 | 101 | 46 | 67 | 60 | 52 |
| Binary | 10011110 | 10010110 | 111000 | 0 | 101 | 1000001 | 100110 | 110111 | 110000 | 101010 |
Color Harmonies of #9E9638
Complementary color
Monochromatic Colors of #9E9638
Black with #9E9638
Text Example
Text Example
White with #9E9638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9638; }
p { color: rgb(158,150,56); }
H1.HeaderClassName
{
color: #9E9638;
}
.AnyTagClassName
{
color: #9E9638;
}
</style>
background-color css
<style>
a { background-color: #9E9638; }
a { background-color: rgb(158,150,56); }
div.DivClassName
{
background-color: #9E9638;
}
.BgClassName
{
background-color: #9E9638;
}
</style>
border-color css
<style>
span { border-color: #9E9638; }
span { border-color: rgb(158,150,56); }
td.TdClassName
{
border-color: #9E9638;
}
.TagClassName
{
border-color: #9E9638;
}
</style>