Shades of Lemon Grass #9B9A86
Tints of Lemon Grass #9B9A86
RGB
CMYK
RGB Variations
Color information
#9B9A86 (or 0x9B9A86) is known color: Lemon Grass. HEX triplet: 9B, 9A and 86. RGB value is (155,154,134). Sum of RGB (Red+Green+Blue) = 155+154+134=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9A86 is #646579. Grayscale: #989898. Windows color (decimal): -6579578 or 8821403. OLE color: 8821403.
HSL color Cylindrical-coordinate representation of color #9B9A86: hue angle of 57.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B9A86 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 154 | 134 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.39 |
| HSL | 57.14º | 0.1% | 0.57% | - |
| HSV(B) | 57.14º | 0.14% | 0.61% | - |
| XYZ | 29.38 | 31.8 | 27.14 | - |
| YUV | 152.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 134 | 0 | 0.01 | 0.14 | 0.39 | 57.14 | 0.1 | 0.57 |
| Hex | 9B | 9A | 86 | 0 | 1 | E | 27 | 39 | A | 39 |
| Octal | 233 | 232 | 206 | 0 | 1 | 16 | 47 | 71 | 12 | 71 |
| Binary | 10011011 | 10011010 | 10000110 | 0 | 1 | 1110 | 100111 | 111001 | 1010 | 111001 |
Color Harmonies of #9B9A86
Complementary color
Monochromatic Colors of #9B9A86
Black with #9B9A86
Text Example
Text Example
White with #9B9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9A86; }
p { color: rgb(155,154,134); }
H1.HeaderClassName
{
color: #9B9A86;
}
.AnyTagClassName
{
color: #9B9A86;
}
</style>
background-color css
<style>
a { background-color: #9B9A86; }
a { background-color: rgb(155,154,134); }
div.DivClassName
{
background-color: #9B9A86;
}
.BgClassName
{
background-color: #9B9A86;
}
</style>
border-color css
<style>
span { border-color: #9B9A86; }
span { border-color: rgb(155,154,134); }
td.TdClassName
{
border-color: #9B9A86;
}
.TagClassName
{
border-color: #9B9A86;
}
</style>