Shades of Lemon Grass #98997C
Tints of Lemon Grass #98997C
RGB
CMYK
RGB Variations
Color information
#98997C (or 0x98997C) is known color: Lemon Grass. HEX triplet: 98, 99 and 7C. RGB value is (152,153,124). Sum of RGB (Red+Green+Blue) = 152+153+124=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #98997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98997C is #676683. Grayscale: #959595. Windows color (decimal): -6776452 or 8165784. OLE color: 8165784.
HSL color Cylindrical-coordinate representation of color #98997C: hue angle of 62.07º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98997C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 124 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.4 |
| HSL | 62.07º | 0.12% | 0.54% | - |
| HSV(B) | 62.07º | 0.19% | 0.6% | - |
| XYZ | 27.98 | 30.91 | 23.56 | - |
| YUV | 149.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 124 | 0.01 | 0 | 0.19 | 0.4 | 62.07 | 0.12 | 0.54 |
| Hex | 98 | 99 | 7C | 1 | 0 | 13 | 28 | 3E | C | 36 |
| Octal | 230 | 231 | 174 | 1 | 0 | 23 | 50 | 76 | 14 | 66 |
| Binary | 10011000 | 10011001 | 1111100 | 1 | 0 | 10011 | 101000 | 111110 | 1100 | 110110 |
Color Harmonies of #98997C
Complementary color
Monochromatic Colors of #98997C
Black with #98997C
Text Example
Text Example
White with #98997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98997C; }
p { color: rgb(152,153,124); }
H1.HeaderClassName
{
color: #98997C;
}
.AnyTagClassName
{
color: #98997C;
}
</style>
background-color css
<style>
a { background-color: #98997C; }
a { background-color: rgb(152,153,124); }
div.DivClassName
{
background-color: #98997C;
}
.BgClassName
{
background-color: #98997C;
}
</style>
border-color css
<style>
span { border-color: #98997C; }
span { border-color: rgb(152,153,124); }
td.TdClassName
{
border-color: #98997C;
}
.TagClassName
{
border-color: #98997C;
}
</style>