Shades of Highball #9F9832
Tints of Highball #9F9832
RGB
CMYK
RGB Variations
Color information
#9F9832 (or 0x9F9832) is known color: Highball. HEX triplet: 9F, 98 and 32. RGB value is (159,152,50). Sum of RGB (Red+Green+Blue) = 159+152+50=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9832 is #6067CD. Grayscale: #8E8E8E. Windows color (decimal): -6318030 or 3315871. OLE color: 3315871.
HSL color Cylindrical-coordinate representation of color #9F9832: hue angle of 56.15º 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 #9F9832 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 50 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.38 |
| HSL | 56.15º | 0.52% | 0.41% | - |
| HSV(B) | 56.15º | 0.69% | 0.62% | - |
| XYZ | 26.1 | 30.06 | 7.44 | - |
| YUV | 142.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 50 | 0 | 0.04 | 0.69 | 0.38 | 56.15 | 0.52 | 0.41 |
| Hex | 9F | 98 | 32 | 0 | 4 | 45 | 26 | 38 | 34 | 29 |
| Octal | 237 | 230 | 62 | 0 | 4 | 105 | 46 | 70 | 64 | 51 |
| Binary | 10011111 | 10011000 | 110010 | 0 | 100 | 1000101 | 100110 | 111000 | 110100 | 101001 |
Color Harmonies of #9F9832
Complementary color
Monochromatic Colors of #9F9832
Black with #9F9832
Text Example
Text Example
White with #9F9832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9832; }
p { color: rgb(159,152,50); }
H1.HeaderClassName
{
color: #9F9832;
}
.AnyTagClassName
{
color: #9F9832;
}
</style>
background-color css
<style>
a { background-color: #9F9832; }
a { background-color: rgb(159,152,50); }
div.DivClassName
{
background-color: #9F9832;
}
.BgClassName
{
background-color: #9F9832;
}
</style>
border-color css
<style>
span { border-color: #9F9832; }
span { border-color: rgb(159,152,50); }
td.TdClassName
{
border-color: #9F9832;
}
.TagClassName
{
border-color: #9F9832;
}
</style>