Shades of Lemon Grass #959885
Tints of Lemon Grass #959885
RGB
CMYK
RGB Variations
Color information
#959885 (or 0x959885) is known color: Lemon Grass. HEX triplet: 95, 98 and 85. RGB value is (149,152,133). Sum of RGB (Red+Green+Blue) = 149+152+133=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 152 - color contains mainly: green. Hex color #959885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959885 is #6A677A. Grayscale: #959595. Windows color (decimal): -6973307 or 8755349. OLE color: 8755349.
HSL color Cylindrical-coordinate representation of color #959885: hue angle of 69.47º 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 #959885 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 133 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.40 |
| HSL | 69.47º | 0.08% | 0.56% | - |
| HSV(B) | 69.47º | 0.13% | 0.6% | - |
| XYZ | 27.86 | 30.54 | 26.62 | - |
| YUV | 148.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 133 | 0.02 | 0 | 0.13 | 0.40 | 69.47 | 0.08 | 0.56 |
| Hex | 95 | 98 | 85 | 2 | 0 | D | 28 | 45 | 8 | 38 |
| Octal | 225 | 230 | 205 | 2 | 0 | 15 | 50 | 105 | 10 | 70 |
| Binary | 10010101 | 10011000 | 10000101 | 10 | 0 | 1101 | 101000 | 1000101 | 1000 | 111000 |
Color Harmonies of #959885
Complementary color
Monochromatic Colors of #959885
Black with #959885
Text Example
Text Example
White with #959885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959885; }
p { color: rgb(149,152,133); }
H1.HeaderClassName
{
color: #959885;
}
.AnyTagClassName
{
color: #959885;
}
</style>
background-color css
<style>
a { background-color: #959885; }
a { background-color: rgb(149,152,133); }
div.DivClassName
{
background-color: #959885;
}
.BgClassName
{
background-color: #959885;
}
</style>
border-color css
<style>
span { border-color: #959885; }
span { border-color: rgb(149,152,133); }
td.TdClassName
{
border-color: #959885;
}
.TagClassName
{
border-color: #959885;
}
</style>