Shades of Lemon Grass #9A9D87
Tints of Lemon Grass #9A9D87
RGB
CMYK
RGB Variations
Color information
#9A9D87 (or 0x9A9D87) is known color: Lemon Grass. HEX triplet: 9A, 9D and 87. RGB value is (154,157,135). Sum of RGB (Red+Green+Blue) = 154+157+135=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9D87 is #656278. Grayscale: #999999. Windows color (decimal): -6644345 or 8887706. OLE color: 8887706.
HSL color Cylindrical-coordinate representation of color #9A9D87: hue angle of 68.18º 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 #9A9D87 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 135 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.38 |
| HSL | 68.18º | 0.1% | 0.57% | - |
| HSV(B) | 68.18º | 0.14% | 0.62% | - |
| XYZ | 29.76 | 32.73 | 27.67 | - |
| YUV | 153.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 135 | 0.02 | 0 | 0.14 | 0.38 | 68.18 | 0.1 | 0.57 |
| Hex | 9A | 9D | 87 | 2 | 0 | E | 26 | 44 | A | 39 |
| Octal | 232 | 235 | 207 | 2 | 0 | 16 | 46 | 104 | 12 | 71 |
| Binary | 10011010 | 10011101 | 10000111 | 10 | 0 | 1110 | 100110 | 1000100 | 1010 | 111001 |
Color Harmonies of #9A9D87
Complementary color
Monochromatic Colors of #9A9D87
Black with #9A9D87
Text Example
Text Example
White with #9A9D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D87; }
p { color: rgb(154,157,135); }
H1.HeaderClassName
{
color: #9A9D87;
}
.AnyTagClassName
{
color: #9A9D87;
}
</style>
background-color css
<style>
a { background-color: #9A9D87; }
a { background-color: rgb(154,157,135); }
div.DivClassName
{
background-color: #9A9D87;
}
.BgClassName
{
background-color: #9A9D87;
}
</style>
border-color css
<style>
span { border-color: #9A9D87; }
span { border-color: rgb(154,157,135); }
td.TdClassName
{
border-color: #9A9D87;
}
.TagClassName
{
border-color: #9A9D87;
}
</style>