Shades of Highball #988E3D
Tints of Highball #988E3D
RGB
CMYK
RGB Variations
Color information
#988E3D (or 0x988E3D) is known color: Highball. HEX triplet: 98, 8E and 3D. RGB value is (152,142,61). Sum of RGB (Red+Green+Blue) = 152+142+61=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #988E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E3D is #6771C2. Grayscale: #888888. Windows color (decimal): -6779331 or 4034200. OLE color: 4034200.
HSL color Cylindrical-coordinate representation of color #988E3D: hue angle of 53.41º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #988E3D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 61 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.40 |
| HSL | 53.41º | 0.43% | 0.42% | - |
| HSV(B) | 53.41º | 0.6% | 0.6% | - |
| XYZ | 23.46 | 26.36 | 8.27 | - |
| YUV | 135.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 61 | 0 | 0.07 | 0.60 | 0.40 | 53.41 | 0.43 | 0.42 |
| Hex | 98 | 8E | 3D | 0 | 7 | 3C | 28 | 35 | 2B | 2A |
| Octal | 230 | 216 | 75 | 0 | 7 | 74 | 50 | 65 | 53 | 52 |
| Binary | 10011000 | 10001110 | 111101 | 0 | 111 | 111100 | 101000 | 110101 | 101011 | 101010 |
Color Harmonies of #988E3D
Complementary color
Monochromatic Colors of #988E3D
Black with #988E3D
Text Example
Text Example
White with #988E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E3D; }
p { color: rgb(152,142,61); }
H1.HeaderClassName
{
color: #988E3D;
}
.AnyTagClassName
{
color: #988E3D;
}
</style>
background-color css
<style>
a { background-color: #988E3D; }
a { background-color: rgb(152,142,61); }
div.DivClassName
{
background-color: #988E3D;
}
.BgClassName
{
background-color: #988E3D;
}
</style>
border-color css
<style>
span { border-color: #988E3D; }
span { border-color: rgb(152,142,61); }
td.TdClassName
{
border-color: #988E3D;
}
.TagClassName
{
border-color: #988E3D;
}
</style>