Shades of Lemon Grass #909380
Tints of Lemon Grass #909380
RGB
CMYK
RGB Variations
Color information
#909380 (or 0x909380) is known color: Lemon Grass. HEX triplet: 90, 93 and 80. RGB value is (144,147,128). Sum of RGB (Red+Green+Blue) = 144+147+128=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #909380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909380 is #6F6C7F. Grayscale: #909090. Windows color (decimal): -7302272 or 8426384. OLE color: 8426384.
HSL color Cylindrical-coordinate representation of color #909380: hue angle of 69.47º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #909380 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 128 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.42 |
| HSL | 69.47º | 0.08% | 0.54% | - |
| HSV(B) | 69.47º | 0.13% | 0.58% | - |
| XYZ | 25.83 | 28.36 | 24.53 | - |
| YUV | 143.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 128 | 0.02 | 0 | 0.13 | 0.42 | 69.47 | 0.08 | 0.54 |
| Hex | 90 | 93 | 80 | 2 | 0 | D | 2A | 45 | 8 | 36 |
| Octal | 220 | 223 | 200 | 2 | 0 | 15 | 52 | 105 | 10 | 66 |
| Binary | 10010000 | 10010011 | 10000000 | 10 | 0 | 1101 | 101010 | 1000101 | 1000 | 110110 |
Color Harmonies of #909380
Complementary color
Monochromatic Colors of #909380
Black with #909380
Text Example
Text Example
White with #909380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909380; }
p { color: rgb(144,147,128); }
H1.HeaderClassName
{
color: #909380;
}
.AnyTagClassName
{
color: #909380;
}
</style>
background-color css
<style>
a { background-color: #909380; }
a { background-color: rgb(144,147,128); }
div.DivClassName
{
background-color: #909380;
}
.BgClassName
{
background-color: #909380;
}
</style>
border-color css
<style>
span { border-color: #909380; }
span { border-color: rgb(144,147,128); }
td.TdClassName
{
border-color: #909380;
}
.TagClassName
{
border-color: #909380;
}
</style>