Shades of Lemon Grass #999D85
Tints of Lemon Grass #999D85
RGB
CMYK
RGB Variations
Color information
#999D85 (or 0x999D85) is known color: Lemon Grass. HEX triplet: 99, 9D and 85. RGB value is (153,157,133). Sum of RGB (Red+Green+Blue) = 153+157+133=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #999D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D85 is #66627A. Grayscale: #999999. Windows color (decimal): -6709883 or 8756633. OLE color: 8756633.
HSL color Cylindrical-coordinate representation of color #999D85: hue angle of 70º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999D85 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 133 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.38 |
| HSL | 70º | 0.11% | 0.57% | - |
| HSV(B) | 70º | 0.15% | 0.62% | - |
| XYZ | 29.43 | 32.58 | 26.93 | - |
| YUV | 153.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 133 | 0.03 | 0 | 0.15 | 0.38 | 70 | 0.11 | 0.57 |
| Hex | 99 | 9D | 85 | 3 | 0 | F | 26 | 46 | B | 39 |
| Octal | 231 | 235 | 205 | 3 | 0 | 17 | 46 | 106 | 13 | 71 |
| Binary | 10011001 | 10011101 | 10000101 | 11 | 0 | 1111 | 100110 | 1000110 | 1011 | 111001 |
Color Harmonies of #999D85
Complementary color
Monochromatic Colors of #999D85
Black with #999D85
Text Example
Text Example
White with #999D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D85; }
p { color: rgb(153,157,133); }
H1.HeaderClassName
{
color: #999D85;
}
.AnyTagClassName
{
color: #999D85;
}
</style>
background-color css
<style>
a { background-color: #999D85; }
a { background-color: rgb(153,157,133); }
div.DivClassName
{
background-color: #999D85;
}
.BgClassName
{
background-color: #999D85;
}
</style>
border-color css
<style>
span { border-color: #999D85; }
span { border-color: rgb(153,157,133); }
td.TdClassName
{
border-color: #999D85;
}
.TagClassName
{
border-color: #999D85;
}
</style>