Shades of Highball #988B3B
Tints of Highball #988B3B
RGB
CMYK
RGB Variations
Color information
#988B3B (or 0x988B3B) is known color: Highball. HEX triplet: 98, 8B and 3B. RGB value is (152,139,59). Sum of RGB (Red+Green+Blue) = 152+139+59=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #988B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B3B is #6774C4. Grayscale: #868686. Windows color (decimal): -6780101 or 3902360. OLE color: 3902360.
HSL color Cylindrical-coordinate representation of color #988B3B: hue angle of 51.61º 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 #988B3B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 59 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.40 |
| HSL | 51.61º | 0.44% | 0.41% | - |
| HSV(B) | 51.61º | 0.61% | 0.6% | - |
| XYZ | 22.97 | 25.46 | 7.84 | - |
| YUV | 133.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 59 | 0 | 0.09 | 0.61 | 0.40 | 51.61 | 0.44 | 0.41 |
| Hex | 98 | 8B | 3B | 0 | 9 | 3D | 28 | 34 | 2C | 29 |
| Octal | 230 | 213 | 73 | 0 | 11 | 75 | 50 | 64 | 54 | 51 |
| Binary | 10011000 | 10001011 | 111011 | 0 | 1001 | 111101 | 101000 | 110100 | 101100 | 101001 |
Color Harmonies of #988B3B
Complementary color
Monochromatic Colors of #988B3B
Black with #988B3B
Text Example
Text Example
White with #988B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B3B; }
p { color: rgb(152,139,59); }
H1.HeaderClassName
{
color: #988B3B;
}
.AnyTagClassName
{
color: #988B3B;
}
</style>
background-color css
<style>
a { background-color: #988B3B; }
a { background-color: rgb(152,139,59); }
div.DivClassName
{
background-color: #988B3B;
}
.BgClassName
{
background-color: #988B3B;
}
</style>
border-color css
<style>
span { border-color: #988B3B; }
span { border-color: rgb(152,139,59); }
td.TdClassName
{
border-color: #988B3B;
}
.TagClassName
{
border-color: #988B3B;
}
</style>