Shades of Lemon Grass #93937D
Tints of Lemon Grass #93937D
RGB
CMYK
RGB Variations
Color information
#93937D (or 0x93937D) is known color: Lemon Grass. HEX triplet: 93, 93 and 7D. RGB value is (147,147,125). Sum of RGB (Red+Green+Blue) = 147+147+125=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93937D is #6C6C82. Grayscale: #909090. Windows color (decimal): -7105667 or 8229779. OLE color: 8229779.
HSL color Cylindrical-coordinate representation of color #93937D: hue angle of 60º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93937D is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 147 | 125 | - |
| CMYK | 0 | 0 | 0.15 | 0.42 |
| HSL | 60º | 0.09% | 0.53% | - |
| HSV(B) | 60º | 0.15% | 0.58% | - |
| XYZ | 26.17 | 28.55 | 23.53 | - |
| YUV | 144.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 125 | 0 | 0 | 0.15 | 0.42 | 60 | 0.09 | 0.53 |
| Hex | 93 | 93 | 7D | 0 | 0 | F | 2A | 3C | 9 | 35 |
| Octal | 223 | 223 | 175 | 0 | 0 | 17 | 52 | 74 | 11 | 65 |
| Binary | 10010011 | 10010011 | 1111101 | 0 | 0 | 1111 | 101010 | 111100 | 1001 | 110101 |
Color Harmonies of #93937D
Complementary color
Monochromatic Colors of #93937D
Black with #93937D
Text Example
Text Example
White with #93937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93937D; }
p { color: rgb(147,147,125); }
H1.HeaderClassName
{
color: #93937D;
}
.AnyTagClassName
{
color: #93937D;
}
</style>
background-color css
<style>
a { background-color: #93937D; }
a { background-color: rgb(147,147,125); }
div.DivClassName
{
background-color: #93937D;
}
.BgClassName
{
background-color: #93937D;
}
</style>
border-color css
<style>
span { border-color: #93937D; }
span { border-color: rgb(147,147,125); }
td.TdClassName
{
border-color: #93937D;
}
.TagClassName
{
border-color: #93937D;
}
</style>