Shades of Highball #8E9033
Tints of Highball #8E9033
RGB
CMYK
RGB Variations
Color information
#8E9033 (or 0x8E9033) is known color: Highball. HEX triplet: 8E, 90 and 33. RGB value is (142,144,51). Sum of RGB (Red+Green+Blue) = 142+144+51=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9033 is #716FCC. Grayscale: #858585. Windows color (decimal): -7434189 or 3379342. OLE color: 3379342.
HSL color Cylindrical-coordinate representation of color #8E9033: hue angle of 61.29º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E9033 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 51 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.44 |
| HSL | 61.29º | 0.48% | 0.38% | - |
| HSV(B) | 61.29º | 0.65% | 0.56% | - |
| XYZ | 21.73 | 25.94 | 6.99 | - |
| YUV | 132.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 51 | 0.01 | 0 | 0.65 | 0.44 | 61.29 | 0.48 | 0.38 |
| Hex | 8E | 90 | 33 | 1 | 0 | 41 | 2C | 3D | 30 | 26 |
| Octal | 216 | 220 | 63 | 1 | 0 | 101 | 54 | 75 | 60 | 46 |
| Binary | 10001110 | 10010000 | 110011 | 1 | 0 | 1000001 | 101100 | 111101 | 110000 | 100110 |
Color Harmonies of #8E9033
Complementary color
Monochromatic Colors of #8E9033
Black with #8E9033
Text Example
Text Example
White with #8E9033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9033; }
p { color: rgb(142,144,51); }
H1.HeaderClassName
{
color: #8E9033;
}
.AnyTagClassName
{
color: #8E9033;
}
</style>
background-color css
<style>
a { background-color: #8E9033; }
a { background-color: rgb(142,144,51); }
div.DivClassName
{
background-color: #8E9033;
}
.BgClassName
{
background-color: #8E9033;
}
</style>
border-color css
<style>
span { border-color: #8E9033; }
span { border-color: rgb(142,144,51); }
td.TdClassName
{
border-color: #8E9033;
}
.TagClassName
{
border-color: #8E9033;
}
</style>