Shades of Lemon Grass #90927C
Tints of Lemon Grass #90927C
RGB
CMYK
RGB Variations
Color information
#90927C (or 0x90927C) is known color: Lemon Grass. HEX triplet: 90, 92 and 7C. RGB value is (144,146,124). Sum of RGB (Red+Green+Blue) = 144+146+124=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 146 - color contains mainly: green. Hex color #90927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90927C is #6F6D83. Grayscale: #8E8E8E. Windows color (decimal): -7302532 or 8163984. OLE color: 8163984.
HSL color Cylindrical-coordinate representation of color #90927C: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90927C is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 124 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.43 |
| HSL | 65.45º | 0.09% | 0.53% | - |
| HSV(B) | 65.45º | 0.15% | 0.57% | - |
| XYZ | 25.42 | 27.94 | 23.12 | - |
| YUV | 142.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 124 | 0.01 | 0 | 0.15 | 0.43 | 65.45 | 0.09 | 0.53 |
| Hex | 90 | 92 | 7C | 1 | 0 | F | 2B | 41 | 9 | 35 |
| Octal | 220 | 222 | 174 | 1 | 0 | 17 | 53 | 101 | 11 | 65 |
| Binary | 10010000 | 10010010 | 1111100 | 1 | 0 | 1111 | 101011 | 1000001 | 1001 | 110101 |
Color Harmonies of #90927C
Complementary color
Monochromatic Colors of #90927C
Black with #90927C
Text Example
Text Example
White with #90927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90927C; }
p { color: rgb(144,146,124); }
H1.HeaderClassName
{
color: #90927C;
}
.AnyTagClassName
{
color: #90927C;
}
</style>
background-color css
<style>
a { background-color: #90927C; }
a { background-color: rgb(144,146,124); }
div.DivClassName
{
background-color: #90927C;
}
.BgClassName
{
background-color: #90927C;
}
</style>
border-color css
<style>
span { border-color: #90927C; }
span { border-color: rgb(144,146,124); }
td.TdClassName
{
border-color: #90927C;
}
.TagClassName
{
border-color: #90927C;
}
</style>