Shades of Lemon Grass #979881
Tints of Lemon Grass #979881
RGB
CMYK
RGB Variations
Color information
#979881 (or 0x979881) is known color: Lemon Grass. HEX triplet: 97, 98 and 81. RGB value is (151,152,129). Sum of RGB (Red+Green+Blue) = 151+152+129=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #979881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979881 is #68677E. Grayscale: #959595. Windows color (decimal): -6842239 or 8493207. OLE color: 8493207.
HSL color Cylindrical-coordinate representation of color #979881: hue angle of 62.61º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979881 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 129 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.40 |
| HSL | 62.61º | 0.1% | 0.55% | - |
| HSV(B) | 62.61º | 0.15% | 0.6% | - |
| XYZ | 27.95 | 30.62 | 25.21 | - |
| YUV | 149.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 129 | 0.01 | 0 | 0.15 | 0.40 | 62.61 | 0.1 | 0.55 |
| Hex | 97 | 98 | 81 | 1 | 0 | F | 28 | 3F | A | 37 |
| Octal | 227 | 230 | 201 | 1 | 0 | 17 | 50 | 77 | 12 | 67 |
| Binary | 10010111 | 10011000 | 10000001 | 1 | 0 | 1111 | 101000 | 111111 | 1010 | 110111 |
Color Harmonies of #979881
Complementary color
Monochromatic Colors of #979881
Black with #979881
Text Example
Text Example
White with #979881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979881; }
p { color: rgb(151,152,129); }
H1.HeaderClassName
{
color: #979881;
}
.AnyTagClassName
{
color: #979881;
}
</style>
background-color css
<style>
a { background-color: #979881; }
a { background-color: rgb(151,152,129); }
div.DivClassName
{
background-color: #979881;
}
.BgClassName
{
background-color: #979881;
}
</style>
border-color css
<style>
span { border-color: #979881; }
span { border-color: rgb(151,152,129); }
td.TdClassName
{
border-color: #979881;
}
.TagClassName
{
border-color: #979881;
}
</style>