Shades of Lemon Grass #93948E
Tints of Lemon Grass #93948E
RGB
CMYK
RGB Variations
Color information
#93948E (or 0x93948E) is known color: Lemon Grass. HEX triplet: 93, 94 and 8E. RGB value is (147,148,142). Sum of RGB (Red+Green+Blue) = 147+148+142=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 148 - color contains mainly: green. Hex color #93948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93948E is #6C6B71. Grayscale: #939393. Windows color (decimal): -7105394 or 9344147. OLE color: 9344147.
HSL color Cylindrical-coordinate representation of color #93948E: hue angle of 70º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #93948E is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 142 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.42 |
| HSL | 70º | 0.03% | 0.57% | - |
| HSV(B) | 70º | 0.04% | 0.58% | - |
| XYZ | 27.51 | 29.34 | 29.8 | - |
| YUV | 147.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 142 | 0.01 | 0 | 0.04 | 0.42 | 70 | 0.03 | 0.57 |
| Hex | 93 | 94 | 8E | 1 | 0 | 4 | 2A | 46 | 3 | 39 |
| Octal | 223 | 224 | 216 | 1 | 0 | 4 | 52 | 106 | 3 | 71 |
| Binary | 10010011 | 10010100 | 10001110 | 1 | 0 | 100 | 101010 | 1000110 | 11 | 111001 |
Color Harmonies of #93948E
Complementary color
Monochromatic Colors of #93948E
Black with #93948E
Text Example
Text Example
White with #93948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93948E; }
p { color: rgb(147,148,142); }
H1.HeaderClassName
{
color: #93948E;
}
.AnyTagClassName
{
color: #93948E;
}
</style>
background-color css
<style>
a { background-color: #93948E; }
a { background-color: rgb(147,148,142); }
div.DivClassName
{
background-color: #93948E;
}
.BgClassName
{
background-color: #93948E;
}
</style>
border-color css
<style>
span { border-color: #93948E; }
span { border-color: rgb(147,148,142); }
td.TdClassName
{
border-color: #93948E;
}
.TagClassName
{
border-color: #93948E;
}
</style>