Shades of Lemon Grass #909384
Tints of Lemon Grass #909384
RGB
CMYK
RGB Variations
Color information
#909384 (or 0x909384) is known color: Lemon Grass. HEX triplet: 90, 93 and 84. RGB value is (144,147,132). Sum of RGB (Red+Green+Blue) = 144+147+132=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #909384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909384 is #6F6C7B. Grayscale: #909090. Windows color (decimal): -7302268 or 8688528. OLE color: 8688528.
HSL color Cylindrical-coordinate representation of color #909384: hue angle of 72º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #909384 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 132 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.42 |
| HSL | 72º | 0.06% | 0.55% | - |
| HSV(B) | 72º | 0.1% | 0.58% | - |
| XYZ | 26.1 | 28.46 | 25.95 | - |
| YUV | 144.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 132 | 0.02 | 0 | 0.10 | 0.42 | 72 | 0.06 | 0.55 |
| Hex | 90 | 93 | 84 | 2 | 0 | A | 2A | 48 | 6 | 37 |
| Octal | 220 | 223 | 204 | 2 | 0 | 12 | 52 | 110 | 6 | 67 |
| Binary | 10010000 | 10010011 | 10000100 | 10 | 0 | 1010 | 101010 | 1001000 | 110 | 110111 |
Color Harmonies of #909384
Complementary color
Monochromatic Colors of #909384
Black with #909384
Text Example
Text Example
White with #909384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909384; }
p { color: rgb(144,147,132); }
H1.HeaderClassName
{
color: #909384;
}
.AnyTagClassName
{
color: #909384;
}
</style>
background-color css
<style>
a { background-color: #909384; }
a { background-color: rgb(144,147,132); }
div.DivClassName
{
background-color: #909384;
}
.BgClassName
{
background-color: #909384;
}
</style>
border-color css
<style>
span { border-color: #909384; }
span { border-color: rgb(144,147,132); }
td.TdClassName
{
border-color: #909384;
}
.TagClassName
{
border-color: #909384;
}
</style>