Shades of Lemon Ginger #938A2D
Tints of Lemon Ginger #938A2D
RGB
CMYK
RGB Variations
Color information
#938A2D (or 0x938A2D) is known color: Lemon Ginger. HEX triplet: 93, 8A and 2D. RGB value is (147,138,45). Sum of RGB (Red+Green+Blue) = 147+138+45=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #938A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A2D is #6C75D2. Grayscale: #828282. Windows color (decimal): -7108051 or 2984595. OLE color: 2984595.
HSL color Cylindrical-coordinate representation of color #938A2D: hue angle of 54.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #938A2D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 45 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.42 |
| HSL | 54.71º | 0.53% | 0.38% | - |
| HSV(B) | 54.71º | 0.69% | 0.58% | - |
| XYZ | 21.59 | 24.57 | 6.09 | - |
| YUV | 130.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 45 | 0 | 0.06 | 0.69 | 0.42 | 54.71 | 0.53 | 0.38 |
| Hex | 93 | 8A | 2D | 0 | 6 | 45 | 2A | 37 | 35 | 26 |
| Octal | 223 | 212 | 55 | 0 | 6 | 105 | 52 | 67 | 65 | 46 |
| Binary | 10010011 | 10001010 | 101101 | 0 | 110 | 1000101 | 101010 | 110111 | 110101 | 100110 |
Color Harmonies of #938A2D
Complementary color
Monochromatic Colors of #938A2D
Black with #938A2D
Text Example
Text Example
White with #938A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A2D; }
p { color: rgb(147,138,45); }
H1.HeaderClassName
{
color: #938A2D;
}
.AnyTagClassName
{
color: #938A2D;
}
</style>
background-color css
<style>
a { background-color: #938A2D; }
a { background-color: rgb(147,138,45); }
div.DivClassName
{
background-color: #938A2D;
}
.BgClassName
{
background-color: #938A2D;
}
</style>
border-color css
<style>
span { border-color: #938A2D; }
span { border-color: rgb(147,138,45); }
td.TdClassName
{
border-color: #938A2D;
}
.TagClassName
{
border-color: #938A2D;
}
</style>