Shades of Lemon Grass #9F9E87
Tints of Lemon Grass #9F9E87
RGB
CMYK
RGB Variations
Color information
#9F9E87 (or 0x9F9E87) is known color: Lemon Grass. HEX triplet: 9F, 9E and 87. RGB value is (159,158,135). Sum of RGB (Red+Green+Blue) = 159+158+135=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E87 is #606178. Grayscale: #9B9B9B. Windows color (decimal): -6316409 or 8887967. OLE color: 8887967.
HSL color Cylindrical-coordinate representation of color #9F9E87: hue angle of 57.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F9E87 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 158 | 135 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.38 |
| HSL | 57.5º | 0.11% | 0.58% | - |
| HSV(B) | 57.5º | 0.15% | 0.62% | - |
| XYZ | 30.9 | 33.57 | 27.77 | - |
| YUV | 155.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 135 | 0 | 0.01 | 0.15 | 0.38 | 57.5 | 0.11 | 0.58 |
| Hex | 9F | 9E | 87 | 0 | 1 | F | 26 | 3A | B | 3A |
| Octal | 237 | 236 | 207 | 0 | 1 | 17 | 46 | 72 | 13 | 72 |
| Binary | 10011111 | 10011110 | 10000111 | 0 | 1 | 1111 | 100110 | 111010 | 1011 | 111010 |
Color Harmonies of #9F9E87
Complementary color
Monochromatic Colors of #9F9E87
Black with #9F9E87
Text Example
Text Example
White with #9F9E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E87; }
p { color: rgb(159,158,135); }
H1.HeaderClassName
{
color: #9F9E87;
}
.AnyTagClassName
{
color: #9F9E87;
}
</style>
background-color css
<style>
a { background-color: #9F9E87; }
a { background-color: rgb(159,158,135); }
div.DivClassName
{
background-color: #9F9E87;
}
.BgClassName
{
background-color: #9F9E87;
}
</style>
border-color css
<style>
span { border-color: #9F9E87; }
span { border-color: rgb(159,158,135); }
td.TdClassName
{
border-color: #9F9E87;
}
.TagClassName
{
border-color: #9F9E87;
}
</style>