Shades of Lemon Grass #969988
Tints of Lemon Grass #969988
RGB
CMYK
RGB Variations
Color information
#969988 (or 0x969988) is known color: Lemon Grass. HEX triplet: 96, 99 and 88. RGB value is (150,153,136). Sum of RGB (Red+Green+Blue) = 150+153+136=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #969988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969988 is #696677. Grayscale: #969696. Windows color (decimal): -6907512 or 8952214. OLE color: 8952214.
HSL color Cylindrical-coordinate representation of color #969988: hue angle of 70.59º 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 #969988 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 136 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.4 |
| HSL | 70.59º | 0.08% | 0.57% | - |
| HSV(B) | 70.59º | 0.11% | 0.6% | - |
| XYZ | 28.41 | 31.04 | 27.79 | - |
| YUV | 150.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 136 | 0.02 | 0 | 0.11 | 0.4 | 70.59 | 0.08 | 0.57 |
| Hex | 96 | 99 | 88 | 2 | 0 | B | 28 | 47 | 8 | 39 |
| Octal | 226 | 231 | 210 | 2 | 0 | 13 | 50 | 107 | 10 | 71 |
| Binary | 10010110 | 10011001 | 10001000 | 10 | 0 | 1011 | 101000 | 1000111 | 1000 | 111001 |
Color Harmonies of #969988
Complementary color
Monochromatic Colors of #969988
Black with #969988
Text Example
Text Example
White with #969988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969988; }
p { color: rgb(150,153,136); }
H1.HeaderClassName
{
color: #969988;
}
.AnyTagClassName
{
color: #969988;
}
</style>
background-color css
<style>
a { background-color: #969988; }
a { background-color: rgb(150,153,136); }
div.DivClassName
{
background-color: #969988;
}
.BgClassName
{
background-color: #969988;
}
</style>
border-color css
<style>
span { border-color: #969988; }
span { border-color: rgb(150,153,136); }
td.TdClassName
{
border-color: #969988;
}
.TagClassName
{
border-color: #969988;
}
</style>