Shades of Lemon Grass #91937D
Tints of Lemon Grass #91937D
RGB
CMYK
RGB Variations
Color information
#91937D (or 0x91937D) is known color: Lemon Grass. HEX triplet: 91, 93 and 7D. RGB value is (145,147,125). Sum of RGB (Red+Green+Blue) = 145+147+125=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #91937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91937D is #6E6C82. Grayscale: #8F8F8F. Windows color (decimal): -7236739 or 8229777. OLE color: 8229777.
HSL color Cylindrical-coordinate representation of color #91937D: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91937D is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 125 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.42 |
| HSL | 65.45º | 0.09% | 0.53% | - |
| HSV(B) | 65.45º | 0.15% | 0.58% | - |
| XYZ | 25.81 | 28.37 | 23.52 | - |
| YUV | 143.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 125 | 0.01 | 0 | 0.15 | 0.42 | 65.45 | 0.09 | 0.53 |
| Hex | 91 | 93 | 7D | 1 | 0 | F | 2A | 41 | 9 | 35 |
| Octal | 221 | 223 | 175 | 1 | 0 | 17 | 52 | 101 | 11 | 65 |
| Binary | 10010001 | 10010011 | 1111101 | 1 | 0 | 1111 | 101010 | 1000001 | 1001 | 110101 |
Color Harmonies of #91937D
Complementary color
Monochromatic Colors of #91937D
Black with #91937D
Text Example
Text Example
White with #91937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91937D; }
p { color: rgb(145,147,125); }
H1.HeaderClassName
{
color: #91937D;
}
.AnyTagClassName
{
color: #91937D;
}
</style>
background-color css
<style>
a { background-color: #91937D; }
a { background-color: rgb(145,147,125); }
div.DivClassName
{
background-color: #91937D;
}
.BgClassName
{
background-color: #91937D;
}
</style>
border-color css
<style>
span { border-color: #91937D; }
span { border-color: rgb(145,147,125); }
td.TdClassName
{
border-color: #91937D;
}
.TagClassName
{
border-color: #91937D;
}
</style>