Shades of Lemon Ginger #938C15
Tints of Lemon Ginger #938C15
RGB
CMYK
RGB Variations
Color information
#938C15 (or 0x938C15) is known color: Lemon Ginger. HEX triplet: 93, 8C and 15. RGB value is (147,140,21). Sum of RGB (Red+Green+Blue) = 147+140+21=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #938C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C15 is #6C73EA. Grayscale: #818181. Windows color (decimal): -7107563 or 1412243. OLE color: 1412243.
HSL color Cylindrical-coordinate representation of color #938C15: hue angle of 56.67º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #938C15 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 21 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.42 |
| HSL | 56.67º | 0.75% | 0.33% | - |
| HSV(B) | 56.67º | 0.86% | 0.58% | - |
| XYZ | 21.55 | 25.01 | 4.4 | - |
| YUV | 128.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 21 | 0 | 0.05 | 0.86 | 0.42 | 56.67 | 0.75 | 0.33 |
| Hex | 93 | 8C | 15 | 0 | 5 | 56 | 2A | 39 | 4B | 21 |
| Octal | 223 | 214 | 25 | 0 | 5 | 126 | 52 | 71 | 113 | 41 |
| Binary | 10010011 | 10001100 | 10101 | 0 | 101 | 1010110 | 101010 | 111001 | 1001011 | 100001 |
Color Harmonies of #938C15
Complementary color
Monochromatic Colors of #938C15
Black with #938C15
Text Example
Text Example
White with #938C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C15; }
p { color: rgb(147,140,21); }
H1.HeaderClassName
{
color: #938C15;
}
.AnyTagClassName
{
color: #938C15;
}
</style>
background-color css
<style>
a { background-color: #938C15; }
a { background-color: rgb(147,140,21); }
div.DivClassName
{
background-color: #938C15;
}
.BgClassName
{
background-color: #938C15;
}
</style>
border-color css
<style>
span { border-color: #938C15; }
span { border-color: rgb(147,140,21); }
td.TdClassName
{
border-color: #938C15;
}
.TagClassName
{
border-color: #938C15;
}
</style>