Shades of Lemon Grass #99987F
Tints of Lemon Grass #99987F
RGB
CMYK
RGB Variations
Color information
#99987F (or 0x99987F) is known color: Lemon Grass. HEX triplet: 99, 98 and 7F. RGB value is (153,152,127). Sum of RGB (Red+Green+Blue) = 153+152+127=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #99987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99987F is #666780. Grayscale: #959595. Windows color (decimal): -6711169 or 8362137. OLE color: 8362137.
HSL color Cylindrical-coordinate representation of color #99987F: hue angle of 57.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99987F is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 127 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.4 |
| HSL | 57.69º | 0.11% | 0.55% | - |
| HSV(B) | 57.69º | 0.17% | 0.6% | - |
| XYZ | 28.2 | 30.76 | 24.53 | - |
| YUV | 149.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 127 | 0 | 0.01 | 0.17 | 0.4 | 57.69 | 0.11 | 0.55 |
| Hex | 99 | 98 | 7F | 0 | 1 | 11 | 28 | 3A | B | 37 |
| Octal | 231 | 230 | 177 | 0 | 1 | 21 | 50 | 72 | 13 | 67 |
| Binary | 10011001 | 10011000 | 1111111 | 0 | 1 | 10001 | 101000 | 111010 | 1011 | 110111 |
Color Harmonies of #99987F
Complementary color
Monochromatic Colors of #99987F
Black with #99987F
Text Example
Text Example
White with #99987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99987F; }
p { color: rgb(153,152,127); }
H1.HeaderClassName
{
color: #99987F;
}
.AnyTagClassName
{
color: #99987F;
}
</style>
background-color css
<style>
a { background-color: #99987F; }
a { background-color: rgb(153,152,127); }
div.DivClassName
{
background-color: #99987F;
}
.BgClassName
{
background-color: #99987F;
}
</style>
border-color css
<style>
span { border-color: #99987F; }
span { border-color: rgb(153,152,127); }
td.TdClassName
{
border-color: #99987F;
}
.TagClassName
{
border-color: #99987F;
}
</style>