Shades of Lemon Grass #999889
Tints of Lemon Grass #999889
RGB
CMYK
RGB Variations
Color information
#999889 (or 0x999889) is known color: Lemon Grass. HEX triplet: 99, 98 and 89. RGB value is (153,152,137). Sum of RGB (Red+Green+Blue) = 153+152+137=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #999889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999889 is #666776. Grayscale: #969696. Windows color (decimal): -6711159 or 9017497. OLE color: 9017497.
HSL color Cylindrical-coordinate representation of color #999889: hue angle of 56.25º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #999889 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 137 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.4 |
| HSL | 56.25º | 0.07% | 0.57% | - |
| HSV(B) | 56.25º | 0.1% | 0.6% | - |
| XYZ | 28.88 | 31.03 | 28.14 | - |
| YUV | 150.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 137 | 0 | 0.01 | 0.10 | 0.4 | 56.25 | 0.07 | 0.57 |
| Hex | 99 | 98 | 89 | 0 | 1 | A | 28 | 38 | 7 | 39 |
| Octal | 231 | 230 | 211 | 0 | 1 | 12 | 50 | 70 | 7 | 71 |
| Binary | 10011001 | 10011000 | 10001001 | 0 | 1 | 1010 | 101000 | 111000 | 111 | 111001 |
Color Harmonies of #999889
Complementary color
Monochromatic Colors of #999889
Black with #999889
Text Example
Text Example
White with #999889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999889; }
p { color: rgb(153,152,137); }
H1.HeaderClassName
{
color: #999889;
}
.AnyTagClassName
{
color: #999889;
}
</style>
background-color css
<style>
a { background-color: #999889; }
a { background-color: rgb(153,152,137); }
div.DivClassName
{
background-color: #999889;
}
.BgClassName
{
background-color: #999889;
}
</style>
border-color css
<style>
span { border-color: #999889; }
span { border-color: rgb(153,152,137); }
td.TdClassName
{
border-color: #999889;
}
.TagClassName
{
border-color: #999889;
}
</style>