Shades of Lemon Ginger #938127
Tints of Lemon Ginger #938127
RGB
CMYK
RGB Variations
Color information
#938127 (or 0x938127) is known color: Lemon Ginger. HEX triplet: 93, 81 and 27. RGB value is (147,129,39). Sum of RGB (Red+Green+Blue) = 147+129+39=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #938127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938127 is #6C7ED8. Grayscale: #7C7C7C. Windows color (decimal): -7110361 or 2589075. OLE color: 2589075.
HSL color Cylindrical-coordinate representation of color #938127: hue angle of 50º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #938127 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 129 | 39 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.42 |
| HSL | 50º | 0.58% | 0.36% | - |
| HSV(B) | 50º | 0.73% | 0.58% | - |
| XYZ | 20.25 | 22.05 | 5.11 | - |
| YUV | 124.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 39 | 0 | 0.12 | 0.73 | 0.42 | 50 | 0.58 | 0.36 |
| Hex | 93 | 81 | 27 | 0 | C | 49 | 2A | 32 | 3A | 24 |
| Octal | 223 | 201 | 47 | 0 | 14 | 111 | 52 | 62 | 72 | 44 |
| Binary | 10010011 | 10000001 | 100111 | 0 | 1100 | 1001001 | 101010 | 110010 | 111010 | 100100 |
Color Harmonies of #938127
Complementary color
Monochromatic Colors of #938127
Black with #938127
Text Example
Text Example
White with #938127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938127; }
p { color: rgb(147,129,39); }
H1.HeaderClassName
{
color: #938127;
}
.AnyTagClassName
{
color: #938127;
}
</style>
background-color css
<style>
a { background-color: #938127; }
a { background-color: rgb(147,129,39); }
div.DivClassName
{
background-color: #938127;
}
.BgClassName
{
background-color: #938127;
}
</style>
border-color css
<style>
span { border-color: #938127; }
span { border-color: rgb(147,129,39); }
td.TdClassName
{
border-color: #938127;
}
.TagClassName
{
border-color: #938127;
}
</style>