Shades of Lemon Grass #93957B
Tints of Lemon Grass #93957B
RGB
CMYK
RGB Variations
Color information
#93957B (or 0x93957B) is known color: Lemon Grass. HEX triplet: 93, 95 and 7B. RGB value is (147,149,123). Sum of RGB (Red+Green+Blue) = 147+149+123=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #93957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93957B is #6C6A84. Grayscale: #919191. Windows color (decimal): -7105157 or 8099219. OLE color: 8099219.
HSL color Cylindrical-coordinate representation of color #93957B: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93957B is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 123 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.42 |
| HSL | 64.62º | 0.11% | 0.53% | - |
| HSV(B) | 64.62º | 0.17% | 0.58% | - |
| XYZ | 26.36 | 29.13 | 22.97 | - |
| YUV | 145.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 123 | 0.01 | 0 | 0.17 | 0.42 | 64.62 | 0.11 | 0.53 |
| Hex | 93 | 95 | 7B | 1 | 0 | 11 | 2A | 41 | B | 35 |
| Octal | 223 | 225 | 173 | 1 | 0 | 21 | 52 | 101 | 13 | 65 |
| Binary | 10010011 | 10010101 | 1111011 | 1 | 0 | 10001 | 101010 | 1000001 | 1011 | 110101 |
Color Harmonies of #93957B
Complementary color
Monochromatic Colors of #93957B
Black with #93957B
Text Example
Text Example
White with #93957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93957B; }
p { color: rgb(147,149,123); }
H1.HeaderClassName
{
color: #93957B;
}
.AnyTagClassName
{
color: #93957B;
}
</style>
background-color css
<style>
a { background-color: #93957B; }
a { background-color: rgb(147,149,123); }
div.DivClassName
{
background-color: #93957B;
}
.BgClassName
{
background-color: #93957B;
}
</style>
border-color css
<style>
span { border-color: #93957B; }
span { border-color: rgb(147,149,123); }
td.TdClassName
{
border-color: #93957B;
}
.TagClassName
{
border-color: #93957B;
}
</style>