Shades of Lemon Grass #9C9E84
Tints of Lemon Grass #9C9E84
RGB
CMYK
RGB Variations
Color information
#9C9E84 (or 0x9C9E84) is known color: Lemon Grass. HEX triplet: 9C, 9E and 84. RGB value is (156,158,132). Sum of RGB (Red+Green+Blue) = 156+158+132=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #9C9E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9E84 is #63617B. Grayscale: #9A9A9A. Windows color (decimal): -6513020 or 8691356. OLE color: 8691356.
HSL color Cylindrical-coordinate representation of color #9C9E84: hue angle of 64.62º 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 #9C9E84 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 158 | 132 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.38 |
| HSL | 64.62º | 0.12% | 0.57% | - |
| HSV(B) | 64.62º | 0.16% | 0.62% | - |
| XYZ | 30.1 | 33.19 | 26.65 | - |
| YUV | 154.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 132 | 0.01 | 0 | 0.16 | 0.38 | 64.62 | 0.12 | 0.57 |
| Hex | 9C | 9E | 84 | 1 | 0 | 10 | 26 | 41 | C | 39 |
| Octal | 234 | 236 | 204 | 1 | 0 | 20 | 46 | 101 | 14 | 71 |
| Binary | 10011100 | 10011110 | 10000100 | 1 | 0 | 10000 | 100110 | 1000001 | 1100 | 111001 |
Color Harmonies of #9C9E84
Complementary color
Monochromatic Colors of #9C9E84
Black with #9C9E84
Text Example
Text Example
White with #9C9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9E84; }
p { color: rgb(156,158,132); }
H1.HeaderClassName
{
color: #9C9E84;
}
.AnyTagClassName
{
color: #9C9E84;
}
</style>
background-color css
<style>
a { background-color: #9C9E84; }
a { background-color: rgb(156,158,132); }
div.DivClassName
{
background-color: #9C9E84;
}
.BgClassName
{
background-color: #9C9E84;
}
</style>
border-color css
<style>
span { border-color: #9C9E84; }
span { border-color: rgb(156,158,132); }
td.TdClassName
{
border-color: #9C9E84;
}
.TagClassName
{
border-color: #9C9E84;
}
</style>