Shades of Lemon Grass #9A9982
Tints of Lemon Grass #9A9982
RGB
CMYK
RGB Variations
Color information
#9A9982 (or 0x9A9982) is known color: Lemon Grass. HEX triplet: 9A, 99 and 82. RGB value is (154,153,130). Sum of RGB (Red+Green+Blue) = 154+153+130=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9982 is #65667D. Grayscale: #969696. Windows color (decimal): -6645374 or 8559002. OLE color: 8559002.
HSL color Cylindrical-coordinate representation of color #9A9982: hue angle of 57.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A9982 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 130 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.40 |
| HSL | 57.5º | 0.11% | 0.56% | - |
| HSV(B) | 57.5º | 0.16% | 0.6% | - |
| XYZ | 28.75 | 31.26 | 25.64 | - |
| YUV | 150.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 130 | 0 | 0.01 | 0.16 | 0.40 | 57.5 | 0.11 | 0.56 |
| Hex | 9A | 99 | 82 | 0 | 1 | 10 | 28 | 3A | B | 38 |
| Octal | 232 | 231 | 202 | 0 | 1 | 20 | 50 | 72 | 13 | 70 |
| Binary | 10011010 | 10011001 | 10000010 | 0 | 1 | 10000 | 101000 | 111010 | 1011 | 111000 |
Color Harmonies of #9A9982
Complementary color
Monochromatic Colors of #9A9982
Black with #9A9982
Text Example
Text Example
White with #9A9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9982; }
p { color: rgb(154,153,130); }
H1.HeaderClassName
{
color: #9A9982;
}
.AnyTagClassName
{
color: #9A9982;
}
</style>
background-color css
<style>
a { background-color: #9A9982; }
a { background-color: rgb(154,153,130); }
div.DivClassName
{
background-color: #9A9982;
}
.BgClassName
{
background-color: #9A9982;
}
</style>
border-color css
<style>
span { border-color: #9A9982; }
span { border-color: rgb(154,153,130); }
td.TdClassName
{
border-color: #9A9982;
}
.TagClassName
{
border-color: #9A9982;
}
</style>