Shades of Highball #988C40
Tints of Highball #988C40
RGB
CMYK
RGB Variations
Color information
#988C40 (or 0x988C40) is known color: Highball. HEX triplet: 98, 8C and 40. RGB value is (152,140,64). Sum of RGB (Red+Green+Blue) = 152+140+64=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #988C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C40 is #6773BF. Grayscale: #878787. Windows color (decimal): -6779840 or 4230296. OLE color: 4230296.
HSL color Cylindrical-coordinate representation of color #988C40: hue angle of 51.82º 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 #988C40 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 64 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.40 |
| HSL | 51.82º | 0.41% | 0.42% | - |
| HSV(B) | 51.82º | 0.58% | 0.6% | - |
| XYZ | 23.25 | 25.8 | 8.61 | - |
| YUV | 134.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 64 | 0 | 0.08 | 0.58 | 0.40 | 51.82 | 0.41 | 0.42 |
| Hex | 98 | 8C | 40 | 0 | 8 | 3A | 28 | 34 | 29 | 2A |
| Octal | 230 | 214 | 100 | 0 | 10 | 72 | 50 | 64 | 51 | 52 |
| Binary | 10011000 | 10001100 | 1000000 | 0 | 1000 | 111010 | 101000 | 110100 | 101001 | 101010 |
Color Harmonies of #988C40
Complementary color
Monochromatic Colors of #988C40
Black with #988C40
Text Example
Text Example
White with #988C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C40; }
p { color: rgb(152,140,64); }
H1.HeaderClassName
{
color: #988C40;
}
.AnyTagClassName
{
color: #988C40;
}
</style>
background-color css
<style>
a { background-color: #988C40; }
a { background-color: rgb(152,140,64); }
div.DivClassName
{
background-color: #988C40;
}
.BgClassName
{
background-color: #988C40;
}
</style>
border-color css
<style>
span { border-color: #988C40; }
span { border-color: rgb(152,140,64); }
td.TdClassName
{
border-color: #988C40;
}
.TagClassName
{
border-color: #988C40;
}
</style>