Shades of Lemon Grass #91928C
Tints of Lemon Grass #91928C
RGB
CMYK
RGB Variations
Color information
#91928C (or 0x91928C) is known color: Lemon Grass. HEX triplet: 91, 92 and 8C. RGB value is (145,146,140). Sum of RGB (Red+Green+Blue) = 145+146+140=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 146 - color contains mainly: green. Hex color #91928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91928C is #6E6D73. Grayscale: #919191. Windows color (decimal): -7236980 or 9212561. OLE color: 9212561.
HSL color Cylindrical-coordinate representation of color #91928C: hue angle of 70º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #91928C is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 140 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.43 |
| HSL | 70º | 0.03% | 0.56% | - |
| HSV(B) | 70º | 0.04% | 0.57% | - |
| XYZ | 26.69 | 28.47 | 28.9 | - |
| YUV | 145.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 140 | 0.01 | 0 | 0.04 | 0.43 | 70 | 0.03 | 0.56 |
| Hex | 91 | 92 | 8C | 1 | 0 | 4 | 2B | 46 | 3 | 38 |
| Octal | 221 | 222 | 214 | 1 | 0 | 4 | 53 | 106 | 3 | 70 |
| Binary | 10010001 | 10010010 | 10001100 | 1 | 0 | 100 | 101011 | 1000110 | 11 | 111000 |
Color Harmonies of #91928C
Complementary color
Monochromatic Colors of #91928C
Black with #91928C
Text Example
Text Example
White with #91928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91928C; }
p { color: rgb(145,146,140); }
H1.HeaderClassName
{
color: #91928C;
}
.AnyTagClassName
{
color: #91928C;
}
</style>
background-color css
<style>
a { background-color: #91928C; }
a { background-color: rgb(145,146,140); }
div.DivClassName
{
background-color: #91928C;
}
.BgClassName
{
background-color: #91928C;
}
</style>
border-color css
<style>
span { border-color: #91928C; }
span { border-color: rgb(145,146,140); }
td.TdClassName
{
border-color: #91928C;
}
.TagClassName
{
border-color: #91928C;
}
</style>