Shades of Lemon Grass #909381
Tints of Lemon Grass #909381
RGB
CMYK
RGB Variations
Color information
#909381 (or 0x909381) is known color: Lemon Grass. HEX triplet: 90, 93 and 81. RGB value is (144,147,129). Sum of RGB (Red+Green+Blue) = 144+147+129=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #909381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909381 is #6F6C7E. Grayscale: #909090. Windows color (decimal): -7302271 or 8491920. OLE color: 8491920.
HSL color Cylindrical-coordinate representation of color #909381: hue angle of 70º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #909381 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 129 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.42 |
| HSL | 70º | 0.08% | 0.54% | - |
| HSV(B) | 70º | 0.12% | 0.58% | - |
| XYZ | 25.9 | 28.38 | 24.88 | - |
| YUV | 144.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 129 | 0.02 | 0 | 0.12 | 0.42 | 70 | 0.08 | 0.54 |
| Hex | 90 | 93 | 81 | 2 | 0 | C | 2A | 46 | 8 | 36 |
| Octal | 220 | 223 | 201 | 2 | 0 | 14 | 52 | 106 | 10 | 66 |
| Binary | 10010000 | 10010011 | 10000001 | 10 | 0 | 1100 | 101010 | 1000110 | 1000 | 110110 |
Color Harmonies of #909381
Complementary color
Monochromatic Colors of #909381
Black with #909381
Text Example
Text Example
White with #909381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909381; }
p { color: rgb(144,147,129); }
H1.HeaderClassName
{
color: #909381;
}
.AnyTagClassName
{
color: #909381;
}
</style>
background-color css
<style>
a { background-color: #909381; }
a { background-color: rgb(144,147,129); }
div.DivClassName
{
background-color: #909381;
}
.BgClassName
{
background-color: #909381;
}
</style>
border-color css
<style>
span { border-color: #909381; }
span { border-color: rgb(144,147,129); }
td.TdClassName
{
border-color: #909381;
}
.TagClassName
{
border-color: #909381;
}
</style>