Shades of Highball #988D4A
Tints of Highball #988D4A
RGB
CMYK
RGB Variations
Color information
#988D4A (or 0x988D4A) is known color: Highball. HEX triplet: 98, 8D and 4A. RGB value is (152,141,74). Sum of RGB (Red+Green+Blue) = 152+141+74=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #988D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D4A is #6772B5. Grayscale: #888888. Windows color (decimal): -6779574 or 4885912. OLE color: 4885912.
HSL color Cylindrical-coordinate representation of color #988D4A: hue angle of 51.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #988D4A is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 74 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.40 |
| HSL | 51.54º | 0.35% | 0.44% | - |
| HSV(B) | 51.54º | 0.51% | 0.6% | - |
| XYZ | 23.71 | 26.22 | 10.29 | - |
| YUV | 136.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 74 | 0 | 0.07 | 0.51 | 0.40 | 51.54 | 0.35 | 0.44 |
| Hex | 98 | 8D | 4A | 0 | 7 | 33 | 28 | 34 | 23 | 2C |
| Octal | 230 | 215 | 112 | 0 | 7 | 63 | 50 | 64 | 43 | 54 |
| Binary | 10011000 | 10001101 | 1001010 | 0 | 111 | 110011 | 101000 | 110100 | 100011 | 101100 |
Color Harmonies of #988D4A
Complementary color
Monochromatic Colors of #988D4A
Black with #988D4A
Text Example
Text Example
White with #988D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D4A; }
p { color: rgb(152,141,74); }
H1.HeaderClassName
{
color: #988D4A;
}
.AnyTagClassName
{
color: #988D4A;
}
</style>
background-color css
<style>
a { background-color: #988D4A; }
a { background-color: rgb(152,141,74); }
div.DivClassName
{
background-color: #988D4A;
}
.BgClassName
{
background-color: #988D4A;
}
</style>
border-color css
<style>
span { border-color: #988D4A; }
span { border-color: rgb(152,141,74); }
td.TdClassName
{
border-color: #988D4A;
}
.TagClassName
{
border-color: #988D4A;
}
</style>