Shades of Highball #9F9831
Tints of Highball #9F9831
RGB
CMYK
RGB Variations
Color information
#9F9831 (or 0x9F9831) is known color: Highball. HEX triplet: 9F, 98 and 31. RGB value is (159,152,49). Sum of RGB (Red+Green+Blue) = 159+152+49=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9831 is #6067CE. Grayscale: #8E8E8E. Windows color (decimal): -6318031 or 3250335. OLE color: 3250335.
HSL color Cylindrical-coordinate representation of color #9F9831: hue angle of 56.18º degrees, saturation: 0.53, 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 #9F9831 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 49 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.38 |
| HSL | 56.18º | 0.53% | 0.41% | - |
| HSV(B) | 56.18º | 0.69% | 0.62% | - |
| XYZ | 26.08 | 30.05 | 7.33 | - |
| YUV | 142.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 49 | 0 | 0.04 | 0.69 | 0.38 | 56.18 | 0.53 | 0.41 |
| Hex | 9F | 98 | 31 | 0 | 4 | 45 | 26 | 38 | 35 | 29 |
| Octal | 237 | 230 | 61 | 0 | 4 | 105 | 46 | 70 | 65 | 51 |
| Binary | 10011111 | 10011000 | 110001 | 0 | 100 | 1000101 | 100110 | 111000 | 110101 | 101001 |
Color Harmonies of #9F9831
Complementary color
Monochromatic Colors of #9F9831
Black with #9F9831
Text Example
Text Example
White with #9F9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9831; }
p { color: rgb(159,152,49); }
H1.HeaderClassName
{
color: #9F9831;
}
.AnyTagClassName
{
color: #9F9831;
}
</style>
background-color css
<style>
a { background-color: #9F9831; }
a { background-color: rgb(159,152,49); }
div.DivClassName
{
background-color: #9F9831;
}
.BgClassName
{
background-color: #9F9831;
}
</style>
border-color css
<style>
span { border-color: #9F9831; }
span { border-color: rgb(159,152,49); }
td.TdClassName
{
border-color: #9F9831;
}
.TagClassName
{
border-color: #9F9831;
}
</style>