Shades of Highball #9F9E32
Tints of Highball #9F9E32
RGB
CMYK
RGB Variations
Color information
#9F9E32 (or 0x9F9E32) is known color: Highball. HEX triplet: 9F, 9E and 32. RGB value is (159,158,50). Sum of RGB (Red+Green+Blue) = 159+158+50=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9E32 is #6061CD. Grayscale: #929292. Windows color (decimal): -6316494 or 3317407. OLE color: 3317407.
HSL color Cylindrical-coordinate representation of color #9F9E32: hue angle of 59.45º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F9E32 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 158 | 50 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.38 |
| HSL | 59.45º | 0.52% | 0.41% | - |
| HSV(B) | 59.45º | 0.69% | 0.62% | - |
| XYZ | 27.1 | 32.05 | 7.78 | - |
| YUV | 145.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 50 | 0 | 0.01 | 0.69 | 0.38 | 59.45 | 0.52 | 0.41 |
| Hex | 9F | 9E | 32 | 0 | 1 | 45 | 26 | 3B | 34 | 29 |
| Octal | 237 | 236 | 62 | 0 | 1 | 105 | 46 | 73 | 64 | 51 |
| Binary | 10011111 | 10011110 | 110010 | 0 | 1 | 1000101 | 100110 | 111011 | 110100 | 101001 |
Color Harmonies of #9F9E32
Complementary color
Monochromatic Colors of #9F9E32
Black with #9F9E32
Text Example
Text Example
White with #9F9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E32; }
p { color: rgb(159,158,50); }
H1.HeaderClassName
{
color: #9F9E32;
}
.AnyTagClassName
{
color: #9F9E32;
}
</style>
background-color css
<style>
a { background-color: #9F9E32; }
a { background-color: rgb(159,158,50); }
div.DivClassName
{
background-color: #9F9E32;
}
.BgClassName
{
background-color: #9F9E32;
}
</style>
border-color css
<style>
span { border-color: #9F9E32; }
span { border-color: rgb(159,158,50); }
td.TdClassName
{
border-color: #9F9E32;
}
.TagClassName
{
border-color: #9F9E32;
}
</style>