Shades of Lemon Ginger #938A1D
Tints of Lemon Ginger #938A1D
RGB
CMYK
RGB Variations
Color information
#938A1D (or 0x938A1D) is known color: Lemon Ginger. HEX triplet: 93, 8A and 1D. RGB value is (147,138,29). Sum of RGB (Red+Green+Blue) = 147+138+29=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #938A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A1D is #6C75E2. Grayscale: #808080. Windows color (decimal): -7108067 or 1936019. OLE color: 1936019.
HSL color Cylindrical-coordinate representation of color #938A1D: hue angle of 55.42º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #938A1D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 29 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.42 |
| HSL | 55.42º | 0.67% | 0.35% | - |
| HSV(B) | 55.42º | 0.8% | 0.58% | - |
| XYZ | 21.34 | 24.47 | 4.76 | - |
| YUV | 128.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 29 | 0 | 0.06 | 0.80 | 0.42 | 55.42 | 0.67 | 0.35 |
| Hex | 93 | 8A | 1D | 0 | 6 | 50 | 2A | 37 | 43 | 23 |
| Octal | 223 | 212 | 35 | 0 | 6 | 120 | 52 | 67 | 103 | 43 |
| Binary | 10010011 | 10001010 | 11101 | 0 | 110 | 1010000 | 101010 | 110111 | 1000011 | 100011 |
Color Harmonies of #938A1D
Complementary color
Monochromatic Colors of #938A1D
Black with #938A1D
Text Example
Text Example
White with #938A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A1D; }
p { color: rgb(147,138,29); }
H1.HeaderClassName
{
color: #938A1D;
}
.AnyTagClassName
{
color: #938A1D;
}
</style>
background-color css
<style>
a { background-color: #938A1D; }
a { background-color: rgb(147,138,29); }
div.DivClassName
{
background-color: #938A1D;
}
.BgClassName
{
background-color: #938A1D;
}
</style>
border-color css
<style>
span { border-color: #938A1D; }
span { border-color: rgb(147,138,29); }
td.TdClassName
{
border-color: #938A1D;
}
.TagClassName
{
border-color: #938A1D;
}
</style>