Shades of Lemon Grass #999D89
Tints of Lemon Grass #999D89
RGB
CMYK
RGB Variations
Color information
#999D89 (or 0x999D89) is known color: Lemon Grass. HEX triplet: 99, 9D and 89. RGB value is (153,157,137). Sum of RGB (Red+Green+Blue) = 153+157+137=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #999D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D89 is #666276. Grayscale: #999999. Windows color (decimal): -6709879 or 9018777. OLE color: 9018777.
HSL color Cylindrical-coordinate representation of color #999D89: hue angle of 72º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999D89 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 137 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.38 |
| HSL | 72º | 0.09% | 0.58% | - |
| HSV(B) | 72º | 0.13% | 0.62% | - |
| XYZ | 29.71 | 32.69 | 28.41 | - |
| YUV | 153.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 137 | 0.03 | 0 | 0.13 | 0.38 | 72 | 0.09 | 0.58 |
| Hex | 99 | 9D | 89 | 3 | 0 | D | 26 | 48 | 9 | 3A |
| Octal | 231 | 235 | 211 | 3 | 0 | 15 | 46 | 110 | 11 | 72 |
| Binary | 10011001 | 10011101 | 10001001 | 11 | 0 | 1101 | 100110 | 1001000 | 1001 | 111010 |
Color Harmonies of #999D89
Complementary color
Monochromatic Colors of #999D89
Black with #999D89
Text Example
Text Example
White with #999D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D89; }
p { color: rgb(153,157,137); }
H1.HeaderClassName
{
color: #999D89;
}
.AnyTagClassName
{
color: #999D89;
}
</style>
background-color css
<style>
a { background-color: #999D89; }
a { background-color: rgb(153,157,137); }
div.DivClassName
{
background-color: #999D89;
}
.BgClassName
{
background-color: #999D89;
}
</style>
border-color css
<style>
span { border-color: #999D89; }
span { border-color: rgb(153,157,137); }
td.TdClassName
{
border-color: #999D89;
}
.TagClassName
{
border-color: #999D89;
}
</style>