Shades of Lemon Grass #999D87
Tints of Lemon Grass #999D87
RGB
CMYK
RGB Variations
Color information
#999D87 (or 0x999D87) is known color: Lemon Grass. HEX triplet: 99, 9D and 87. RGB value is (153,157,135). Sum of RGB (Red+Green+Blue) = 153+157+135=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #999D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D87 is #666278. Grayscale: #999999. Windows color (decimal): -6709881 or 8887705. OLE color: 8887705.
HSL color Cylindrical-coordinate representation of color #999D87: hue angle of 70.91º 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 #999D87 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 135 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.38 |
| HSL | 70.91º | 0.1% | 0.57% | - |
| HSV(B) | 70.91º | 0.14% | 0.62% | - |
| XYZ | 29.57 | 32.64 | 27.66 | - |
| YUV | 153.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 135 | 0.03 | 0 | 0.14 | 0.38 | 70.91 | 0.1 | 0.57 |
| Hex | 99 | 9D | 87 | 3 | 0 | E | 26 | 47 | A | 39 |
| Octal | 231 | 235 | 207 | 3 | 0 | 16 | 46 | 107 | 12 | 71 |
| Binary | 10011001 | 10011101 | 10000111 | 11 | 0 | 1110 | 100110 | 1000111 | 1010 | 111001 |
Color Harmonies of #999D87
Complementary color
Monochromatic Colors of #999D87
Black with #999D87
Text Example
Text Example
White with #999D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D87; }
p { color: rgb(153,157,135); }
H1.HeaderClassName
{
color: #999D87;
}
.AnyTagClassName
{
color: #999D87;
}
</style>
background-color css
<style>
a { background-color: #999D87; }
a { background-color: rgb(153,157,135); }
div.DivClassName
{
background-color: #999D87;
}
.BgClassName
{
background-color: #999D87;
}
</style>
border-color css
<style>
span { border-color: #999D87; }
span { border-color: rgb(153,157,135); }
td.TdClassName
{
border-color: #999D87;
}
.TagClassName
{
border-color: #999D87;
}
</style>