Shades of Lemon Grass #9C9B85
Tints of Lemon Grass #9C9B85
RGB
CMYK
RGB Variations
Color information
#9C9B85 (or 0x9C9B85) is known color: Lemon Grass. HEX triplet: 9C, 9B and 85. RGB value is (156,155,133). Sum of RGB (Red+Green+Blue) = 156+155+133=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B85 is #63647A. Grayscale: #989898. Windows color (decimal): -6513787 or 8756124. OLE color: 8756124.
HSL color Cylindrical-coordinate representation of color #9C9B85: hue angle of 57.39º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C9B85 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 155 | 133 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.39 |
| HSL | 57.39º | 0.1% | 0.57% | - |
| HSV(B) | 57.39º | 0.15% | 0.61% | - |
| XYZ | 29.67 | 32.2 | 26.84 | - |
| YUV | 152.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 133 | 0 | 0.01 | 0.15 | 0.39 | 57.39 | 0.1 | 0.57 |
| Hex | 9C | 9B | 85 | 0 | 1 | F | 27 | 39 | A | 39 |
| Octal | 234 | 233 | 205 | 0 | 1 | 17 | 47 | 71 | 12 | 71 |
| Binary | 10011100 | 10011011 | 10000101 | 0 | 1 | 1111 | 100111 | 111001 | 1010 | 111001 |
Color Harmonies of #9C9B85
Complementary color
Monochromatic Colors of #9C9B85
Black with #9C9B85
Text Example
Text Example
White with #9C9B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9B85; }
p { color: rgb(156,155,133); }
H1.HeaderClassName
{
color: #9C9B85;
}
.AnyTagClassName
{
color: #9C9B85;
}
</style>
background-color css
<style>
a { background-color: #9C9B85; }
a { background-color: rgb(156,155,133); }
div.DivClassName
{
background-color: #9C9B85;
}
.BgClassName
{
background-color: #9C9B85;
}
</style>
border-color css
<style>
span { border-color: #9C9B85; }
span { border-color: rgb(156,155,133); }
td.TdClassName
{
border-color: #9C9B85;
}
.TagClassName
{
border-color: #9C9B85;
}
</style>