Shades of Highball #8E8236
Tints of Highball #8E8236
RGB
CMYK
RGB Variations
Color information
#8E8236 (or 0x8E8236) is known color: Highball. HEX triplet: 8E, 82 and 36. RGB value is (142,130,54). Sum of RGB (Red+Green+Blue) = 142+130+54=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8236 is #717DC9. Grayscale: #7D7D7D. Windows color (decimal): -7437770 or 3572366. OLE color: 3572366.
HSL color Cylindrical-coordinate representation of color #8E8236: hue angle of 51.82º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E8236 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 54 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.44 |
| HSL | 51.82º | 0.45% | 0.38% | - |
| HSV(B) | 51.82º | 0.62% | 0.56% | - |
| XYZ | 19.8 | 21.98 | 6.69 | - |
| YUV | 124.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 54 | 0 | 0.08 | 0.62 | 0.44 | 51.82 | 0.45 | 0.38 |
| Hex | 8E | 82 | 36 | 0 | 8 | 3E | 2C | 34 | 2D | 26 |
| Octal | 216 | 202 | 66 | 0 | 10 | 76 | 54 | 64 | 55 | 46 |
| Binary | 10001110 | 10000010 | 110110 | 0 | 1000 | 111110 | 101100 | 110100 | 101101 | 100110 |
Color Harmonies of #8E8236
Complementary color
Monochromatic Colors of #8E8236
Black with #8E8236
Text Example
Text Example
White with #8E8236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8236; }
p { color: rgb(142,130,54); }
H1.HeaderClassName
{
color: #8E8236;
}
.AnyTagClassName
{
color: #8E8236;
}
</style>
background-color css
<style>
a { background-color: #8E8236; }
a { background-color: rgb(142,130,54); }
div.DivClassName
{
background-color: #8E8236;
}
.BgClassName
{
background-color: #8E8236;
}
</style>
border-color css
<style>
span { border-color: #8E8236; }
span { border-color: rgb(142,130,54); }
td.TdClassName
{
border-color: #8E8236;
}
.TagClassName
{
border-color: #8E8236;
}
</style>