Shades of Lemon Grass #969987
Tints of Lemon Grass #969987
RGB
CMYK
RGB Variations
Color information
#969987 (or 0x969987) is known color: Lemon Grass. HEX triplet: 96, 99 and 87. RGB value is (150,153,135). Sum of RGB (Red+Green+Blue) = 150+153+135=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #969987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969987 is #696678. Grayscale: #969696. Windows color (decimal): -6907513 or 8886678. OLE color: 8886678.
HSL color Cylindrical-coordinate representation of color #969987: hue angle of 70º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969987 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 135 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.4 |
| HSL | 70º | 0.08% | 0.56% | - |
| HSV(B) | 70º | 0.12% | 0.6% | - |
| XYZ | 28.34 | 31.02 | 27.41 | - |
| YUV | 150.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 135 | 0.02 | 0 | 0.12 | 0.4 | 70 | 0.08 | 0.56 |
| Hex | 96 | 99 | 87 | 2 | 0 | C | 28 | 46 | 8 | 38 |
| Octal | 226 | 231 | 207 | 2 | 0 | 14 | 50 | 106 | 10 | 70 |
| Binary | 10010110 | 10011001 | 10000111 | 10 | 0 | 1100 | 101000 | 1000110 | 1000 | 111000 |
Color Harmonies of #969987
Complementary color
Monochromatic Colors of #969987
Black with #969987
Text Example
Text Example
White with #969987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969987; }
p { color: rgb(150,153,135); }
H1.HeaderClassName
{
color: #969987;
}
.AnyTagClassName
{
color: #969987;
}
</style>
background-color css
<style>
a { background-color: #969987; }
a { background-color: rgb(150,153,135); }
div.DivClassName
{
background-color: #969987;
}
.BgClassName
{
background-color: #969987;
}
</style>
border-color css
<style>
span { border-color: #969987; }
span { border-color: rgb(150,153,135); }
td.TdClassName
{
border-color: #969987;
}
.TagClassName
{
border-color: #969987;
}
</style>