Shades of Lemon Grass #9C9B88
Tints of Lemon Grass #9C9B88
RGB
CMYK
RGB Variations
Color information
#9C9B88 (or 0x9C9B88) is known color: Lemon Grass. HEX triplet: 9C, 9B and 88. RGB value is (156,155,136). Sum of RGB (Red+Green+Blue) = 156+155+136=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B88 is #636477. Grayscale: #999999. Windows color (decimal): -6513784 or 8952732. OLE color: 8952732.
HSL color Cylindrical-coordinate representation of color #9C9B88: hue angle of 57º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C9B88 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 155 | 136 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.39 |
| HSL | 57º | 0.09% | 0.57% | - |
| HSV(B) | 57º | 0.13% | 0.61% | - |
| XYZ | 29.88 | 32.29 | 27.95 | - |
| YUV | 153.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 136 | 0 | 0.01 | 0.13 | 0.39 | 57 | 0.09 | 0.57 |
| Hex | 9C | 9B | 88 | 0 | 1 | D | 27 | 39 | 9 | 39 |
| Octal | 234 | 233 | 210 | 0 | 1 | 15 | 47 | 71 | 11 | 71 |
| Binary | 10011100 | 10011011 | 10001000 | 0 | 1 | 1101 | 100111 | 111001 | 1001 | 111001 |
Color Harmonies of #9C9B88
Complementary color
Monochromatic Colors of #9C9B88
Black with #9C9B88
Text Example
Text Example
White with #9C9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9B88; }
p { color: rgb(156,155,136); }
H1.HeaderClassName
{
color: #9C9B88;
}
.AnyTagClassName
{
color: #9C9B88;
}
</style>
background-color css
<style>
a { background-color: #9C9B88; }
a { background-color: rgb(156,155,136); }
div.DivClassName
{
background-color: #9C9B88;
}
.BgClassName
{
background-color: #9C9B88;
}
</style>
border-color css
<style>
span { border-color: #9C9B88; }
span { border-color: rgb(156,155,136); }
td.TdClassName
{
border-color: #9C9B88;
}
.TagClassName
{
border-color: #9C9B88;
}
</style>