Shades of Lemon Grass #92937C
Tints of Lemon Grass #92937C
RGB
CMYK
RGB Variations
Color information
#92937C (or 0x92937C) is known color: Lemon Grass. HEX triplet: 92, 93 and 7C. RGB value is (146,147,124). Sum of RGB (Red+Green+Blue) = 146+147+124=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #92937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92937C is #6D6C83. Grayscale: #909090. Windows color (decimal): -7171204 or 8164242. OLE color: 8164242.
HSL color Cylindrical-coordinate representation of color #92937C: hue angle of 62.61º 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 #92937C is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 124 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.42 |
| HSL | 62.61º | 0.1% | 0.53% | - |
| HSV(B) | 62.61º | 0.16% | 0.58% | - |
| XYZ | 25.93 | 28.43 | 23.19 | - |
| YUV | 144.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 124 | 0.01 | 0 | 0.16 | 0.42 | 62.61 | 0.1 | 0.53 |
| Hex | 92 | 93 | 7C | 1 | 0 | 10 | 2A | 3F | A | 35 |
| Octal | 222 | 223 | 174 | 1 | 0 | 20 | 52 | 77 | 12 | 65 |
| Binary | 10010010 | 10010011 | 1111100 | 1 | 0 | 10000 | 101010 | 111111 | 1010 | 110101 |
Color Harmonies of #92937C
Complementary color
Monochromatic Colors of #92937C
Black with #92937C
Text Example
Text Example
White with #92937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92937C; }
p { color: rgb(146,147,124); }
H1.HeaderClassName
{
color: #92937C;
}
.AnyTagClassName
{
color: #92937C;
}
</style>
background-color css
<style>
a { background-color: #92937C; }
a { background-color: rgb(146,147,124); }
div.DivClassName
{
background-color: #92937C;
}
.BgClassName
{
background-color: #92937C;
}
</style>
border-color css
<style>
span { border-color: #92937C; }
span { border-color: rgb(146,147,124); }
td.TdClassName
{
border-color: #92937C;
}
.TagClassName
{
border-color: #92937C;
}
</style>