Shades of Highball #8E924D
Tints of Highball #8E924D
RGB
CMYK
RGB Variations
Color information
#8E924D (or 0x8E924D) is known color: Highball. HEX triplet: 8E, 92 and 4D. RGB value is (142,146,77). Sum of RGB (Red+Green+Blue) = 142+146+77=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #8E924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E924D is #716DB2. Grayscale: #898989. Windows color (decimal): -7433651 or 5083790. OLE color: 5083790.
HSL color Cylindrical-coordinate representation of color #8E924D: hue angle of 63.48º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E924D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 77 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.43 |
| HSL | 63.48º | 0.31% | 0.44% | - |
| HSV(B) | 63.48º | 0.47% | 0.57% | - |
| XYZ | 22.77 | 26.84 | 11 | - |
| YUV | 136.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 77 | 0.03 | 0 | 0.47 | 0.43 | 63.48 | 0.31 | 0.44 |
| Hex | 8E | 92 | 4D | 3 | 0 | 2F | 2B | 3F | 1F | 2C |
| Octal | 216 | 222 | 115 | 3 | 0 | 57 | 53 | 77 | 37 | 54 |
| Binary | 10001110 | 10010010 | 1001101 | 11 | 0 | 101111 | 101011 | 111111 | 11111 | 101100 |
Color Harmonies of #8E924D
Complementary color
Monochromatic Colors of #8E924D
Black with #8E924D
Text Example
Text Example
White with #8E924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E924D; }
p { color: rgb(142,146,77); }
H1.HeaderClassName
{
color: #8E924D;
}
.AnyTagClassName
{
color: #8E924D;
}
</style>
background-color css
<style>
a { background-color: #8E924D; }
a { background-color: rgb(142,146,77); }
div.DivClassName
{
background-color: #8E924D;
}
.BgClassName
{
background-color: #8E924D;
}
</style>
border-color css
<style>
span { border-color: #8E924D; }
span { border-color: rgb(142,146,77); }
td.TdClassName
{
border-color: #8E924D;
}
.TagClassName
{
border-color: #8E924D;
}
</style>