Shades of Lemon Grass #93928A
Tints of Lemon Grass #93928A
RGB
CMYK
RGB Variations
Color information
#93928A (or 0x93928A) is known color: Lemon Grass. HEX triplet: 93, 92 and 8A. RGB value is (147,146,138). Sum of RGB (Red+Green+Blue) = 147+146+138=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 147 - color contains mainly: red. Hex color #93928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93928A is #6C6D75. Grayscale: #919191. Windows color (decimal): -7105910 or 9081491. OLE color: 9081491.
HSL color Cylindrical-coordinate representation of color #93928A: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #93928A is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 138 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.42 |
| HSL | 53.33º | 0.04% | 0.56% | - |
| HSV(B) | 53.33º | 0.06% | 0.58% | - |
| XYZ | 26.9 | 28.6 | 28.15 | - |
| YUV | 145.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 138 | 0 | 0.01 | 0.06 | 0.42 | 53.33 | 0.04 | 0.56 |
| Hex | 93 | 92 | 8A | 0 | 1 | 6 | 2A | 35 | 4 | 38 |
| Octal | 223 | 222 | 212 | 0 | 1 | 6 | 52 | 65 | 4 | 70 |
| Binary | 10010011 | 10010010 | 10001010 | 0 | 1 | 110 | 101010 | 110101 | 100 | 111000 |
Color Harmonies of #93928A
Complementary color
Monochromatic Colors of #93928A
Black with #93928A
Text Example
Text Example
White with #93928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93928A; }
p { color: rgb(147,146,138); }
H1.HeaderClassName
{
color: #93928A;
}
.AnyTagClassName
{
color: #93928A;
}
</style>
background-color css
<style>
a { background-color: #93928A; }
a { background-color: rgb(147,146,138); }
div.DivClassName
{
background-color: #93928A;
}
.BgClassName
{
background-color: #93928A;
}
</style>
border-color css
<style>
span { border-color: #93928A; }
span { border-color: rgb(147,146,138); }
td.TdClassName
{
border-color: #93928A;
}
.TagClassName
{
border-color: #93928A;
}
</style>