Shades of Lemon Grass #93947C
Tints of Lemon Grass #93947C
RGB
CMYK
RGB Variations
Color information
#93947C (or 0x93947C) is known color: Lemon Grass. HEX triplet: 93, 94 and 7C. RGB value is (147,148,124). Sum of RGB (Red+Green+Blue) = 147+148+124=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #93947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93947C is #6C6B83. Grayscale: #919191. Windows color (decimal): -7105412 or 8164499. OLE color: 8164499.
HSL color Cylindrical-coordinate representation of color #93947C: hue angle of 62.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93947C is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 124 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.42 |
| HSL | 62.5º | 0.1% | 0.53% | - |
| HSV(B) | 62.5º | 0.16% | 0.58% | - |
| XYZ | 26.26 | 28.84 | 23.25 | - |
| YUV | 144.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 124 | 0.01 | 0 | 0.16 | 0.42 | 62.5 | 0.1 | 0.53 |
| Hex | 93 | 94 | 7C | 1 | 0 | 10 | 2A | 3F | A | 35 |
| Octal | 223 | 224 | 174 | 1 | 0 | 20 | 52 | 77 | 12 | 65 |
| Binary | 10010011 | 10010100 | 1111100 | 1 | 0 | 10000 | 101010 | 111111 | 1010 | 110101 |
Color Harmonies of #93947C
Complementary color
Monochromatic Colors of #93947C
Black with #93947C
Text Example
Text Example
White with #93947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93947C; }
p { color: rgb(147,148,124); }
H1.HeaderClassName
{
color: #93947C;
}
.AnyTagClassName
{
color: #93947C;
}
</style>
background-color css
<style>
a { background-color: #93947C; }
a { background-color: rgb(147,148,124); }
div.DivClassName
{
background-color: #93947C;
}
.BgClassName
{
background-color: #93947C;
}
</style>
border-color css
<style>
span { border-color: #93947C; }
span { border-color: rgb(147,148,124); }
td.TdClassName
{
border-color: #93947C;
}
.TagClassName
{
border-color: #93947C;
}
</style>