Shades of Lemon Grass #98998A
Tints of Lemon Grass #98998A
RGB
CMYK
RGB Variations
Color information
#98998A (or 0x98998A) is known color: Lemon Grass. HEX triplet: 98, 99 and 8A. RGB value is (152,153,138). Sum of RGB (Red+Green+Blue) = 152+153+138=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 153 - color contains mainly: green. Hex color #98998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98998A is #676675. Grayscale: #979797. Windows color (decimal): -6776438 or 9083288. OLE color: 9083288.
HSL color Cylindrical-coordinate representation of color #98998A: hue angle of 64º 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 #98998A is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 138 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.4 |
| HSL | 64º | 0.07% | 0.57% | - |
| HSV(B) | 64º | 0.1% | 0.6% | - |
| XYZ | 28.93 | 31.29 | 28.56 | - |
| YUV | 150.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 138 | 0.01 | 0 | 0.10 | 0.4 | 64 | 0.07 | 0.57 |
| Hex | 98 | 99 | 8A | 1 | 0 | A | 28 | 40 | 7 | 39 |
| Octal | 230 | 231 | 212 | 1 | 0 | 12 | 50 | 100 | 7 | 71 |
| Binary | 10011000 | 10011001 | 10001010 | 1 | 0 | 1010 | 101000 | 1000000 | 111 | 111001 |
Color Harmonies of #98998A
Complementary color
Monochromatic Colors of #98998A
Black with #98998A
Text Example
Text Example
White with #98998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98998A; }
p { color: rgb(152,153,138); }
H1.HeaderClassName
{
color: #98998A;
}
.AnyTagClassName
{
color: #98998A;
}
</style>
background-color css
<style>
a { background-color: #98998A; }
a { background-color: rgb(152,153,138); }
div.DivClassName
{
background-color: #98998A;
}
.BgClassName
{
background-color: #98998A;
}
</style>
border-color css
<style>
span { border-color: #98998A; }
span { border-color: rgb(152,153,138); }
td.TdClassName
{
border-color: #98998A;
}
.TagClassName
{
border-color: #98998A;
}
</style>