Shades of Lemon Grass #9B9F87
Tints of Lemon Grass #9B9F87
RGB
CMYK
RGB Variations
Color information
#9B9F87 (or 0x9B9F87) is known color: Lemon Grass. HEX triplet: 9B, 9F and 87. RGB value is (155,159,135). Sum of RGB (Red+Green+Blue) = 155+159+135=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9F87 is #646078. Grayscale: #9B9B9B. Windows color (decimal): -6578297 or 8888219. OLE color: 8888219.
HSL color Cylindrical-coordinate representation of color #9B9F87: hue angle of 70º 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 #9B9F87 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 159 | 135 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.38 |
| HSL | 70º | 0.11% | 0.58% | - |
| HSV(B) | 70º | 0.15% | 0.62% | - |
| XYZ | 30.29 | 33.51 | 27.79 | - |
| YUV | 155.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 135 | 0.03 | 0 | 0.15 | 0.38 | 70 | 0.11 | 0.58 |
| Hex | 9B | 9F | 87 | 3 | 0 | F | 26 | 46 | B | 3A |
| Octal | 233 | 237 | 207 | 3 | 0 | 17 | 46 | 106 | 13 | 72 |
| Binary | 10011011 | 10011111 | 10000111 | 11 | 0 | 1111 | 100110 | 1000110 | 1011 | 111010 |
Color Harmonies of #9B9F87
Complementary color
Monochromatic Colors of #9B9F87
Black with #9B9F87
Text Example
Text Example
White with #9B9F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9F87; }
p { color: rgb(155,159,135); }
H1.HeaderClassName
{
color: #9B9F87;
}
.AnyTagClassName
{
color: #9B9F87;
}
</style>
background-color css
<style>
a { background-color: #9B9F87; }
a { background-color: rgb(155,159,135); }
div.DivClassName
{
background-color: #9B9F87;
}
.BgClassName
{
background-color: #9B9F87;
}
</style>
border-color css
<style>
span { border-color: #9B9F87; }
span { border-color: rgb(155,159,135); }
td.TdClassName
{
border-color: #9B9F87;
}
.TagClassName
{
border-color: #9B9F87;
}
</style>