Shades of Lemon Grass #95947D
Tints of Lemon Grass #95947D
RGB
CMYK
RGB Variations
Color information
#95947D (or 0x95947D) is known color: Lemon Grass. HEX triplet: 95, 94 and 7D. RGB value is (149,148,125). Sum of RGB (Red+Green+Blue) = 149+148+125=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95947D is #6A6B82. Grayscale: #919191. Windows color (decimal): -6974339 or 8230037. OLE color: 8230037.
HSL color Cylindrical-coordinate representation of color #95947D: hue angle of 57.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95947D is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 125 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.42 |
| HSL | 57.5º | 0.1% | 0.54% | - |
| HSV(B) | 57.5º | 0.16% | 0.58% | - |
| XYZ | 26.69 | 29.05 | 23.6 | - |
| YUV | 145.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 125 | 0 | 0.01 | 0.16 | 0.42 | 57.5 | 0.1 | 0.54 |
| Hex | 95 | 94 | 7D | 0 | 1 | 10 | 2A | 3A | A | 36 |
| Octal | 225 | 224 | 175 | 0 | 1 | 20 | 52 | 72 | 12 | 66 |
| Binary | 10010101 | 10010100 | 1111101 | 0 | 1 | 10000 | 101010 | 111010 | 1010 | 110110 |
Color Harmonies of #95947D
Complementary color
Monochromatic Colors of #95947D
Black with #95947D
Text Example
Text Example
White with #95947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95947D; }
p { color: rgb(149,148,125); }
H1.HeaderClassName
{
color: #95947D;
}
.AnyTagClassName
{
color: #95947D;
}
</style>
background-color css
<style>
a { background-color: #95947D; }
a { background-color: rgb(149,148,125); }
div.DivClassName
{
background-color: #95947D;
}
.BgClassName
{
background-color: #95947D;
}
</style>
border-color css
<style>
span { border-color: #95947D; }
span { border-color: rgb(149,148,125); }
td.TdClassName
{
border-color: #95947D;
}
.TagClassName
{
border-color: #95947D;
}
</style>