Shades of Lemon Grass #989A7E
Tints of Lemon Grass #989A7E
RGB
CMYK
RGB Variations
Color information
#989A7E (or 0x989A7E) is known color: Lemon Grass. HEX triplet: 98, 9A and 7E. RGB value is (152,154,126). Sum of RGB (Red+Green+Blue) = 152+154+126=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 154 - color contains mainly: green. Hex color #989A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989A7E is #676581. Grayscale: #969696. Windows color (decimal): -6776194 or 8297112. OLE color: 8297112.
HSL color Cylindrical-coordinate representation of color #989A7E: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #989A7E is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 126 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.40 |
| HSL | 64.29º | 0.12% | 0.55% | - |
| HSV(B) | 64.29º | 0.18% | 0.6% | - |
| XYZ | 28.27 | 31.29 | 24.29 | - |
| YUV | 150.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 126 | 0.01 | 0 | 0.18 | 0.40 | 64.29 | 0.12 | 0.55 |
| Hex | 98 | 9A | 7E | 1 | 0 | 12 | 28 | 40 | C | 37 |
| Octal | 230 | 232 | 176 | 1 | 0 | 22 | 50 | 100 | 14 | 67 |
| Binary | 10011000 | 10011010 | 1111110 | 1 | 0 | 10010 | 101000 | 1000000 | 1100 | 110111 |
Color Harmonies of #989A7E
Complementary color
Monochromatic Colors of #989A7E
Black with #989A7E
Text Example
Text Example
White with #989A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A7E; }
p { color: rgb(152,154,126); }
H1.HeaderClassName
{
color: #989A7E;
}
.AnyTagClassName
{
color: #989A7E;
}
</style>
background-color css
<style>
a { background-color: #989A7E; }
a { background-color: rgb(152,154,126); }
div.DivClassName
{
background-color: #989A7E;
}
.BgClassName
{
background-color: #989A7E;
}
</style>
border-color css
<style>
span { border-color: #989A7E; }
span { border-color: rgb(152,154,126); }
td.TdClassName
{
border-color: #989A7E;
}
.TagClassName
{
border-color: #989A7E;
}
</style>