Shades of Lemon Ginger #938A20
Tints of Lemon Ginger #938A20
RGB
CMYK
RGB Variations
Color information
#938A20 (or 0x938A20) is known color: Lemon Ginger. HEX triplet: 93, 8A and 20. RGB value is (147,138,32). Sum of RGB (Red+Green+Blue) = 147+138+32=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #938A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A20 is #6C75DF. Grayscale: #818181. Windows color (decimal): -7108064 or 2132627. OLE color: 2132627.
HSL color Cylindrical-coordinate representation of color #938A20: hue angle of 55.3º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #938A20 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 32 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.42 |
| HSL | 55.3º | 0.64% | 0.35% | - |
| HSV(B) | 55.3º | 0.78% | 0.58% | - |
| XYZ | 21.38 | 24.48 | 4.97 | - |
| YUV | 128.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 32 | 0 | 0.06 | 0.78 | 0.42 | 55.3 | 0.64 | 0.35 |
| Hex | 93 | 8A | 20 | 0 | 6 | 4E | 2A | 37 | 40 | 23 |
| Octal | 223 | 212 | 40 | 0 | 6 | 116 | 52 | 67 | 100 | 43 |
| Binary | 10010011 | 10001010 | 100000 | 0 | 110 | 1001110 | 101010 | 110111 | 1000000 | 100011 |
Color Harmonies of #938A20
Complementary color
Monochromatic Colors of #938A20
Black with #938A20
Text Example
Text Example
White with #938A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A20; }
p { color: rgb(147,138,32); }
H1.HeaderClassName
{
color: #938A20;
}
.AnyTagClassName
{
color: #938A20;
}
</style>
background-color css
<style>
a { background-color: #938A20; }
a { background-color: rgb(147,138,32); }
div.DivClassName
{
background-color: #938A20;
}
.BgClassName
{
background-color: #938A20;
}
</style>
border-color css
<style>
span { border-color: #938A20; }
span { border-color: rgb(147,138,32); }
td.TdClassName
{
border-color: #938A20;
}
.TagClassName
{
border-color: #938A20;
}
</style>