Shades of Lemon Ginger #938A2E
Tints of Lemon Ginger #938A2E
RGB
CMYK
RGB Variations
Color information
#938A2E (or 0x938A2E) is known color: Lemon Ginger. HEX triplet: 93, 8A and 2E. RGB value is (147,138,46). Sum of RGB (Red+Green+Blue) = 147+138+46=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #938A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A2E is #6C75D1. Grayscale: #828282. Windows color (decimal): -7108050 or 3050131. OLE color: 3050131.
HSL color Cylindrical-coordinate representation of color #938A2E: hue angle of 54.65º degrees, saturation: 0.52, 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 #938A2E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 46 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.42 |
| HSL | 54.65º | 0.52% | 0.38% | - |
| HSV(B) | 54.65º | 0.69% | 0.58% | - |
| XYZ | 21.61 | 24.58 | 6.19 | - |
| YUV | 130.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 46 | 0 | 0.06 | 0.69 | 0.42 | 54.65 | 0.52 | 0.38 |
| Hex | 93 | 8A | 2E | 0 | 6 | 45 | 2A | 37 | 34 | 26 |
| Octal | 223 | 212 | 56 | 0 | 6 | 105 | 52 | 67 | 64 | 46 |
| Binary | 10010011 | 10001010 | 101110 | 0 | 110 | 1000101 | 101010 | 110111 | 110100 | 100110 |
Color Harmonies of #938A2E
Complementary color
Monochromatic Colors of #938A2E
Black with #938A2E
Text Example
Text Example
White with #938A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A2E; }
p { color: rgb(147,138,46); }
H1.HeaderClassName
{
color: #938A2E;
}
.AnyTagClassName
{
color: #938A2E;
}
</style>
background-color css
<style>
a { background-color: #938A2E; }
a { background-color: rgb(147,138,46); }
div.DivClassName
{
background-color: #938A2E;
}
.BgClassName
{
background-color: #938A2E;
}
</style>
border-color css
<style>
span { border-color: #938A2E; }
span { border-color: rgb(147,138,46); }
td.TdClassName
{
border-color: #938A2E;
}
.TagClassName
{
border-color: #938A2E;
}
</style>