Shades of Lemon Grass #9A9980
Tints of Lemon Grass #9A9980
RGB
CMYK
RGB Variations
Color information
#9A9980 (or 0x9A9980) is known color: Lemon Grass. HEX triplet: 9A, 99 and 80. RGB value is (154,153,128). Sum of RGB (Red+Green+Blue) = 154+153+128=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9980 is #65667F. Grayscale: #969696. Windows color (decimal): -6645376 or 8427930. OLE color: 8427930.
HSL color Cylindrical-coordinate representation of color #9A9980: hue angle of 57.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A9980 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 128 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.40 |
| HSL | 57.69º | 0.11% | 0.55% | - |
| HSV(B) | 57.69º | 0.17% | 0.6% | - |
| XYZ | 28.61 | 31.21 | 24.94 | - |
| YUV | 150.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 128 | 0 | 0.01 | 0.17 | 0.40 | 57.69 | 0.11 | 0.55 |
| Hex | 9A | 99 | 80 | 0 | 1 | 11 | 28 | 3A | B | 37 |
| Octal | 232 | 231 | 200 | 0 | 1 | 21 | 50 | 72 | 13 | 67 |
| Binary | 10011010 | 10011001 | 10000000 | 0 | 1 | 10001 | 101000 | 111010 | 1011 | 110111 |
Color Harmonies of #9A9980
Complementary color
Monochromatic Colors of #9A9980
Black with #9A9980
Text Example
Text Example
White with #9A9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9980; }
p { color: rgb(154,153,128); }
H1.HeaderClassName
{
color: #9A9980;
}
.AnyTagClassName
{
color: #9A9980;
}
</style>
background-color css
<style>
a { background-color: #9A9980; }
a { background-color: rgb(154,153,128); }
div.DivClassName
{
background-color: #9A9980;
}
.BgClassName
{
background-color: #9A9980;
}
</style>
border-color css
<style>
span { border-color: #9A9980; }
span { border-color: rgb(154,153,128); }
td.TdClassName
{
border-color: #9A9980;
}
.TagClassName
{
border-color: #9A9980;
}
</style>