Shades of Highball #988E52
Tints of Highball #988E52
RGB
CMYK
RGB Variations
Color information
#988E52 (or 0x988E52) is known color: Highball. HEX triplet: 98, 8E and 52. RGB value is (152,142,82). Sum of RGB (Red+Green+Blue) = 152+142+82=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E52 is #6771AD. Grayscale: #8A8A8A. Windows color (decimal): -6779310 or 5410456. OLE color: 5410456.
HSL color Cylindrical-coordinate representation of color #988E52: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #988E52 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 82 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.40 |
| HSL | 51.43º | 0.3% | 0.46% | - |
| HSV(B) | 51.43º | 0.46% | 0.6% | - |
| XYZ | 24.14 | 26.63 | 11.85 | - |
| YUV | 138.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 82 | 0 | 0.07 | 0.46 | 0.40 | 51.43 | 0.3 | 0.46 |
| Hex | 98 | 8E | 52 | 0 | 7 | 2E | 28 | 33 | 1E | 2E |
| Octal | 230 | 216 | 122 | 0 | 7 | 56 | 50 | 63 | 36 | 56 |
| Binary | 10011000 | 10001110 | 1010010 | 0 | 111 | 101110 | 101000 | 110011 | 11110 | 101110 |
Color Harmonies of #988E52
Complementary color
Monochromatic Colors of #988E52
Black with #988E52
Text Example
Text Example
White with #988E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E52; }
p { color: rgb(152,142,82); }
H1.HeaderClassName
{
color: #988E52;
}
.AnyTagClassName
{
color: #988E52;
}
</style>
background-color css
<style>
a { background-color: #988E52; }
a { background-color: rgb(152,142,82); }
div.DivClassName
{
background-color: #988E52;
}
.BgClassName
{
background-color: #988E52;
}
</style>
border-color css
<style>
span { border-color: #988E52; }
span { border-color: rgb(152,142,82); }
td.TdClassName
{
border-color: #988E52;
}
.TagClassName
{
border-color: #988E52;
}
</style>