Shades of Highball #9F983E
Tints of Highball #9F983E
RGB
CMYK
RGB Variations
Color information
#9F983E (or 0x9F983E) is known color: Highball. HEX triplet: 9F, 98 and 3E. RGB value is (159,152,62). Sum of RGB (Red+Green+Blue) = 159+152+62=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F983E is #6067C1. Grayscale: #909090. Windows color (decimal): -6318018 or 4102303. OLE color: 4102303.
HSL color Cylindrical-coordinate representation of color #9F983E: hue angle of 55.67º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F983E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 62 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.38 |
| HSL | 55.67º | 0.44% | 0.43% | - |
| HSV(B) | 55.67º | 0.61% | 0.62% | - |
| XYZ | 26.4 | 30.18 | 8.99 | - |
| YUV | 143.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 62 | 0 | 0.04 | 0.61 | 0.38 | 55.67 | 0.44 | 0.43 |
| Hex | 9F | 98 | 3E | 0 | 4 | 3D | 26 | 38 | 2C | 2B |
| Octal | 237 | 230 | 76 | 0 | 4 | 75 | 46 | 70 | 54 | 53 |
| Binary | 10011111 | 10011000 | 111110 | 0 | 100 | 111101 | 100110 | 111000 | 101100 | 101011 |
Color Harmonies of #9F983E
Complementary color
Monochromatic Colors of #9F983E
Black with #9F983E
Text Example
Text Example
White with #9F983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F983E; }
p { color: rgb(159,152,62); }
H1.HeaderClassName
{
color: #9F983E;
}
.AnyTagClassName
{
color: #9F983E;
}
</style>
background-color css
<style>
a { background-color: #9F983E; }
a { background-color: rgb(159,152,62); }
div.DivClassName
{
background-color: #9F983E;
}
.BgClassName
{
background-color: #9F983E;
}
</style>
border-color css
<style>
span { border-color: #9F983E; }
span { border-color: rgb(159,152,62); }
td.TdClassName
{
border-color: #9F983E;
}
.TagClassName
{
border-color: #9F983E;
}
</style>