Shades of Lemon Grass #949389
Tints of Lemon Grass #949389
RGB
CMYK
RGB Variations
Color information
#949389 (or 0x949389) is known color: Lemon Grass. HEX triplet: 94, 93 and 89. RGB value is (148,147,137). Sum of RGB (Red+Green+Blue) = 148+147+137=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 148 - color contains mainly: red. Hex color #949389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949389 is #6B6C76. Grayscale: #929292. Windows color (decimal): -7040119 or 9016212. OLE color: 9016212.
HSL color Cylindrical-coordinate representation of color #949389: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949389 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 137 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.42 |
| HSL | 54.55º | 0.05% | 0.56% | - |
| HSV(B) | 54.55º | 0.07% | 0.58% | - |
| XYZ | 27.16 | 28.97 | 27.83 | - |
| YUV | 146.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 137 | 0 | 0.01 | 0.07 | 0.42 | 54.55 | 0.05 | 0.56 |
| Hex | 94 | 93 | 89 | 0 | 1 | 7 | 2A | 37 | 5 | 38 |
| Octal | 224 | 223 | 211 | 0 | 1 | 7 | 52 | 67 | 5 | 70 |
| Binary | 10010100 | 10010011 | 10001001 | 0 | 1 | 111 | 101010 | 110111 | 101 | 111000 |
Color Harmonies of #949389
Complementary color
Monochromatic Colors of #949389
Black with #949389
Text Example
Text Example
White with #949389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949389; }
p { color: rgb(148,147,137); }
H1.HeaderClassName
{
color: #949389;
}
.AnyTagClassName
{
color: #949389;
}
</style>
background-color css
<style>
a { background-color: #949389; }
a { background-color: rgb(148,147,137); }
div.DivClassName
{
background-color: #949389;
}
.BgClassName
{
background-color: #949389;
}
</style>
border-color css
<style>
span { border-color: #949389; }
span { border-color: rgb(148,147,137); }
td.TdClassName
{
border-color: #949389;
}
.TagClassName
{
border-color: #949389;
}
</style>