Shades of Lemon Grass #9A9985
Tints of Lemon Grass #9A9985
RGB
CMYK
RGB Variations
Color information
#9A9985 (or 0x9A9985) is known color: Lemon Grass. HEX triplet: 9A, 99 and 85. RGB value is (154,153,133). Sum of RGB (Red+Green+Blue) = 154+153+133=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9985 is #65667A. Grayscale: #979797. Windows color (decimal): -6645371 or 8755610. OLE color: 8755610.
HSL color Cylindrical-coordinate representation of color #9A9985: hue angle of 57.14º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A9985 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 133 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.40 |
| HSL | 57.14º | 0.09% | 0.56% | - |
| HSV(B) | 57.14º | 0.14% | 0.6% | - |
| XYZ | 28.95 | 31.35 | 26.71 | - |
| YUV | 151.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 133 | 0 | 0.01 | 0.14 | 0.40 | 57.14 | 0.09 | 0.56 |
| Hex | 9A | 99 | 85 | 0 | 1 | E | 28 | 39 | 9 | 38 |
| Octal | 232 | 231 | 205 | 0 | 1 | 16 | 50 | 71 | 11 | 70 |
| Binary | 10011010 | 10011001 | 10000101 | 0 | 1 | 1110 | 101000 | 111001 | 1001 | 111000 |
Color Harmonies of #9A9985
Complementary color
Monochromatic Colors of #9A9985
Black with #9A9985
Text Example
Text Example
White with #9A9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9985; }
p { color: rgb(154,153,133); }
H1.HeaderClassName
{
color: #9A9985;
}
.AnyTagClassName
{
color: #9A9985;
}
</style>
background-color css
<style>
a { background-color: #9A9985; }
a { background-color: rgb(154,153,133); }
div.DivClassName
{
background-color: #9A9985;
}
.BgClassName
{
background-color: #9A9985;
}
</style>
border-color css
<style>
span { border-color: #9A9985; }
span { border-color: rgb(154,153,133); }
td.TdClassName
{
border-color: #9A9985;
}
.TagClassName
{
border-color: #9A9985;
}
</style>