Shades of Lemon Ginger #937C2F
Tints of Lemon Ginger #937C2F
RGB
CMYK
RGB Variations
Color information
#937C2F (or 0x937C2F) is known color: Lemon Ginger. HEX triplet: 93, 7C and 2F. RGB value is (147,124,47). Sum of RGB (Red+Green+Blue) = 147+124+47=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #937C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C2F is #6C83D0. Grayscale: #7A7A7A. Windows color (decimal): -7111633 or 3112083. OLE color: 3112083.
HSL color Cylindrical-coordinate representation of color #937C2F: hue angle of 46.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 #937C2F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 47 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.42 |
| HSL | 46.2º | 0.52% | 0.38% | - |
| HSV(B) | 46.2º | 0.68% | 0.58% | - |
| XYZ | 19.75 | 20.82 | 5.67 | - |
| YUV | 122.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 47 | 0 | 0.16 | 0.68 | 0.42 | 46.2 | 0.52 | 0.38 |
| Hex | 93 | 7C | 2F | 0 | 10 | 44 | 2A | 2E | 34 | 26 |
| Octal | 223 | 174 | 57 | 0 | 20 | 104 | 52 | 56 | 64 | 46 |
| Binary | 10010011 | 1111100 | 101111 | 0 | 10000 | 1000100 | 101010 | 101110 | 110100 | 100110 |
Color Harmonies of #937C2F
Complementary color
Monochromatic Colors of #937C2F
Black with #937C2F
Text Example
Text Example
White with #937C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C2F; }
p { color: rgb(147,124,47); }
H1.HeaderClassName
{
color: #937C2F;
}
.AnyTagClassName
{
color: #937C2F;
}
</style>
background-color css
<style>
a { background-color: #937C2F; }
a { background-color: rgb(147,124,47); }
div.DivClassName
{
background-color: #937C2F;
}
.BgClassName
{
background-color: #937C2F;
}
</style>
border-color css
<style>
span { border-color: #937C2F; }
span { border-color: rgb(147,124,47); }
td.TdClassName
{
border-color: #937C2F;
}
.TagClassName
{
border-color: #937C2F;
}
</style>