Shades of Lemon Grass #979982
Tints of Lemon Grass #979982
RGB
CMYK
RGB Variations
Color information
#979982 (or 0x979982) is known color: Lemon Grass. HEX triplet: 97, 99 and 82. RGB value is (151,153,130). Sum of RGB (Red+Green+Blue) = 151+153+130=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #979982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979982 is #68667D. Grayscale: #959595. Windows color (decimal): -6841982 or 8558999. OLE color: 8558999.
HSL color Cylindrical-coordinate representation of color #979982: hue angle of 65.22º 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 #979982 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 130 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.4 |
| HSL | 65.22º | 0.1% | 0.55% | - |
| HSV(B) | 65.22º | 0.15% | 0.6% | - |
| XYZ | 28.18 | 30.97 | 25.61 | - |
| YUV | 149.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 130 | 0.01 | 0 | 0.15 | 0.4 | 65.22 | 0.1 | 0.55 |
| Hex | 97 | 99 | 82 | 1 | 0 | F | 28 | 41 | A | 37 |
| Octal | 227 | 231 | 202 | 1 | 0 | 17 | 50 | 101 | 12 | 67 |
| Binary | 10010111 | 10011001 | 10000010 | 1 | 0 | 1111 | 101000 | 1000001 | 1010 | 110111 |
Color Harmonies of #979982
Complementary color
Monochromatic Colors of #979982
Black with #979982
Text Example
Text Example
White with #979982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979982; }
p { color: rgb(151,153,130); }
H1.HeaderClassName
{
color: #979982;
}
.AnyTagClassName
{
color: #979982;
}
</style>
background-color css
<style>
a { background-color: #979982; }
a { background-color: rgb(151,153,130); }
div.DivClassName
{
background-color: #979982;
}
.BgClassName
{
background-color: #979982;
}
</style>
border-color css
<style>
span { border-color: #979982; }
span { border-color: rgb(151,153,130); }
td.TdClassName
{
border-color: #979982;
}
.TagClassName
{
border-color: #979982;
}
</style>