Shades of Highball #988D40
Tints of Highball #988D40
RGB
CMYK
RGB Variations
Color information
#988D40 (or 0x988D40) is known color: Highball. HEX triplet: 98, 8D and 40. RGB value is (152,141,64). Sum of RGB (Red+Green+Blue) = 152+141+64=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #988D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D40 is #6772BF. Grayscale: #878787. Windows color (decimal): -6779584 or 4230552. OLE color: 4230552.
HSL color Cylindrical-coordinate representation of color #988D40: hue angle of 52.5º 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 #988D40 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 64 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.40 |
| HSL | 52.5º | 0.41% | 0.42% | - |
| HSV(B) | 52.5º | 0.58% | 0.6% | - |
| XYZ | 23.4 | 26.1 | 8.65 | - |
| YUV | 135.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 64 | 0 | 0.07 | 0.58 | 0.40 | 52.5 | 0.41 | 0.42 |
| Hex | 98 | 8D | 40 | 0 | 7 | 3A | 28 | 34 | 29 | 2A |
| Octal | 230 | 215 | 100 | 0 | 7 | 72 | 50 | 64 | 51 | 52 |
| Binary | 10011000 | 10001101 | 1000000 | 0 | 111 | 111010 | 101000 | 110100 | 101001 | 101010 |
Color Harmonies of #988D40
Complementary color
Monochromatic Colors of #988D40
Black with #988D40
Text Example
Text Example
White with #988D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D40; }
p { color: rgb(152,141,64); }
H1.HeaderClassName
{
color: #988D40;
}
.AnyTagClassName
{
color: #988D40;
}
</style>
background-color css
<style>
a { background-color: #988D40; }
a { background-color: rgb(152,141,64); }
div.DivClassName
{
background-color: #988D40;
}
.BgClassName
{
background-color: #988D40;
}
</style>
border-color css
<style>
span { border-color: #988D40; }
span { border-color: rgb(152,141,64); }
td.TdClassName
{
border-color: #988D40;
}
.TagClassName
{
border-color: #988D40;
}
</style>