Shades of Highball #988E43
Tints of Highball #988E43
RGB
CMYK
RGB Variations
Color information
#988E43 (or 0x988E43) is known color: Highball. HEX triplet: 98, 8E and 43. RGB value is (152,142,67). Sum of RGB (Red+Green+Blue) = 152+142+67=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #988E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E43 is #6771BC. Grayscale: #888888. Windows color (decimal): -6779325 or 4427416. OLE color: 4427416.
HSL color Cylindrical-coordinate representation of color #988E43: hue angle of 52.94º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #988E43 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 67 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.40 |
| HSL | 52.94º | 0.39% | 0.43% | - |
| HSV(B) | 52.94º | 0.56% | 0.6% | - |
| XYZ | 23.64 | 26.43 | 9.17 | - |
| YUV | 136.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 67 | 0 | 0.07 | 0.56 | 0.40 | 52.94 | 0.39 | 0.43 |
| Hex | 98 | 8E | 43 | 0 | 7 | 38 | 28 | 35 | 27 | 2B |
| Octal | 230 | 216 | 103 | 0 | 7 | 70 | 50 | 65 | 47 | 53 |
| Binary | 10011000 | 10001110 | 1000011 | 0 | 111 | 111000 | 101000 | 110101 | 100111 | 101011 |
Color Harmonies of #988E43
Complementary color
Monochromatic Colors of #988E43
Black with #988E43
Text Example
Text Example
White with #988E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E43; }
p { color: rgb(152,142,67); }
H1.HeaderClassName
{
color: #988E43;
}
.AnyTagClassName
{
color: #988E43;
}
</style>
background-color css
<style>
a { background-color: #988E43; }
a { background-color: rgb(152,142,67); }
div.DivClassName
{
background-color: #988E43;
}
.BgClassName
{
background-color: #988E43;
}
</style>
border-color css
<style>
span { border-color: #988E43; }
span { border-color: rgb(152,142,67); }
td.TdClassName
{
border-color: #988E43;
}
.TagClassName
{
border-color: #988E43;
}
</style>