Shades of Lemon Ginger #938824
Tints of Lemon Ginger #938824
RGB
CMYK
RGB Variations
Color information
#938824 (or 0x938824) is known color: Lemon Ginger. HEX triplet: 93, 88 and 24. RGB value is (147,136,36). Sum of RGB (Red+Green+Blue) = 147+136+36=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #938824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938824 is #6C77DB. Grayscale: #808080. Windows color (decimal): -7108572 or 2394259. OLE color: 2394259.
HSL color Cylindrical-coordinate representation of color #938824: hue angle of 54.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #938824 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 36 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.42 |
| HSL | 54.05º | 0.61% | 0.36% | - |
| HSV(B) | 54.05º | 0.76% | 0.58% | - |
| XYZ | 21.16 | 23.94 | 5.17 | - |
| YUV | 127.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 36 | 0 | 0.07 | 0.76 | 0.42 | 54.05 | 0.61 | 0.36 |
| Hex | 93 | 88 | 24 | 0 | 7 | 4C | 2A | 36 | 3D | 24 |
| Octal | 223 | 210 | 44 | 0 | 7 | 114 | 52 | 66 | 75 | 44 |
| Binary | 10010011 | 10001000 | 100100 | 0 | 111 | 1001100 | 101010 | 110110 | 111101 | 100100 |
Color Harmonies of #938824
Complementary color
Monochromatic Colors of #938824
Black with #938824
Text Example
Text Example
White with #938824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938824; }
p { color: rgb(147,136,36); }
H1.HeaderClassName
{
color: #938824;
}
.AnyTagClassName
{
color: #938824;
}
</style>
background-color css
<style>
a { background-color: #938824; }
a { background-color: rgb(147,136,36); }
div.DivClassName
{
background-color: #938824;
}
.BgClassName
{
background-color: #938824;
}
</style>
border-color css
<style>
span { border-color: #938824; }
span { border-color: rgb(147,136,36); }
td.TdClassName
{
border-color: #938824;
}
.TagClassName
{
border-color: #938824;
}
</style>