Shades of Lemon Ginger #938A19
Tints of Lemon Ginger #938A19
RGB
CMYK
RGB Variations
Color information
#938A19 (or 0x938A19) is known color: Lemon Ginger. HEX triplet: 93, 8A and 19. RGB value is (147,138,25). Sum of RGB (Red+Green+Blue) = 147+138+25=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #938A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A19 is #6C75E6. Grayscale: #808080. Windows color (decimal): -7108071 or 1673875. OLE color: 1673875.
HSL color Cylindrical-coordinate representation of color #938A19: hue angle of 55.57º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #938A19 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 25 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.42 |
| HSL | 55.57º | 0.71% | 0.34% | - |
| HSV(B) | 55.57º | 0.83% | 0.58% | - |
| XYZ | 21.3 | 24.45 | 4.52 | - |
| YUV | 127.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 25 | 0 | 0.06 | 0.83 | 0.42 | 55.57 | 0.71 | 0.34 |
| Hex | 93 | 8A | 19 | 0 | 6 | 53 | 2A | 38 | 47 | 22 |
| Octal | 223 | 212 | 31 | 0 | 6 | 123 | 52 | 70 | 107 | 42 |
| Binary | 10010011 | 10001010 | 11001 | 0 | 110 | 1010011 | 101010 | 111000 | 1000111 | 100010 |
Color Harmonies of #938A19
Complementary color
Monochromatic Colors of #938A19
Black with #938A19
Text Example
Text Example
White with #938A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A19; }
p { color: rgb(147,138,25); }
H1.HeaderClassName
{
color: #938A19;
}
.AnyTagClassName
{
color: #938A19;
}
</style>
background-color css
<style>
a { background-color: #938A19; }
a { background-color: rgb(147,138,25); }
div.DivClassName
{
background-color: #938A19;
}
.BgClassName
{
background-color: #938A19;
}
</style>
border-color css
<style>
span { border-color: #938A19; }
span { border-color: rgb(147,138,25); }
td.TdClassName
{
border-color: #938A19;
}
.TagClassName
{
border-color: #938A19;
}
</style>