Shades of Lemon Ginger #938D1A
Tints of Lemon Ginger #938D1A
RGB
CMYK
RGB Variations
Color information
#938D1A (or 0x938D1A) is known color: Lemon Ginger. HEX triplet: 93, 8D and 1A. RGB value is (147,141,26). Sum of RGB (Red+Green+Blue) = 147+141+26=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #938D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938D1A is #6C72E5. Grayscale: #828282. Windows color (decimal): -7107302 or 1740179. OLE color: 1740179.
HSL color Cylindrical-coordinate representation of color #938D1A: hue angle of 57.02º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #938D1A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 26 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.42 |
| HSL | 57.02º | 0.7% | 0.34% | - |
| HSV(B) | 57.02º | 0.82% | 0.58% | - |
| XYZ | 21.74 | 25.33 | 4.72 | - |
| YUV | 129.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 26 | 0 | 0.04 | 0.82 | 0.42 | 57.02 | 0.7 | 0.34 |
| Hex | 93 | 8D | 1A | 0 | 4 | 52 | 2A | 39 | 46 | 22 |
| Octal | 223 | 215 | 32 | 0 | 4 | 122 | 52 | 71 | 106 | 42 |
| Binary | 10010011 | 10001101 | 11010 | 0 | 100 | 1010010 | 101010 | 111001 | 1000110 | 100010 |
Color Harmonies of #938D1A
Complementary color
Monochromatic Colors of #938D1A
Black with #938D1A
Text Example
Text Example
White with #938D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D1A; }
p { color: rgb(147,141,26); }
H1.HeaderClassName
{
color: #938D1A;
}
.AnyTagClassName
{
color: #938D1A;
}
</style>
background-color css
<style>
a { background-color: #938D1A; }
a { background-color: rgb(147,141,26); }
div.DivClassName
{
background-color: #938D1A;
}
.BgClassName
{
background-color: #938D1A;
}
</style>
border-color css
<style>
span { border-color: #938D1A; }
span { border-color: rgb(147,141,26); }
td.TdClassName
{
border-color: #938D1A;
}
.TagClassName
{
border-color: #938D1A;
}
</style>