Shades of Highball #988A3B
Tints of Highball #988A3B
RGB
CMYK
RGB Variations
Color information
#988A3B (or 0x988A3B) is known color: Highball. HEX triplet: 98, 8A and 3B. RGB value is (152,138,59). Sum of RGB (Red+Green+Blue) = 152+138+59=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #988A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988A3B is #6775C4. Grayscale: #858585. Windows color (decimal): -6780357 or 3902104. OLE color: 3902104.
HSL color Cylindrical-coordinate representation of color #988A3B: hue angle of 50.97º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #988A3B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 59 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.40 |
| HSL | 50.97º | 0.44% | 0.41% | - |
| HSV(B) | 50.97º | 0.61% | 0.6% | - |
| XYZ | 22.83 | 25.17 | 7.79 | - |
| YUV | 133.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 59 | 0 | 0.09 | 0.61 | 0.40 | 50.97 | 0.44 | 0.41 |
| Hex | 98 | 8A | 3B | 0 | 9 | 3D | 28 | 33 | 2C | 29 |
| Octal | 230 | 212 | 73 | 0 | 11 | 75 | 50 | 63 | 54 | 51 |
| Binary | 10011000 | 10001010 | 111011 | 0 | 1001 | 111101 | 101000 | 110011 | 101100 | 101001 |
Color Harmonies of #988A3B
Complementary color
Monochromatic Colors of #988A3B
Black with #988A3B
Text Example
Text Example
White with #988A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A3B; }
p { color: rgb(152,138,59); }
H1.HeaderClassName
{
color: #988A3B;
}
.AnyTagClassName
{
color: #988A3B;
}
</style>
background-color css
<style>
a { background-color: #988A3B; }
a { background-color: rgb(152,138,59); }
div.DivClassName
{
background-color: #988A3B;
}
.BgClassName
{
background-color: #988A3B;
}
</style>
border-color css
<style>
span { border-color: #988A3B; }
span { border-color: rgb(152,138,59); }
td.TdClassName
{
border-color: #988A3B;
}
.TagClassName
{
border-color: #988A3B;
}
</style>