Shades of Lemon Grass #9C9C89
Tints of Lemon Grass #9C9C89
RGB
CMYK
RGB Variations
Color information
#9C9C89 (or 0x9C9C89) is known color: Lemon Grass. HEX triplet: 9C, 9C and 89. RGB value is (156,156,137). Sum of RGB (Red+Green+Blue) = 156+156+137=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 156 - color contains mainly: red, green. Hex color #9C9C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9C89 is #636376. Grayscale: #999999. Windows color (decimal): -6513527 or 9018524. OLE color: 9018524.
HSL color Cylindrical-coordinate representation of color #9C9C89: hue angle of 60º 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 #9C9C89 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 156 | 137 | - |
| CMYK | 0 | 0 | 0.12 | 0.39 |
| HSL | 60º | 0.09% | 0.57% | - |
| HSV(B) | 60º | 0.12% | 0.61% | - |
| XYZ | 30.11 | 32.65 | 28.38 | - |
| YUV | 153.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 137 | 0 | 0 | 0.12 | 0.39 | 60 | 0.09 | 0.57 |
| Hex | 9C | 9C | 89 | 0 | 0 | C | 27 | 3C | 9 | 39 |
| Octal | 234 | 234 | 211 | 0 | 0 | 14 | 47 | 74 | 11 | 71 |
| Binary | 10011100 | 10011100 | 10001001 | 0 | 0 | 1100 | 100111 | 111100 | 1001 | 111001 |
Color Harmonies of #9C9C89
Complementary color
Monochromatic Colors of #9C9C89
Black with #9C9C89
Text Example
Text Example
White with #9C9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9C89; }
p { color: rgb(156,156,137); }
H1.HeaderClassName
{
color: #9C9C89;
}
.AnyTagClassName
{
color: #9C9C89;
}
</style>
background-color css
<style>
a { background-color: #9C9C89; }
a { background-color: rgb(156,156,137); }
div.DivClassName
{
background-color: #9C9C89;
}
.BgClassName
{
background-color: #9C9C89;
}
</style>
border-color css
<style>
span { border-color: #9C9C89; }
span { border-color: rgb(156,156,137); }
td.TdClassName
{
border-color: #9C9C89;
}
.TagClassName
{
border-color: #9C9C89;
}
</style>