Shades of Highball #988740
Tints of Highball #988740
RGB
CMYK
RGB Variations
Color information
#988740 (or 0x988740) is known color: Highball. HEX triplet: 98, 87 and 40. RGB value is (152,135,64). Sum of RGB (Red+Green+Blue) = 152+135+64=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988740 is #6778BF. Grayscale: #848484. Windows color (decimal): -6781120 or 4229016. OLE color: 4229016.
HSL color Cylindrical-coordinate representation of color #988740: hue angle of 48.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #988740 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 64 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.40 |
| HSL | 48.41º | 0.41% | 0.42% | - |
| HSV(B) | 48.41º | 0.58% | 0.6% | - |
| XYZ | 22.54 | 24.37 | 8.37 | - |
| YUV | 131.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 64 | 0 | 0.11 | 0.58 | 0.40 | 48.41 | 0.41 | 0.42 |
| Hex | 98 | 87 | 40 | 0 | B | 3A | 28 | 30 | 29 | 2A |
| Octal | 230 | 207 | 100 | 0 | 13 | 72 | 50 | 60 | 51 | 52 |
| Binary | 10011000 | 10000111 | 1000000 | 0 | 1011 | 111010 | 101000 | 110000 | 101001 | 101010 |
Color Harmonies of #988740
Complementary color
Monochromatic Colors of #988740
Black with #988740
Text Example
Text Example
White with #988740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988740; }
p { color: rgb(152,135,64); }
H1.HeaderClassName
{
color: #988740;
}
.AnyTagClassName
{
color: #988740;
}
</style>
background-color css
<style>
a { background-color: #988740; }
a { background-color: rgb(152,135,64); }
div.DivClassName
{
background-color: #988740;
}
.BgClassName
{
background-color: #988740;
}
</style>
border-color css
<style>
span { border-color: #988740; }
span { border-color: rgb(152,135,64); }
td.TdClassName
{
border-color: #988740;
}
.TagClassName
{
border-color: #988740;
}
</style>