Shades of Highball #988E48
Tints of Highball #988E48
RGB
CMYK
RGB Variations
Color information
#988E48 (or 0x988E48) is known color: Highball. HEX triplet: 98, 8E and 48. RGB value is (152,142,72). Sum of RGB (Red+Green+Blue) = 152+142+72=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #988E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E48 is #6771B7. Grayscale: #898989. Windows color (decimal): -6779320 or 4755096. OLE color: 4755096.
HSL color Cylindrical-coordinate representation of color #988E48: hue angle of 52.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #988E48 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 72 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.40 |
| HSL | 52.5º | 0.36% | 0.44% | - |
| HSV(B) | 52.5º | 0.53% | 0.6% | - |
| XYZ | 23.79 | 26.49 | 9.99 | - |
| YUV | 137.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 72 | 0 | 0.07 | 0.53 | 0.40 | 52.5 | 0.36 | 0.44 |
| Hex | 98 | 8E | 48 | 0 | 7 | 35 | 28 | 34 | 24 | 2C |
| Octal | 230 | 216 | 110 | 0 | 7 | 65 | 50 | 64 | 44 | 54 |
| Binary | 10011000 | 10001110 | 1001000 | 0 | 111 | 110101 | 101000 | 110100 | 100100 | 101100 |
Color Harmonies of #988E48
Complementary color
Monochromatic Colors of #988E48
Black with #988E48
Text Example
Text Example
White with #988E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E48; }
p { color: rgb(152,142,72); }
H1.HeaderClassName
{
color: #988E48;
}
.AnyTagClassName
{
color: #988E48;
}
</style>
background-color css
<style>
a { background-color: #988E48; }
a { background-color: rgb(152,142,72); }
div.DivClassName
{
background-color: #988E48;
}
.BgClassName
{
background-color: #988E48;
}
</style>
border-color css
<style>
span { border-color: #988E48; }
span { border-color: rgb(152,142,72); }
td.TdClassName
{
border-color: #988E48;
}
.TagClassName
{
border-color: #988E48;
}
</style>