Shades of Highball #988F51
Tints of Highball #988F51
RGB
CMYK
RGB Variations
Color information
#988F51 (or 0x988F51) is known color: Highball. HEX triplet: 98, 8F and 51. RGB value is (152,143,81). Sum of RGB (Red+Green+Blue) = 152+143+81=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F51 is #6770AE. Grayscale: #8A8A8A. Windows color (decimal): -6779055 or 5345176. OLE color: 5345176.
HSL color Cylindrical-coordinate representation of color #988F51: hue angle of 52.39º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #988F51 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 81 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.40 |
| HSL | 52.39º | 0.3% | 0.46% | - |
| HSV(B) | 52.39º | 0.47% | 0.6% | - |
| XYZ | 24.26 | 26.91 | 11.7 | - |
| YUV | 138.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 81 | 0 | 0.06 | 0.47 | 0.40 | 52.39 | 0.3 | 0.46 |
| Hex | 98 | 8F | 51 | 0 | 6 | 2F | 28 | 34 | 1E | 2E |
| Octal | 230 | 217 | 121 | 0 | 6 | 57 | 50 | 64 | 36 | 56 |
| Binary | 10011000 | 10001111 | 1010001 | 0 | 110 | 101111 | 101000 | 110100 | 11110 | 101110 |
Color Harmonies of #988F51
Complementary color
Monochromatic Colors of #988F51
Black with #988F51
Text Example
Text Example
White with #988F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F51; }
p { color: rgb(152,143,81); }
H1.HeaderClassName
{
color: #988F51;
}
.AnyTagClassName
{
color: #988F51;
}
</style>
background-color css
<style>
a { background-color: #988F51; }
a { background-color: rgb(152,143,81); }
div.DivClassName
{
background-color: #988F51;
}
.BgClassName
{
background-color: #988F51;
}
</style>
border-color css
<style>
span { border-color: #988F51; }
span { border-color: rgb(152,143,81); }
td.TdClassName
{
border-color: #988F51;
}
.TagClassName
{
border-color: #988F51;
}
</style>