Shades of Lemon Grass #91937C
Tints of Lemon Grass #91937C
RGB
CMYK
RGB Variations
Color information
#91937C (or 0x91937C) is known color: Lemon Grass. HEX triplet: 91, 93 and 7C. RGB value is (145,147,124). Sum of RGB (Red+Green+Blue) = 145+147+124=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #91937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91937C is #6E6C83. Grayscale: #8F8F8F. Windows color (decimal): -7236740 or 8164241. OLE color: 8164241.
HSL color Cylindrical-coordinate representation of color #91937C: hue angle of 65.22º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91937C is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 124 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.42 |
| HSL | 65.22º | 0.1% | 0.53% | - |
| HSV(B) | 65.22º | 0.16% | 0.58% | - |
| XYZ | 25.75 | 28.34 | 23.18 | - |
| YUV | 143.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 124 | 0.01 | 0 | 0.16 | 0.42 | 65.22 | 0.1 | 0.53 |
| Hex | 91 | 93 | 7C | 1 | 0 | 10 | 2A | 41 | A | 35 |
| Octal | 221 | 223 | 174 | 1 | 0 | 20 | 52 | 101 | 12 | 65 |
| Binary | 10010001 | 10010011 | 1111100 | 1 | 0 | 10000 | 101010 | 1000001 | 1010 | 110101 |
Color Harmonies of #91937C
Complementary color
Monochromatic Colors of #91937C
Black with #91937C
Text Example
Text Example
White with #91937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91937C; }
p { color: rgb(145,147,124); }
H1.HeaderClassName
{
color: #91937C;
}
.AnyTagClassName
{
color: #91937C;
}
</style>
background-color css
<style>
a { background-color: #91937C; }
a { background-color: rgb(145,147,124); }
div.DivClassName
{
background-color: #91937C;
}
.BgClassName
{
background-color: #91937C;
}
</style>
border-color css
<style>
span { border-color: #91937C; }
span { border-color: rgb(145,147,124); }
td.TdClassName
{
border-color: #91937C;
}
.TagClassName
{
border-color: #91937C;
}
</style>