Shades of Lemon Grass #95978C
Tints of Lemon Grass #95978C
RGB
CMYK
RGB Variations
Color information
#95978C (or 0x95978C) is known color: Lemon Grass. HEX triplet: 95, 97 and 8C. RGB value is (149,151,140). Sum of RGB (Red+Green+Blue) = 149+151+140=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 151 - color contains mainly: green. Hex color #95978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95978C is #6A6873. Grayscale: #959595. Windows color (decimal): -6973556 or 9213845. OLE color: 9213845.
HSL color Cylindrical-coordinate representation of color #95978C: hue angle of 70.91º 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 #95978C is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 140 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.41 |
| HSL | 70.91º | 0.05% | 0.57% | - |
| HSV(B) | 70.91º | 0.07% | 0.59% | - |
| XYZ | 28.19 | 30.42 | 29.2 | - |
| YUV | 149.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 140 | 0.01 | 0 | 0.07 | 0.41 | 70.91 | 0.05 | 0.57 |
| Hex | 95 | 97 | 8C | 1 | 0 | 7 | 29 | 47 | 5 | 39 |
| Octal | 225 | 227 | 214 | 1 | 0 | 7 | 51 | 107 | 5 | 71 |
| Binary | 10010101 | 10010111 | 10001100 | 1 | 0 | 111 | 101001 | 1000111 | 101 | 111001 |
Color Harmonies of #95978C
Complementary color
Monochromatic Colors of #95978C
Black with #95978C
Text Example
Text Example
White with #95978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95978C; }
p { color: rgb(149,151,140); }
H1.HeaderClassName
{
color: #95978C;
}
.AnyTagClassName
{
color: #95978C;
}
</style>
background-color css
<style>
a { background-color: #95978C; }
a { background-color: rgb(149,151,140); }
div.DivClassName
{
background-color: #95978C;
}
.BgClassName
{
background-color: #95978C;
}
</style>
border-color css
<style>
span { border-color: #95978C; }
span { border-color: rgb(149,151,140); }
td.TdClassName
{
border-color: #95978C;
}
.TagClassName
{
border-color: #95978C;
}
</style>