Shades of Lemon Grass #9D9D87
Tints of Lemon Grass #9D9D87
RGB
CMYK
RGB Variations
Color information
#9D9D87 (or 0x9D9D87) is known color: Lemon Grass. HEX triplet: 9D, 9D and 87. RGB value is (157,157,135). Sum of RGB (Red+Green+Blue) = 157+157+135=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 157 - color contains mainly: red, green. Hex color #9D9D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9D87 is #626278. Grayscale: #9A9A9A. Windows color (decimal): -6447737 or 8887709. OLE color: 8887709.
HSL color Cylindrical-coordinate representation of color #9D9D87: hue angle of 60º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D9D87 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 157 | 135 | - |
| CMYK | 0 | 0 | 0.14 | 0.38 |
| HSL | 60º | 0.1% | 0.57% | - |
| HSV(B) | 60º | 0.14% | 0.62% | - |
| XYZ | 30.33 | 33.03 | 27.7 | - |
| YUV | 154.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 157 | 135 | 0 | 0 | 0.14 | 0.38 | 60 | 0.1 | 0.57 |
| Hex | 9D | 9D | 87 | 0 | 0 | E | 26 | 3C | A | 39 |
| Octal | 235 | 235 | 207 | 0 | 0 | 16 | 46 | 74 | 12 | 71 |
| Binary | 10011101 | 10011101 | 10000111 | 0 | 0 | 1110 | 100110 | 111100 | 1010 | 111001 |
Color Harmonies of #9D9D87
Complementary color
Monochromatic Colors of #9D9D87
Black with #9D9D87
Text Example
Text Example
White with #9D9D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9D87; }
p { color: rgb(157,157,135); }
H1.HeaderClassName
{
color: #9D9D87;
}
.AnyTagClassName
{
color: #9D9D87;
}
</style>
background-color css
<style>
a { background-color: #9D9D87; }
a { background-color: rgb(157,157,135); }
div.DivClassName
{
background-color: #9D9D87;
}
.BgClassName
{
background-color: #9D9D87;
}
</style>
border-color css
<style>
span { border-color: #9D9D87; }
span { border-color: rgb(157,157,135); }
td.TdClassName
{
border-color: #9D9D87;
}
.TagClassName
{
border-color: #9D9D87;
}
</style>