Shades of Lemon Grass #9C9B89
Tints of Lemon Grass #9C9B89
RGB
CMYK
RGB Variations
Color information
#9C9B89 (or 0x9C9B89) is known color: Lemon Grass. HEX triplet: 9C, 9B and 89. RGB value is (156,155,137). Sum of RGB (Red+Green+Blue) = 156+155+137=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B89 is #636476. Grayscale: #999999. Windows color (decimal): -6513783 or 9018268. OLE color: 9018268.
HSL color Cylindrical-coordinate representation of color #9C9B89: hue angle of 56.84º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C9B89 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 155 | 137 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.39 |
| HSL | 56.84º | 0.09% | 0.57% | - |
| HSV(B) | 56.84º | 0.12% | 0.61% | - |
| XYZ | 29.95 | 32.32 | 28.33 | - |
| YUV | 153.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 137 | 0 | 0.01 | 0.12 | 0.39 | 56.84 | 0.09 | 0.57 |
| Hex | 9C | 9B | 89 | 0 | 1 | C | 27 | 39 | 9 | 39 |
| Octal | 234 | 233 | 211 | 0 | 1 | 14 | 47 | 71 | 11 | 71 |
| Binary | 10011100 | 10011011 | 10001001 | 0 | 1 | 1100 | 100111 | 111001 | 1001 | 111001 |
Color Harmonies of #9C9B89
Complementary color
Monochromatic Colors of #9C9B89
Black with #9C9B89
Text Example
Text Example
White with #9C9B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9B89; }
p { color: rgb(156,155,137); }
H1.HeaderClassName
{
color: #9C9B89;
}
.AnyTagClassName
{
color: #9C9B89;
}
</style>
background-color css
<style>
a { background-color: #9C9B89; }
a { background-color: rgb(156,155,137); }
div.DivClassName
{
background-color: #9C9B89;
}
.BgClassName
{
background-color: #9C9B89;
}
</style>
border-color css
<style>
span { border-color: #9C9B89; }
span { border-color: rgb(156,155,137); }
td.TdClassName
{
border-color: #9C9B89;
}
.TagClassName
{
border-color: #9C9B89;
}
</style>