Shades of Lemon Grass #9A997C
Tints of Lemon Grass #9A997C
RGB
CMYK
RGB Variations
Color information
#9A997C (or 0x9A997C) is known color: Lemon Grass. HEX triplet: 9A, 99 and 7C. RGB value is (154,153,124). Sum of RGB (Red+Green+Blue) = 154+153+124=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 154 - color contains mainly: red. Hex color #9A997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A997C is #656683. Grayscale: #969696. Windows color (decimal): -6645380 or 8165786. OLE color: 8165786.
HSL color Cylindrical-coordinate representation of color #9A997C: hue angle of 58º 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 #9A997C is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 124 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.40 |
| HSL | 58º | 0.13% | 0.55% | - |
| HSV(B) | 58º | 0.19% | 0.6% | - |
| XYZ | 28.36 | 31.11 | 23.58 | - |
| YUV | 149.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 124 | 0 | 0.01 | 0.19 | 0.40 | 58 | 0.13 | 0.55 |
| Hex | 9A | 99 | 7C | 0 | 1 | 13 | 28 | 3A | D | 37 |
| Octal | 232 | 231 | 174 | 0 | 1 | 23 | 50 | 72 | 15 | 67 |
| Binary | 10011010 | 10011001 | 1111100 | 0 | 1 | 10011 | 101000 | 111010 | 1101 | 110111 |
Color Harmonies of #9A997C
Complementary color
Monochromatic Colors of #9A997C
Black with #9A997C
Text Example
Text Example
White with #9A997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A997C; }
p { color: rgb(154,153,124); }
H1.HeaderClassName
{
color: #9A997C;
}
.AnyTagClassName
{
color: #9A997C;
}
</style>
background-color css
<style>
a { background-color: #9A997C; }
a { background-color: rgb(154,153,124); }
div.DivClassName
{
background-color: #9A997C;
}
.BgClassName
{
background-color: #9A997C;
}
</style>
border-color css
<style>
span { border-color: #9A997C; }
span { border-color: rgb(154,153,124); }
td.TdClassName
{
border-color: #9A997C;
}
.TagClassName
{
border-color: #9A997C;
}
</style>