Shades of Lemon Grass #9C9D83
Tints of Lemon Grass #9C9D83
RGB
CMYK
RGB Variations
Color information
#9C9D83 (or 0x9C9D83) is known color: Lemon Grass. HEX triplet: 9C, 9D and 83. RGB value is (156,157,131). Sum of RGB (Red+Green+Blue) = 156+157+131=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9D83 is #63627C. Grayscale: #999999. Windows color (decimal): -6513277 or 8625564. OLE color: 8625564.
HSL color Cylindrical-coordinate representation of color #9C9D83: hue angle of 62.31º 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 #9C9D83 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 157 | 131 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.38 |
| HSL | 62.31º | 0.12% | 0.56% | - |
| HSV(B) | 62.31º | 0.17% | 0.62% | - |
| XYZ | 29.86 | 32.82 | 26.23 | - |
| YUV | 153.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 131 | 0.01 | 0 | 0.17 | 0.38 | 62.31 | 0.12 | 0.56 |
| Hex | 9C | 9D | 83 | 1 | 0 | 11 | 26 | 3E | C | 38 |
| Octal | 234 | 235 | 203 | 1 | 0 | 21 | 46 | 76 | 14 | 70 |
| Binary | 10011100 | 10011101 | 10000011 | 1 | 0 | 10001 | 100110 | 111110 | 1100 | 111000 |
Color Harmonies of #9C9D83
Complementary color
Monochromatic Colors of #9C9D83
Black with #9C9D83
Text Example
Text Example
White with #9C9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9D83; }
p { color: rgb(156,157,131); }
H1.HeaderClassName
{
color: #9C9D83;
}
.AnyTagClassName
{
color: #9C9D83;
}
</style>
background-color css
<style>
a { background-color: #9C9D83; }
a { background-color: rgb(156,157,131); }
div.DivClassName
{
background-color: #9C9D83;
}
.BgClassName
{
background-color: #9C9D83;
}
</style>
border-color css
<style>
span { border-color: #9C9D83; }
span { border-color: rgb(156,157,131); }
td.TdClassName
{
border-color: #9C9D83;
}
.TagClassName
{
border-color: #9C9D83;
}
</style>