Shades of Lemon Grass #999888
Tints of Lemon Grass #999888
RGB
CMYK
RGB Variations
Color information
#999888 (or 0x999888) is known color: Lemon Grass. HEX triplet: 99, 98 and 88. RGB value is (153,152,136). Sum of RGB (Red+Green+Blue) = 153+152+136=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #999888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999888 is #666777. Grayscale: #969696. Windows color (decimal): -6711160 or 8951961. OLE color: 8951961.
HSL color Cylindrical-coordinate representation of color #999888: hue angle of 56.47º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999888 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 136 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.4 |
| HSL | 56.47º | 0.08% | 0.57% | - |
| HSV(B) | 56.47º | 0.11% | 0.6% | - |
| XYZ | 28.81 | 31.01 | 27.76 | - |
| YUV | 150.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 136 | 0 | 0.01 | 0.11 | 0.4 | 56.47 | 0.08 | 0.57 |
| Hex | 99 | 98 | 88 | 0 | 1 | B | 28 | 38 | 8 | 39 |
| Octal | 231 | 230 | 210 | 0 | 1 | 13 | 50 | 70 | 10 | 71 |
| Binary | 10011001 | 10011000 | 10001000 | 0 | 1 | 1011 | 101000 | 111000 | 1000 | 111001 |
Color Harmonies of #999888
Complementary color
Monochromatic Colors of #999888
Black with #999888
Text Example
Text Example
White with #999888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999888; }
p { color: rgb(153,152,136); }
H1.HeaderClassName
{
color: #999888;
}
.AnyTagClassName
{
color: #999888;
}
</style>
background-color css
<style>
a { background-color: #999888; }
a { background-color: rgb(153,152,136); }
div.DivClassName
{
background-color: #999888;
}
.BgClassName
{
background-color: #999888;
}
</style>
border-color css
<style>
span { border-color: #999888; }
span { border-color: rgb(153,152,136); }
td.TdClassName
{
border-color: #999888;
}
.TagClassName
{
border-color: #999888;
}
</style>