Shades of Highball #988B49
Tints of Highball #988B49
RGB
CMYK
RGB Variations
Color information
#988B49 (or 0x988B49) is known color: Highball. HEX triplet: 98, 8B and 49. RGB value is (152,139,73). Sum of RGB (Red+Green+Blue) = 152+139+73=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B49 is #6774B6. Grayscale: #878787. Windows color (decimal): -6780087 or 4819864. OLE color: 4819864.
HSL color Cylindrical-coordinate representation of color #988B49: hue angle of 50.13º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #988B49 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 73 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.40 |
| HSL | 50.13º | 0.35% | 0.44% | - |
| HSV(B) | 50.13º | 0.52% | 0.6% | - |
| XYZ | 23.38 | 25.62 | 10.02 | - |
| YUV | 135.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 73 | 0 | 0.09 | 0.52 | 0.40 | 50.13 | 0.35 | 0.44 |
| Hex | 98 | 8B | 49 | 0 | 9 | 34 | 28 | 32 | 23 | 2C |
| Octal | 230 | 213 | 111 | 0 | 11 | 64 | 50 | 62 | 43 | 54 |
| Binary | 10011000 | 10001011 | 1001001 | 0 | 1001 | 110100 | 101000 | 110010 | 100011 | 101100 |
Color Harmonies of #988B49
Complementary color
Monochromatic Colors of #988B49
Black with #988B49
Text Example
Text Example
White with #988B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B49; }
p { color: rgb(152,139,73); }
H1.HeaderClassName
{
color: #988B49;
}
.AnyTagClassName
{
color: #988B49;
}
</style>
background-color css
<style>
a { background-color: #988B49; }
a { background-color: rgb(152,139,73); }
div.DivClassName
{
background-color: #988B49;
}
.BgClassName
{
background-color: #988B49;
}
</style>
border-color css
<style>
span { border-color: #988B49; }
span { border-color: rgb(152,139,73); }
td.TdClassName
{
border-color: #988B49;
}
.TagClassName
{
border-color: #988B49;
}
</style>