Shades of Lemon Grass #909385
Tints of Lemon Grass #909385
RGB
CMYK
RGB Variations
Color information
#909385 (or 0x909385) is known color: Lemon Grass. HEX triplet: 90, 93 and 85. RGB value is (144,147,133). Sum of RGB (Red+Green+Blue) = 144+147+133=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #909385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909385 is #6F6C7A. Grayscale: #909090. Windows color (decimal): -7302267 or 8754064. OLE color: 8754064.
HSL color Cylindrical-coordinate representation of color #909385: hue angle of 72.86º 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 #909385 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 133 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.42 |
| HSL | 72.86º | 0.06% | 0.55% | - |
| HSV(B) | 72.86º | 0.1% | 0.58% | - |
| XYZ | 26.17 | 28.49 | 26.31 | - |
| YUV | 144.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 133 | 0.02 | 0 | 0.10 | 0.42 | 72.86 | 0.06 | 0.55 |
| Hex | 90 | 93 | 85 | 2 | 0 | A | 2A | 49 | 6 | 37 |
| Octal | 220 | 223 | 205 | 2 | 0 | 12 | 52 | 111 | 6 | 67 |
| Binary | 10010000 | 10010011 | 10000101 | 10 | 0 | 1010 | 101010 | 1001001 | 110 | 110111 |
Color Harmonies of #909385
Complementary color
Monochromatic Colors of #909385
Black with #909385
Text Example
Text Example
White with #909385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909385; }
p { color: rgb(144,147,133); }
H1.HeaderClassName
{
color: #909385;
}
.AnyTagClassName
{
color: #909385;
}
</style>
background-color css
<style>
a { background-color: #909385; }
a { background-color: rgb(144,147,133); }
div.DivClassName
{
background-color: #909385;
}
.BgClassName
{
background-color: #909385;
}
</style>
border-color css
<style>
span { border-color: #909385; }
span { border-color: rgb(144,147,133); }
td.TdClassName
{
border-color: #909385;
}
.TagClassName
{
border-color: #909385;
}
</style>