Shades of Lemon Grass #939182
Tints of Lemon Grass #939182
RGB
CMYK
RGB Variations
Color information
#939182 (or 0x939182) is known color: Lemon Grass. HEX triplet: 93, 91 and 82. RGB value is (147,145,130). Sum of RGB (Red+Green+Blue) = 147+145+130=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #939182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939182 is #6C6E7D. Grayscale: #8F8F8F. Windows color (decimal): -7106174 or 8556947. OLE color: 8556947.
HSL color Cylindrical-coordinate representation of color #939182: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #939182 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 130 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.42 |
| HSL | 52.94º | 0.07% | 0.54% | - |
| HSV(B) | 52.94º | 0.12% | 0.58% | - |
| XYZ | 26.19 | 28.07 | 25.16 | - |
| YUV | 143.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 130 | 0 | 0.01 | 0.12 | 0.42 | 52.94 | 0.07 | 0.54 |
| Hex | 93 | 91 | 82 | 0 | 1 | C | 2A | 35 | 7 | 36 |
| Octal | 223 | 221 | 202 | 0 | 1 | 14 | 52 | 65 | 7 | 66 |
| Binary | 10010011 | 10010001 | 10000010 | 0 | 1 | 1100 | 101010 | 110101 | 111 | 110110 |
Color Harmonies of #939182
Complementary color
Monochromatic Colors of #939182
Black with #939182
Text Example
Text Example
White with #939182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939182; }
p { color: rgb(147,145,130); }
H1.HeaderClassName
{
color: #939182;
}
.AnyTagClassName
{
color: #939182;
}
</style>
background-color css
<style>
a { background-color: #939182; }
a { background-color: rgb(147,145,130); }
div.DivClassName
{
background-color: #939182;
}
.BgClassName
{
background-color: #939182;
}
</style>
border-color css
<style>
span { border-color: #939182; }
span { border-color: rgb(147,145,130); }
td.TdClassName
{
border-color: #939182;
}
.TagClassName
{
border-color: #939182;
}
</style>