Shades of Lemon Grass #9A997D
Tints of Lemon Grass #9A997D
RGB
CMYK
RGB Variations
Color information
#9A997D (or 0x9A997D) is known color: Lemon Grass. HEX triplet: 9A, 99 and 7D. RGB value is (154,153,125). Sum of RGB (Red+Green+Blue) = 154+153+125=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A997D is #656682. Grayscale: #969696. Windows color (decimal): -6645379 or 8231322. OLE color: 8231322.
HSL color Cylindrical-coordinate representation of color #9A997D: hue angle of 57.93º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A997D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 125 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.40 |
| HSL | 57.93º | 0.13% | 0.55% | - |
| HSV(B) | 57.93º | 0.19% | 0.6% | - |
| XYZ | 28.42 | 31.13 | 23.91 | - |
| YUV | 150.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 125 | 0 | 0.01 | 0.19 | 0.40 | 57.93 | 0.13 | 0.55 |
| Hex | 9A | 99 | 7D | 0 | 1 | 13 | 28 | 3A | D | 37 |
| Octal | 232 | 231 | 175 | 0 | 1 | 23 | 50 | 72 | 15 | 67 |
| Binary | 10011010 | 10011001 | 1111101 | 0 | 1 | 10011 | 101000 | 111010 | 1101 | 110111 |
Color Harmonies of #9A997D
Complementary color
Monochromatic Colors of #9A997D
Black with #9A997D
Text Example
Text Example
White with #9A997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A997D; }
p { color: rgb(154,153,125); }
H1.HeaderClassName
{
color: #9A997D;
}
.AnyTagClassName
{
color: #9A997D;
}
</style>
background-color css
<style>
a { background-color: #9A997D; }
a { background-color: rgb(154,153,125); }
div.DivClassName
{
background-color: #9A997D;
}
.BgClassName
{
background-color: #9A997D;
}
</style>
border-color css
<style>
span { border-color: #9A997D; }
span { border-color: rgb(154,153,125); }
td.TdClassName
{
border-color: #9A997D;
}
.TagClassName
{
border-color: #9A997D;
}
</style>