Shades of Lemon Grass #979988
Tints of Lemon Grass #979988
RGB
CMYK
RGB Variations
Color information
#979988 (or 0x979988) is known color: Lemon Grass. HEX triplet: 97, 99 and 88. RGB value is (151,153,136). Sum of RGB (Red+Green+Blue) = 151+153+136=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #979988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979988 is #686677. Grayscale: #969696. Windows color (decimal): -6841976 or 8952215. OLE color: 8952215.
HSL color Cylindrical-coordinate representation of color #979988: hue angle of 67.06º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979988 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 136 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.4 |
| HSL | 67.06º | 0.08% | 0.57% | - |
| HSV(B) | 67.06º | 0.11% | 0.6% | - |
| XYZ | 28.6 | 31.14 | 27.8 | - |
| YUV | 150.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 136 | 0.01 | 0 | 0.11 | 0.4 | 67.06 | 0.08 | 0.57 |
| Hex | 97 | 99 | 88 | 1 | 0 | B | 28 | 43 | 8 | 39 |
| Octal | 227 | 231 | 210 | 1 | 0 | 13 | 50 | 103 | 10 | 71 |
| Binary | 10010111 | 10011001 | 10001000 | 1 | 0 | 1011 | 101000 | 1000011 | 1000 | 111001 |
Color Harmonies of #979988
Complementary color
Monochromatic Colors of #979988
Black with #979988
Text Example
Text Example
White with #979988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979988; }
p { color: rgb(151,153,136); }
H1.HeaderClassName
{
color: #979988;
}
.AnyTagClassName
{
color: #979988;
}
</style>
background-color css
<style>
a { background-color: #979988; }
a { background-color: rgb(151,153,136); }
div.DivClassName
{
background-color: #979988;
}
.BgClassName
{
background-color: #979988;
}
</style>
border-color css
<style>
span { border-color: #979988; }
span { border-color: rgb(151,153,136); }
td.TdClassName
{
border-color: #979988;
}
.TagClassName
{
border-color: #979988;
}
</style>