Shades of Highball #99984F
Tints of Highball #99984F
RGB
CMYK
RGB Variations
Color information
#99984F (or 0x99984F) is known color: Highball. HEX triplet: 99, 98 and 4F. RGB value is (153,152,79). Sum of RGB (Red+Green+Blue) = 153+152+79=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #99984F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99984F is #6667B0. Grayscale: #909090. Windows color (decimal): -6711217 or 5216409. OLE color: 5216409.
HSL color Cylindrical-coordinate representation of color #99984F: hue angle of 59.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99984F is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 79 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.4 |
| HSL | 59.19º | 0.32% | 0.45% | - |
| HSV(B) | 59.19º | 0.48% | 0.6% | - |
| XYZ | 25.78 | 29.79 | 11.79 | - |
| YUV | 143.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 79 | 0 | 0.01 | 0.48 | 0.4 | 59.19 | 0.32 | 0.45 |
| Hex | 99 | 98 | 4F | 0 | 1 | 30 | 28 | 3B | 20 | 2D |
| Octal | 231 | 230 | 117 | 0 | 1 | 60 | 50 | 73 | 40 | 55 |
| Binary | 10011001 | 10011000 | 1001111 | 0 | 1 | 110000 | 101000 | 111011 | 100000 | 101101 |
Color Harmonies of #99984F
Complementary color
Monochromatic Colors of #99984F
Black with #99984F
Text Example
Text Example
White with #99984F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99984F; }
p { color: rgb(153,152,79); }
H1.HeaderClassName
{
color: #99984F;
}
.AnyTagClassName
{
color: #99984F;
}
</style>
background-color css
<style>
a { background-color: #99984F; }
a { background-color: rgb(153,152,79); }
div.DivClassName
{
background-color: #99984F;
}
.BgClassName
{
background-color: #99984F;
}
</style>
border-color css
<style>
span { border-color: #99984F; }
span { border-color: rgb(153,152,79); }
td.TdClassName
{
border-color: #99984F;
}
.TagClassName
{
border-color: #99984F;
}
</style>