Shades of Highball #8E883B
Tints of Highball #8E883B
RGB
CMYK
RGB Variations
Color information
#8E883B (or 0x8E883B) is known color: Highball. HEX triplet: 8E, 88 and 3B. RGB value is (142,136,59). Sum of RGB (Red+Green+Blue) = 142+136+59=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E883B is #7177C4. Grayscale: #818181. Windows color (decimal): -7436229 or 3901582. OLE color: 3901582.
HSL color Cylindrical-coordinate representation of color #8E883B: hue angle of 55.66º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E883B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 59 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.44 |
| HSL | 55.66º | 0.41% | 0.39% | - |
| HSV(B) | 55.66º | 0.58% | 0.56% | - |
| XYZ | 20.75 | 23.67 | 7.61 | - |
| YUV | 129.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 59 | 0 | 0.04 | 0.58 | 0.44 | 55.66 | 0.41 | 0.39 |
| Hex | 8E | 88 | 3B | 0 | 4 | 3A | 2C | 38 | 29 | 27 |
| Octal | 216 | 210 | 73 | 0 | 4 | 72 | 54 | 70 | 51 | 47 |
| Binary | 10001110 | 10001000 | 111011 | 0 | 100 | 111010 | 101100 | 111000 | 101001 | 100111 |
Color Harmonies of #8E883B
Complementary color
Monochromatic Colors of #8E883B
Black with #8E883B
Text Example
Text Example
White with #8E883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E883B; }
p { color: rgb(142,136,59); }
H1.HeaderClassName
{
color: #8E883B;
}
.AnyTagClassName
{
color: #8E883B;
}
</style>
background-color css
<style>
a { background-color: #8E883B; }
a { background-color: rgb(142,136,59); }
div.DivClassName
{
background-color: #8E883B;
}
.BgClassName
{
background-color: #8E883B;
}
</style>
border-color css
<style>
span { border-color: #8E883B; }
span { border-color: rgb(142,136,59); }
td.TdClassName
{
border-color: #8E883B;
}
.TagClassName
{
border-color: #8E883B;
}
</style>