Shades of Lemon Ginger #938020
Tints of Lemon Ginger #938020
RGB
CMYK
RGB Variations
Color information
#938020 (or 0x938020) is known color: Lemon Ginger. HEX triplet: 93, 80 and 20. RGB value is (147,128,32). Sum of RGB (Red+Green+Blue) = 147+128+32=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #938020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938020 is #6C7FDF. Grayscale: #7B7B7B. Windows color (decimal): -7110624 or 2130067. OLE color: 2130067.
HSL color Cylindrical-coordinate representation of color #938020: hue angle of 50.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #938020 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 32 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.42 |
| HSL | 50.09º | 0.64% | 0.35% | - |
| HSV(B) | 50.09º | 0.78% | 0.58% | - |
| XYZ | 20.01 | 21.75 | 4.51 | - |
| YUV | 122.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 32 | 0 | 0.13 | 0.78 | 0.42 | 50.09 | 0.64 | 0.35 |
| Hex | 93 | 80 | 20 | 0 | D | 4E | 2A | 32 | 40 | 23 |
| Octal | 223 | 200 | 40 | 0 | 15 | 116 | 52 | 62 | 100 | 43 |
| Binary | 10010011 | 10000000 | 100000 | 0 | 1101 | 1001110 | 101010 | 110010 | 1000000 | 100011 |
Color Harmonies of #938020
Complementary color
Monochromatic Colors of #938020
Black with #938020
Text Example
Text Example
White with #938020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938020; }
p { color: rgb(147,128,32); }
H1.HeaderClassName
{
color: #938020;
}
.AnyTagClassName
{
color: #938020;
}
</style>
background-color css
<style>
a { background-color: #938020; }
a { background-color: rgb(147,128,32); }
div.DivClassName
{
background-color: #938020;
}
.BgClassName
{
background-color: #938020;
}
</style>
border-color css
<style>
span { border-color: #938020; }
span { border-color: rgb(147,128,32); }
td.TdClassName
{
border-color: #938020;
}
.TagClassName
{
border-color: #938020;
}
</style>