Shades of Lemon Grass #9D9B81
Tints of Lemon Grass #9D9B81
RGB
CMYK
RGB Variations
Color information
#9D9B81 (or 0x9D9B81) is known color: Lemon Grass. HEX triplet: 9D, 9B and 81. RGB value is (157,155,129). Sum of RGB (Red+Green+Blue) = 157+155+129=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9B81 is #62647E. Grayscale: #989898. Windows color (decimal): -6448255 or 8493981. OLE color: 8493981.
HSL color Cylindrical-coordinate representation of color #9D9B81: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D9B81 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 155 | 129 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.38 |
| HSL | 55.71º | 0.13% | 0.56% | - |
| HSV(B) | 55.71º | 0.18% | 0.62% | - |
| XYZ | 29.59 | 32.2 | 25.42 | - |
| YUV | 152.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 129 | 0 | 0.01 | 0.18 | 0.38 | 55.71 | 0.13 | 0.56 |
| Hex | 9D | 9B | 81 | 0 | 1 | 12 | 26 | 38 | C | 38 |
| Octal | 235 | 233 | 201 | 0 | 1 | 22 | 46 | 70 | 14 | 70 |
| Binary | 10011101 | 10011011 | 10000001 | 0 | 1 | 10010 | 100110 | 111000 | 1100 | 111000 |
Color Harmonies of #9D9B81
Complementary color
Monochromatic Colors of #9D9B81
Black with #9D9B81
Text Example
Text Example
White with #9D9B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9B81; }
p { color: rgb(157,155,129); }
H1.HeaderClassName
{
color: #9D9B81;
}
.AnyTagClassName
{
color: #9D9B81;
}
</style>
background-color css
<style>
a { background-color: #9D9B81; }
a { background-color: rgb(157,155,129); }
div.DivClassName
{
background-color: #9D9B81;
}
.BgClassName
{
background-color: #9D9B81;
}
</style>
border-color css
<style>
span { border-color: #9D9B81; }
span { border-color: rgb(157,155,129); }
td.TdClassName
{
border-color: #9D9B81;
}
.TagClassName
{
border-color: #9D9B81;
}
</style>