Shades of Highball #9F984A
Tints of Highball #9F984A
RGB
CMYK
RGB Variations
Color information
#9F984A (or 0x9F984A) is known color: Highball. HEX triplet: 9F, 98 and 4A. RGB value is (159,152,74). Sum of RGB (Red+Green+Blue) = 159+152+74=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F984A is #6067B5. Grayscale: #919191. Windows color (decimal): -6318006 or 4888735. OLE color: 4888735.
HSL color Cylindrical-coordinate representation of color #9F984A: hue angle of 55.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F984A is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 74 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.38 |
| HSL | 55.06º | 0.36% | 0.46% | - |
| HSV(B) | 55.06º | 0.53% | 0.62% | - |
| XYZ | 26.76 | 30.32 | 10.92 | - |
| YUV | 145.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 74 | 0 | 0.04 | 0.53 | 0.38 | 55.06 | 0.36 | 0.46 |
| Hex | 9F | 98 | 4A | 0 | 4 | 35 | 26 | 37 | 24 | 2E |
| Octal | 237 | 230 | 112 | 0 | 4 | 65 | 46 | 67 | 44 | 56 |
| Binary | 10011111 | 10011000 | 1001010 | 0 | 100 | 110101 | 100110 | 110111 | 100100 | 101110 |
Color Harmonies of #9F984A
Complementary color
Monochromatic Colors of #9F984A
Black with #9F984A
Text Example
Text Example
White with #9F984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F984A; }
p { color: rgb(159,152,74); }
H1.HeaderClassName
{
color: #9F984A;
}
.AnyTagClassName
{
color: #9F984A;
}
</style>
background-color css
<style>
a { background-color: #9F984A; }
a { background-color: rgb(159,152,74); }
div.DivClassName
{
background-color: #9F984A;
}
.BgClassName
{
background-color: #9F984A;
}
</style>
border-color css
<style>
span { border-color: #9F984A; }
span { border-color: rgb(159,152,74); }
td.TdClassName
{
border-color: #9F984A;
}
.TagClassName
{
border-color: #9F984A;
}
</style>