Shades of Lemon Grass #9D9C83
Tints of Lemon Grass #9D9C83
RGB
CMYK
RGB Variations
Color information
#9D9C83 (or 0x9D9C83) is known color: Lemon Grass. HEX triplet: 9D, 9C and 83. RGB value is (157,156,131). Sum of RGB (Red+Green+Blue) = 157+156+131=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9C83 is #62637C. Grayscale: #999999. Windows color (decimal): -6447997 or 8625309. OLE color: 8625309.
HSL color Cylindrical-coordinate representation of color #9D9C83: hue angle of 57.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9C83 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 156 | 131 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.38 |
| HSL | 57.69º | 0.12% | 0.56% | - |
| HSV(B) | 57.69º | 0.17% | 0.62% | - |
| XYZ | 29.89 | 32.58 | 26.19 | - |
| YUV | 153.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 131 | 0 | 0.01 | 0.17 | 0.38 | 57.69 | 0.12 | 0.56 |
| Hex | 9D | 9C | 83 | 0 | 1 | 11 | 26 | 3A | C | 38 |
| Octal | 235 | 234 | 203 | 0 | 1 | 21 | 46 | 72 | 14 | 70 |
| Binary | 10011101 | 10011100 | 10000011 | 0 | 1 | 10001 | 100110 | 111010 | 1100 | 111000 |
Color Harmonies of #9D9C83
Complementary color
Monochromatic Colors of #9D9C83
Black with #9D9C83
Text Example
Text Example
White with #9D9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9C83; }
p { color: rgb(157,156,131); }
H1.HeaderClassName
{
color: #9D9C83;
}
.AnyTagClassName
{
color: #9D9C83;
}
</style>
background-color css
<style>
a { background-color: #9D9C83; }
a { background-color: rgb(157,156,131); }
div.DivClassName
{
background-color: #9D9C83;
}
.BgClassName
{
background-color: #9D9C83;
}
</style>
border-color css
<style>
span { border-color: #9D9C83; }
span { border-color: rgb(157,156,131); }
td.TdClassName
{
border-color: #9D9C83;
}
.TagClassName
{
border-color: #9D9C83;
}
</style>