Shades of Highball #988C48
Tints of Highball #988C48
RGB
CMYK
RGB Variations
Color information
#988C48 (or 0x988C48) is known color: Highball. HEX triplet: 98, 8C and 48. RGB value is (152,140,72). Sum of RGB (Red+Green+Blue) = 152+140+72=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C48 is #6773B7. Grayscale: #888888. Windows color (decimal): -6779832 or 4754584. OLE color: 4754584.
HSL color Cylindrical-coordinate representation of color #988C48: hue angle of 51º 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 #988C48 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 72 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.40 |
| HSL | 51º | 0.36% | 0.44% | - |
| HSV(B) | 51º | 0.53% | 0.6% | - |
| XYZ | 23.5 | 25.9 | 9.89 | - |
| YUV | 135.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 72 | 0 | 0.08 | 0.53 | 0.40 | 51 | 0.36 | 0.44 |
| Hex | 98 | 8C | 48 | 0 | 8 | 35 | 28 | 33 | 24 | 2C |
| Octal | 230 | 214 | 110 | 0 | 10 | 65 | 50 | 63 | 44 | 54 |
| Binary | 10011000 | 10001100 | 1001000 | 0 | 1000 | 110101 | 101000 | 110011 | 100100 | 101100 |
Color Harmonies of #988C48
Complementary color
Monochromatic Colors of #988C48
Black with #988C48
Text Example
Text Example
White with #988C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C48; }
p { color: rgb(152,140,72); }
H1.HeaderClassName
{
color: #988C48;
}
.AnyTagClassName
{
color: #988C48;
}
</style>
background-color css
<style>
a { background-color: #988C48; }
a { background-color: rgb(152,140,72); }
div.DivClassName
{
background-color: #988C48;
}
.BgClassName
{
background-color: #988C48;
}
</style>
border-color css
<style>
span { border-color: #988C48; }
span { border-color: rgb(152,140,72); }
td.TdClassName
{
border-color: #988C48;
}
.TagClassName
{
border-color: #988C48;
}
</style>