Shades of Highball #8E934C
Tints of Highball #8E934C
RGB
CMYK
RGB Variations
Color information
#8E934C (or 0x8E934C) is known color: Highball. HEX triplet: 8E, 93 and 4C. RGB value is (142,147,76). Sum of RGB (Red+Green+Blue) = 142+147+76=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #8E934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E934C is #716CB3. Grayscale: #898989. Windows color (decimal): -7433396 or 5018510. OLE color: 5018510.
HSL color Cylindrical-coordinate representation of color #8E934C: hue angle of 64.23º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E934C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 76 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.42 |
| HSL | 64.23º | 0.32% | 0.44% | - |
| HSV(B) | 64.23º | 0.48% | 0.58% | - |
| XYZ | 22.89 | 27.14 | 10.87 | - |
| YUV | 137.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 76 | 0.03 | 0 | 0.48 | 0.42 | 64.23 | 0.32 | 0.44 |
| Hex | 8E | 93 | 4C | 3 | 0 | 30 | 2A | 40 | 20 | 2C |
| Octal | 216 | 223 | 114 | 3 | 0 | 60 | 52 | 100 | 40 | 54 |
| Binary | 10001110 | 10010011 | 1001100 | 11 | 0 | 110000 | 101010 | 1000000 | 100000 | 101100 |
Color Harmonies of #8E934C
Complementary color
Monochromatic Colors of #8E934C
Black with #8E934C
Text Example
Text Example
White with #8E934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E934C; }
p { color: rgb(142,147,76); }
H1.HeaderClassName
{
color: #8E934C;
}
.AnyTagClassName
{
color: #8E934C;
}
</style>
background-color css
<style>
a { background-color: #8E934C; }
a { background-color: rgb(142,147,76); }
div.DivClassName
{
background-color: #8E934C;
}
.BgClassName
{
background-color: #8E934C;
}
</style>
border-color css
<style>
span { border-color: #8E934C; }
span { border-color: rgb(142,147,76); }
td.TdClassName
{
border-color: #8E934C;
}
.TagClassName
{
border-color: #8E934C;
}
</style>