Shades of Lemon Grass #979880
Tints of Lemon Grass #979880
RGB
CMYK
RGB Variations
Color information
#979880 (or 0x979880) is known color: Lemon Grass. HEX triplet: 97, 98 and 80. RGB value is (151,152,128). Sum of RGB (Red+Green+Blue) = 151+152+128=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #979880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979880 is #68677F. Grayscale: #959595. Windows color (decimal): -6842240 or 8427671. OLE color: 8427671.
HSL color Cylindrical-coordinate representation of color #979880: hue angle of 62.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979880 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 128 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.40 |
| HSL | 62.5º | 0.1% | 0.55% | - |
| HSV(B) | 62.5º | 0.16% | 0.6% | - |
| XYZ | 27.89 | 30.59 | 24.86 | - |
| YUV | 148.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 128 | 0.01 | 0 | 0.16 | 0.40 | 62.5 | 0.1 | 0.55 |
| Hex | 97 | 98 | 80 | 1 | 0 | 10 | 28 | 3F | A | 37 |
| Octal | 227 | 230 | 200 | 1 | 0 | 20 | 50 | 77 | 12 | 67 |
| Binary | 10010111 | 10011000 | 10000000 | 1 | 0 | 10000 | 101000 | 111111 | 1010 | 110111 |
Color Harmonies of #979880
Complementary color
Monochromatic Colors of #979880
Black with #979880
Text Example
Text Example
White with #979880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979880; }
p { color: rgb(151,152,128); }
H1.HeaderClassName
{
color: #979880;
}
.AnyTagClassName
{
color: #979880;
}
</style>
background-color css
<style>
a { background-color: #979880; }
a { background-color: rgb(151,152,128); }
div.DivClassName
{
background-color: #979880;
}
.BgClassName
{
background-color: #979880;
}
</style>
border-color css
<style>
span { border-color: #979880; }
span { border-color: rgb(151,152,128); }
td.TdClassName
{
border-color: #979880;
}
.TagClassName
{
border-color: #979880;
}
</style>