Shades of Lemon Ginger #938A12
Tints of Lemon Ginger #938A12
RGB
CMYK
RGB Variations
Color information
#938A12 (or 0x938A12) is known color: Lemon Ginger. HEX triplet: 93, 8A and 12. RGB value is (147,138,18). Sum of RGB (Red+Green+Blue) = 147+138+18=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #938A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A12 is #6C75ED. Grayscale: #7F7F7F. Windows color (decimal): -7108078 or 1215123. OLE color: 1215123.
HSL color Cylindrical-coordinate representation of color #938A12: hue angle of 55.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #938A12 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 18 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.42 |
| HSL | 55.81º | 0.78% | 0.32% | - |
| HSV(B) | 55.81º | 0.88% | 0.58% | - |
| XYZ | 21.23 | 24.42 | 4.17 | - |
| YUV | 127.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 18 | 0 | 0.06 | 0.88 | 0.42 | 55.81 | 0.78 | 0.32 |
| Hex | 93 | 8A | 12 | 0 | 6 | 58 | 2A | 38 | 4E | 20 |
| Octal | 223 | 212 | 22 | 0 | 6 | 130 | 52 | 70 | 116 | 40 |
| Binary | 10010011 | 10001010 | 10010 | 0 | 110 | 1011000 | 101010 | 111000 | 1001110 | 100000 |
Color Harmonies of #938A12
Complementary color
Monochromatic Colors of #938A12
Black with #938A12
Text Example
Text Example
White with #938A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A12; }
p { color: rgb(147,138,18); }
H1.HeaderClassName
{
color: #938A12;
}
.AnyTagClassName
{
color: #938A12;
}
</style>
background-color css
<style>
a { background-color: #938A12; }
a { background-color: rgb(147,138,18); }
div.DivClassName
{
background-color: #938A12;
}
.BgClassName
{
background-color: #938A12;
}
</style>
border-color css
<style>
span { border-color: #938A12; }
span { border-color: rgb(147,138,18); }
td.TdClassName
{
border-color: #938A12;
}
.TagClassName
{
border-color: #938A12;
}
</style>