Shades of Highball #8E8943
Tints of Highball #8E8943
RGB
CMYK
RGB Variations
Color information
#8E8943 (or 0x8E8943) is known color: Highball. HEX triplet: 8E, 89 and 43. RGB value is (142,137,67). Sum of RGB (Red+Green+Blue) = 142+137+67=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8943 is #7176BC. Grayscale: #828282. Windows color (decimal): -7435965 or 4426126. OLE color: 4426126.
HSL color Cylindrical-coordinate representation of color #8E8943: hue angle of 56º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E8943 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 67 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.44 |
| HSL | 56º | 0.36% | 0.41% | - |
| HSV(B) | 56º | 0.53% | 0.56% | - |
| XYZ | 21.11 | 24.05 | 8.84 | - |
| YUV | 130.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 67 | 0 | 0.04 | 0.53 | 0.44 | 56 | 0.36 | 0.41 |
| Hex | 8E | 89 | 43 | 0 | 4 | 35 | 2C | 38 | 24 | 29 |
| Octal | 216 | 211 | 103 | 0 | 4 | 65 | 54 | 70 | 44 | 51 |
| Binary | 10001110 | 10001001 | 1000011 | 0 | 100 | 110101 | 101100 | 111000 | 100100 | 101001 |
Color Harmonies of #8E8943
Complementary color
Monochromatic Colors of #8E8943
Black with #8E8943
Text Example
Text Example
White with #8E8943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8943; }
p { color: rgb(142,137,67); }
H1.HeaderClassName
{
color: #8E8943;
}
.AnyTagClassName
{
color: #8E8943;
}
</style>
background-color css
<style>
a { background-color: #8E8943; }
a { background-color: rgb(142,137,67); }
div.DivClassName
{
background-color: #8E8943;
}
.BgClassName
{
background-color: #8E8943;
}
</style>
border-color css
<style>
span { border-color: #8E8943; }
span { border-color: rgb(142,137,67); }
td.TdClassName
{
border-color: #8E8943;
}
.TagClassName
{
border-color: #8E8943;
}
</style>