Shades of Highball #98964B
Tints of Highball #98964B
RGB
CMYK
RGB Variations
Color information
#98964B (or 0x98964B) is known color: Highball. HEX triplet: 98, 96 and 4B. RGB value is (152,150,75). Sum of RGB (Red+Green+Blue) = 152+150+75=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98964B is #6769B4. Grayscale: #8E8E8E. Windows color (decimal): -6777269 or 4953752. OLE color: 4953752.
HSL color Cylindrical-coordinate representation of color #98964B: hue angle of 58.44º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98964B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 75 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.40 |
| HSL | 58.44º | 0.34% | 0.45% | - |
| HSV(B) | 58.44º | 0.51% | 0.6% | - |
| XYZ | 25.13 | 29 | 10.93 | - |
| YUV | 142.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 75 | 0 | 0.01 | 0.51 | 0.40 | 58.44 | 0.34 | 0.45 |
| Hex | 98 | 96 | 4B | 0 | 1 | 33 | 28 | 3A | 22 | 2D |
| Octal | 230 | 226 | 113 | 0 | 1 | 63 | 50 | 72 | 42 | 55 |
| Binary | 10011000 | 10010110 | 1001011 | 0 | 1 | 110011 | 101000 | 111010 | 100010 | 101101 |
Color Harmonies of #98964B
Complementary color
Monochromatic Colors of #98964B
Black with #98964B
Text Example
Text Example
White with #98964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98964B; }
p { color: rgb(152,150,75); }
H1.HeaderClassName
{
color: #98964B;
}
.AnyTagClassName
{
color: #98964B;
}
</style>
background-color css
<style>
a { background-color: #98964B; }
a { background-color: rgb(152,150,75); }
div.DivClassName
{
background-color: #98964B;
}
.BgClassName
{
background-color: #98964B;
}
</style>
border-color css
<style>
span { border-color: #98964B; }
span { border-color: rgb(152,150,75); }
td.TdClassName
{
border-color: #98964B;
}
.TagClassName
{
border-color: #98964B;
}
</style>