Shades of Lemon Ginger #937C37
Tints of Lemon Ginger #937C37
RGB
CMYK
RGB Variations
Color information
#937C37 (or 0x937C37) is known color: Lemon Ginger. HEX triplet: 93, 7C and 37. RGB value is (147,124,55). Sum of RGB (Red+Green+Blue) = 147+124+55=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #937C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C37 is #6C83C8. Grayscale: #7B7B7B. Windows color (decimal): -7111625 or 3636371. OLE color: 3636371.
HSL color Cylindrical-coordinate representation of color #937C37: hue angle of 45º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #937C37 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 55 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.42 |
| HSL | 45º | 0.46% | 0.4% | - |
| HSV(B) | 45º | 0.63% | 0.58% | - |
| XYZ | 19.93 | 20.89 | 6.6 | - |
| YUV | 123.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 55 | 0 | 0.16 | 0.63 | 0.42 | 45 | 0.46 | 0.4 |
| Hex | 93 | 7C | 37 | 0 | 10 | 3F | 2A | 2D | 2E | 28 |
| Octal | 223 | 174 | 67 | 0 | 20 | 77 | 52 | 55 | 56 | 50 |
| Binary | 10010011 | 1111100 | 110111 | 0 | 10000 | 111111 | 101010 | 101101 | 101110 | 101000 |
Color Harmonies of #937C37
Complementary color
Monochromatic Colors of #937C37
Black with #937C37
Text Example
Text Example
White with #937C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C37; }
p { color: rgb(147,124,55); }
H1.HeaderClassName
{
color: #937C37;
}
.AnyTagClassName
{
color: #937C37;
}
</style>
background-color css
<style>
a { background-color: #937C37; }
a { background-color: rgb(147,124,55); }
div.DivClassName
{
background-color: #937C37;
}
.BgClassName
{
background-color: #937C37;
}
</style>
border-color css
<style>
span { border-color: #937C37; }
span { border-color: rgb(147,124,55); }
td.TdClassName
{
border-color: #937C37;
}
.TagClassName
{
border-color: #937C37;
}
</style>