Shades of Lemon Grass #92947E
Tints of Lemon Grass #92947E
RGB
CMYK
RGB Variations
Color information
#92947E (or 0x92947E) is known color: Lemon Grass. HEX triplet: 92, 94 and 7E. RGB value is (146,148,126). Sum of RGB (Red+Green+Blue) = 146+148+126=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #92947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92947E is #6D6B81. Grayscale: #909090. Windows color (decimal): -7170946 or 8295570. OLE color: 8295570.
HSL color Cylindrical-coordinate representation of color #92947E: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92947E is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 148 | 126 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.42 |
| HSL | 65.45º | 0.09% | 0.54% | - |
| HSV(B) | 65.45º | 0.15% | 0.58% | - |
| XYZ | 26.21 | 28.8 | 23.92 | - |
| YUV | 144.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 126 | 0.01 | 0 | 0.15 | 0.42 | 65.45 | 0.09 | 0.54 |
| Hex | 92 | 94 | 7E | 1 | 0 | F | 2A | 41 | 9 | 36 |
| Octal | 222 | 224 | 176 | 1 | 0 | 17 | 52 | 101 | 11 | 66 |
| Binary | 10010010 | 10010100 | 1111110 | 1 | 0 | 1111 | 101010 | 1000001 | 1001 | 110110 |
Color Harmonies of #92947E
Complementary color
Monochromatic Colors of #92947E
Black with #92947E
Text Example
Text Example
White with #92947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92947E; }
p { color: rgb(146,148,126); }
H1.HeaderClassName
{
color: #92947E;
}
.AnyTagClassName
{
color: #92947E;
}
</style>
background-color css
<style>
a { background-color: #92947E; }
a { background-color: rgb(146,148,126); }
div.DivClassName
{
background-color: #92947E;
}
.BgClassName
{
background-color: #92947E;
}
</style>
border-color css
<style>
span { border-color: #92947E; }
span { border-color: rgb(146,148,126); }
td.TdClassName
{
border-color: #92947E;
}
.TagClassName
{
border-color: #92947E;
}
</style>