Shades of Lemon Grass #96978D
Tints of Lemon Grass #96978D
RGB
CMYK
RGB Variations
Color information
#96978D (or 0x96978D) is known color: Lemon Grass. HEX triplet: 96, 97 and 8D. RGB value is (150,151,141). Sum of RGB (Red+Green+Blue) = 150+151+141=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 151 - color contains mainly: green. Hex color #96978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96978D is #696872. Grayscale: #959595. Windows color (decimal): -6908019 or 9279382. OLE color: 9279382.
HSL color Cylindrical-coordinate representation of color #96978D: hue angle of 66º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96978D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 141 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.41 |
| HSL | 66º | 0.05% | 0.57% | - |
| HSV(B) | 66º | 0.07% | 0.59% | - |
| XYZ | 28.45 | 30.54 | 29.59 | - |
| YUV | 149.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 141 | 0.01 | 0 | 0.07 | 0.41 | 66 | 0.05 | 0.57 |
| Hex | 96 | 97 | 8D | 1 | 0 | 7 | 29 | 42 | 5 | 39 |
| Octal | 226 | 227 | 215 | 1 | 0 | 7 | 51 | 102 | 5 | 71 |
| Binary | 10010110 | 10010111 | 10001101 | 1 | 0 | 111 | 101001 | 1000010 | 101 | 111001 |
Color Harmonies of #96978D
Complementary color
Monochromatic Colors of #96978D
Black with #96978D
Text Example
Text Example
White with #96978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96978D; }
p { color: rgb(150,151,141); }
H1.HeaderClassName
{
color: #96978D;
}
.AnyTagClassName
{
color: #96978D;
}
</style>
background-color css
<style>
a { background-color: #96978D; }
a { background-color: rgb(150,151,141); }
div.DivClassName
{
background-color: #96978D;
}
.BgClassName
{
background-color: #96978D;
}
</style>
border-color css
<style>
span { border-color: #96978D; }
span { border-color: rgb(150,151,141); }
td.TdClassName
{
border-color: #96978D;
}
.TagClassName
{
border-color: #96978D;
}
</style>