Shades of Highball #988E31
Tints of Highball #988E31
RGB
CMYK
RGB Variations
Color information
#988E31 (or 0x988E31) is known color: Highball. HEX triplet: 98, 8E and 31. RGB value is (152,142,49). Sum of RGB (Red+Green+Blue) = 152+142+49=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #988E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E31 is #6771CE. Grayscale: #868686. Windows color (decimal): -6779343 or 3247768. OLE color: 3247768.
HSL color Cylindrical-coordinate representation of color #988E31: hue angle of 54.17º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #988E31 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 49 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.40 |
| HSL | 54.17º | 0.51% | 0.39% | - |
| HSV(B) | 54.17º | 0.68% | 0.6% | - |
| XYZ | 23.18 | 26.24 | 6.75 | - |
| YUV | 134.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 49 | 0 | 0.07 | 0.68 | 0.40 | 54.17 | 0.51 | 0.39 |
| Hex | 98 | 8E | 31 | 0 | 7 | 44 | 28 | 36 | 33 | 27 |
| Octal | 230 | 216 | 61 | 0 | 7 | 104 | 50 | 66 | 63 | 47 |
| Binary | 10011000 | 10001110 | 110001 | 0 | 111 | 1000100 | 101000 | 110110 | 110011 | 100111 |
Color Harmonies of #988E31
Complementary color
Monochromatic Colors of #988E31
Black with #988E31
Text Example
Text Example
White with #988E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E31; }
p { color: rgb(152,142,49); }
H1.HeaderClassName
{
color: #988E31;
}
.AnyTagClassName
{
color: #988E31;
}
</style>
background-color css
<style>
a { background-color: #988E31; }
a { background-color: rgb(152,142,49); }
div.DivClassName
{
background-color: #988E31;
}
.BgClassName
{
background-color: #988E31;
}
</style>
border-color css
<style>
span { border-color: #988E31; }
span { border-color: rgb(152,142,49); }
td.TdClassName
{
border-color: #988E31;
}
.TagClassName
{
border-color: #988E31;
}
</style>