Shades of Highball #988D3A
Tints of Highball #988D3A
RGB
CMYK
RGB Variations
Color information
#988D3A (or 0x988D3A) is known color: Highball. HEX triplet: 98, 8D and 3A. RGB value is (152,141,58). Sum of RGB (Red+Green+Blue) = 152+141+58=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D3A is #6772C5. Grayscale: #878787. Windows color (decimal): -6779590 or 3837336. OLE color: 3837336.
HSL color Cylindrical-coordinate representation of color #988D3A: hue angle of 52.98º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #988D3A is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 58 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.40 |
| HSL | 52.98º | 0.45% | 0.41% | - |
| HSV(B) | 52.98º | 0.62% | 0.6% | - |
| XYZ | 23.24 | 26.03 | 7.8 | - |
| YUV | 134.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 58 | 0 | 0.07 | 0.62 | 0.40 | 52.98 | 0.45 | 0.41 |
| Hex | 98 | 8D | 3A | 0 | 7 | 3E | 28 | 35 | 2D | 29 |
| Octal | 230 | 215 | 72 | 0 | 7 | 76 | 50 | 65 | 55 | 51 |
| Binary | 10011000 | 10001101 | 111010 | 0 | 111 | 111110 | 101000 | 110101 | 101101 | 101001 |
Color Harmonies of #988D3A
Complementary color
Monochromatic Colors of #988D3A
Black with #988D3A
Text Example
Text Example
White with #988D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D3A; }
p { color: rgb(152,141,58); }
H1.HeaderClassName
{
color: #988D3A;
}
.AnyTagClassName
{
color: #988D3A;
}
</style>
background-color css
<style>
a { background-color: #988D3A; }
a { background-color: rgb(152,141,58); }
div.DivClassName
{
background-color: #988D3A;
}
.BgClassName
{
background-color: #988D3A;
}
</style>
border-color css
<style>
span { border-color: #988D3A; }
span { border-color: rgb(152,141,58); }
td.TdClassName
{
border-color: #988D3A;
}
.TagClassName
{
border-color: #988D3A;
}
</style>