Shades of Lemon Ginger #938A16
Tints of Lemon Ginger #938A16
RGB
CMYK
RGB Variations
Color information
#938A16 (or 0x938A16) is known color: Lemon Ginger. HEX triplet: 93, 8A and 16. RGB value is (147,138,22). Sum of RGB (Red+Green+Blue) = 147+138+22=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #938A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A16 is #6C75E9. Grayscale: #7F7F7F. Windows color (decimal): -7108074 or 1477267. OLE color: 1477267.
HSL color Cylindrical-coordinate representation of color #938A16: hue angle of 55.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #938A16 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 22 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.42 |
| HSL | 55.68º | 0.74% | 0.33% | - |
| HSV(B) | 55.68º | 0.85% | 0.58% | - |
| XYZ | 21.27 | 24.44 | 4.36 | - |
| YUV | 127.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 22 | 0 | 0.06 | 0.85 | 0.42 | 55.68 | 0.74 | 0.33 |
| Hex | 93 | 8A | 16 | 0 | 6 | 55 | 2A | 38 | 4A | 21 |
| Octal | 223 | 212 | 26 | 0 | 6 | 125 | 52 | 70 | 112 | 41 |
| Binary | 10010011 | 10001010 | 10110 | 0 | 110 | 1010101 | 101010 | 111000 | 1001010 | 100001 |
Color Harmonies of #938A16
Complementary color
Monochromatic Colors of #938A16
Black with #938A16
Text Example
Text Example
White with #938A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A16; }
p { color: rgb(147,138,22); }
H1.HeaderClassName
{
color: #938A16;
}
.AnyTagClassName
{
color: #938A16;
}
</style>
background-color css
<style>
a { background-color: #938A16; }
a { background-color: rgb(147,138,22); }
div.DivClassName
{
background-color: #938A16;
}
.BgClassName
{
background-color: #938A16;
}
</style>
border-color css
<style>
span { border-color: #938A16; }
span { border-color: rgb(147,138,22); }
td.TdClassName
{
border-color: #938A16;
}
.TagClassName
{
border-color: #938A16;
}
</style>