Shades of Lemon Ginger #938828
Tints of Lemon Ginger #938828
RGB
CMYK
RGB Variations
Color information
#938828 (or 0x938828) is known color: Lemon Ginger. HEX triplet: 93, 88 and 28. RGB value is (147,136,40). Sum of RGB (Red+Green+Blue) = 147+136+40=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #938828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938828 is #6C77D7. Grayscale: #808080. Windows color (decimal): -7108568 or 2656403. OLE color: 2656403.
HSL color Cylindrical-coordinate representation of color #938828: hue angle of 53.83º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #938828 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 40 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.42 |
| HSL | 53.83º | 0.57% | 0.37% | - |
| HSV(B) | 53.83º | 0.73% | 0.58% | - |
| XYZ | 21.22 | 23.96 | 5.51 | - |
| YUV | 128.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 40 | 0 | 0.07 | 0.73 | 0.42 | 53.83 | 0.57 | 0.37 |
| Hex | 93 | 88 | 28 | 0 | 7 | 49 | 2A | 36 | 39 | 25 |
| Octal | 223 | 210 | 50 | 0 | 7 | 111 | 52 | 66 | 71 | 45 |
| Binary | 10010011 | 10001000 | 101000 | 0 | 111 | 1001001 | 101010 | 110110 | 111001 | 100101 |
Color Harmonies of #938828
Complementary color
Monochromatic Colors of #938828
Black with #938828
Text Example
Text Example
White with #938828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938828; }
p { color: rgb(147,136,40); }
H1.HeaderClassName
{
color: #938828;
}
.AnyTagClassName
{
color: #938828;
}
</style>
background-color css
<style>
a { background-color: #938828; }
a { background-color: rgb(147,136,40); }
div.DivClassName
{
background-color: #938828;
}
.BgClassName
{
background-color: #938828;
}
</style>
border-color css
<style>
span { border-color: #938828; }
span { border-color: rgb(147,136,40); }
td.TdClassName
{
border-color: #938828;
}
.TagClassName
{
border-color: #938828;
}
</style>