Shades of Lemon Grass #959881
Tints of Lemon Grass #959881
RGB
CMYK
RGB Variations
Color information
#959881 (or 0x959881) is known color: Lemon Grass. HEX triplet: 95, 98 and 81. RGB value is (149,152,129). Sum of RGB (Red+Green+Blue) = 149+152+129=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #959881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959881 is #6A677E. Grayscale: #949494. Windows color (decimal): -6973311 or 8493205. OLE color: 8493205.
HSL color Cylindrical-coordinate representation of color #959881: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959881 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 129 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.40 |
| HSL | 67.83º | 0.1% | 0.55% | - |
| HSV(B) | 67.83º | 0.15% | 0.6% | - |
| XYZ | 27.59 | 30.43 | 25.19 | - |
| YUV | 148.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 129 | 0.02 | 0 | 0.15 | 0.40 | 67.83 | 0.1 | 0.55 |
| Hex | 95 | 98 | 81 | 2 | 0 | F | 28 | 44 | A | 37 |
| Octal | 225 | 230 | 201 | 2 | 0 | 17 | 50 | 104 | 12 | 67 |
| Binary | 10010101 | 10011000 | 10000001 | 10 | 0 | 1111 | 101000 | 1000100 | 1010 | 110111 |
Color Harmonies of #959881
Complementary color
Monochromatic Colors of #959881
Black with #959881
Text Example
Text Example
White with #959881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959881; }
p { color: rgb(149,152,129); }
H1.HeaderClassName
{
color: #959881;
}
.AnyTagClassName
{
color: #959881;
}
</style>
background-color css
<style>
a { background-color: #959881; }
a { background-color: rgb(149,152,129); }
div.DivClassName
{
background-color: #959881;
}
.BgClassName
{
background-color: #959881;
}
</style>
border-color css
<style>
span { border-color: #959881; }
span { border-color: rgb(149,152,129); }
td.TdClassName
{
border-color: #959881;
}
.TagClassName
{
border-color: #959881;
}
</style>