Shades of Lemon Grass #9E9E84
Tints of Lemon Grass #9E9E84
RGB
CMYK
RGB Variations
Color information
#9E9E84 (or 0x9E9E84) is known color: Lemon Grass. HEX triplet: 9E, 9E and 84. RGB value is (158,158,132). Sum of RGB (Red+Green+Blue) = 158+158+132=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 158 - color contains mainly: red, green. Hex color #9E9E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9E84 is #61617B. Grayscale: #9B9B9B. Windows color (decimal): -6381948 or 8691358. OLE color: 8691358.
HSL color Cylindrical-coordinate representation of color #9E9E84: hue angle of 60º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E9E84 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 158 | 132 | - |
CMYK | 0 | 0 | 0.16 | 0.38 |
HSL | 60º | 0.12% | 0.57% | - |
HSV(B) | 60º | 0.16% | 0.62% | - |
XYZ | 30.49 | 33.39 | 26.67 | - |
YUV | 155.04 | 115 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 158 | 132 | 0 | 0 | 0.16 | 0.38 | 60 | 0.12 | 0.57 |
Hex | 9E | 9E | 84 | 0 | 0 | 10 | 26 | 3C | C | 39 |
Octal | 236 | 236 | 204 | 0 | 0 | 20 | 46 | 74 | 14 | 71 |
Binary | 10011110 | 10011110 | 10000100 | 0 | 0 | 10000 | 100110 | 111100 | 1100 | 111001 |
Color Harmonies of #9E9E84
Complementary color
Monochromatic Colors of #9E9E84
Black with #9E9E84
Text Example
Text Example
White with #9E9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9E84; }
p { color: rgb(158,158,132); }
H1.HeaderClassName
{
color: #9E9E84;
}
.AnyTagClassName
{
color: #9E9E84;
}
</style>
background-color css
<style>
a { background-color: #9E9E84; }
a { background-color: rgb(158,158,132); }
div.DivClassName
{
background-color: #9E9E84;
}
.BgClassName
{
background-color: #9E9E84;
}
</style>
border-color css
<style>
span { border-color: #9E9E84; }
span { border-color: rgb(158,158,132); }
td.TdClassName
{
border-color: #9E9E84;
}
.TagClassName
{
border-color: #9E9E84;
}
</style>