Shades of Lemon Ginger #938B2F
Tints of Lemon Ginger #938B2F
RGB
CMYK
RGB Variations
Color information
#938B2F (or 0x938B2F) is known color: Lemon Ginger. HEX triplet: 93, 8B and 2F. RGB value is (147,139,47). Sum of RGB (Red+Green+Blue) = 147+139+47=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #938B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938B2F is #6C74D0. Grayscale: #838383. Windows color (decimal): -7107793 or 3115923. OLE color: 3115923.
HSL color Cylindrical-coordinate representation of color #938B2F: hue angle of 55.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #938B2F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 47 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.42 |
| HSL | 55.2º | 0.52% | 0.38% | - |
| HSV(B) | 55.2º | 0.68% | 0.58% | - |
| XYZ | 21.78 | 24.87 | 6.34 | - |
| YUV | 130.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 47 | 0 | 0.05 | 0.68 | 0.42 | 55.2 | 0.52 | 0.38 |
| Hex | 93 | 8B | 2F | 0 | 5 | 44 | 2A | 37 | 34 | 26 |
| Octal | 223 | 213 | 57 | 0 | 5 | 104 | 52 | 67 | 64 | 46 |
| Binary | 10010011 | 10001011 | 101111 | 0 | 101 | 1000100 | 101010 | 110111 | 110100 | 100110 |
Color Harmonies of #938B2F
Complementary color
Monochromatic Colors of #938B2F
Black with #938B2F
Text Example
Text Example
White with #938B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B2F; }
p { color: rgb(147,139,47); }
H1.HeaderClassName
{
color: #938B2F;
}
.AnyTagClassName
{
color: #938B2F;
}
</style>
background-color css
<style>
a { background-color: #938B2F; }
a { background-color: rgb(147,139,47); }
div.DivClassName
{
background-color: #938B2F;
}
.BgClassName
{
background-color: #938B2F;
}
</style>
border-color css
<style>
span { border-color: #938B2F; }
span { border-color: rgb(147,139,47); }
td.TdClassName
{
border-color: #938B2F;
}
.TagClassName
{
border-color: #938B2F;
}
</style>