Shades of Lemon Grass #8E9086
Tints of Lemon Grass #8E9086
RGB
CMYK
RGB Variations
Color information
#8E9086 (or 0x8E9086) is known color: Lemon Grass. HEX triplet: 8E, 90 and 86. RGB value is (142,144,134). Sum of RGB (Red+Green+Blue) = 142+144+134=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9086 is #716F79. Grayscale: #8E8E8E. Windows color (decimal): -7434106 or 8818830. OLE color: 8818830.
HSL color Cylindrical-coordinate representation of color #8E9086: hue angle of 72º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E9086 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 134 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.44 |
| HSL | 72º | 0.04% | 0.55% | - |
| HSV(B) | 72º | 0.07% | 0.56% | - |
| XYZ | 25.43 | 27.42 | 26.51 | - |
| YUV | 142.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 134 | 0.01 | 0 | 0.07 | 0.44 | 72 | 0.04 | 0.55 |
| Hex | 8E | 90 | 86 | 1 | 0 | 7 | 2C | 48 | 4 | 37 |
| Octal | 216 | 220 | 206 | 1 | 0 | 7 | 54 | 110 | 4 | 67 |
| Binary | 10001110 | 10010000 | 10000110 | 1 | 0 | 111 | 101100 | 1001000 | 100 | 110111 |
Color Harmonies of #8E9086
Complementary color
Monochromatic Colors of #8E9086
Black with #8E9086
Text Example
Text Example
White with #8E9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9086; }
p { color: rgb(142,144,134); }
H1.HeaderClassName
{
color: #8E9086;
}
.AnyTagClassName
{
color: #8E9086;
}
</style>
background-color css
<style>
a { background-color: #8E9086; }
a { background-color: rgb(142,144,134); }
div.DivClassName
{
background-color: #8E9086;
}
.BgClassName
{
background-color: #8E9086;
}
</style>
border-color css
<style>
span { border-color: #8E9086; }
span { border-color: rgb(142,144,134); }
td.TdClassName
{
border-color: #8E9086;
}
.TagClassName
{
border-color: #8E9086;
}
</style>