Shades of Lemon Ginger #948828
Tints of Lemon Ginger #948828
RGB
CMYK
RGB Variations
Color information
#948828 (or 0x948828) is known color: Lemon Ginger. HEX triplet: 94, 88 and 28. RGB value is (148,136,40). Sum of RGB (Red+Green+Blue) = 148+136+40=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #948828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948828 is #6B77D7. Grayscale: #818181. Windows color (decimal): -7043032 or 2656404. OLE color: 2656404.
HSL color Cylindrical-coordinate representation of color #948828: hue angle of 53.33º 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 #948828 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 40 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.42 |
| HSL | 53.33º | 0.57% | 0.37% | - |
| HSV(B) | 53.33º | 0.73% | 0.58% | - |
| XYZ | 21.4 | 24.06 | 5.52 | - |
| YUV | 128.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 40 | 0 | 0.08 | 0.73 | 0.42 | 53.33 | 0.57 | 0.37 |
| Hex | 94 | 88 | 28 | 0 | 8 | 49 | 2A | 35 | 39 | 25 |
| Octal | 224 | 210 | 50 | 0 | 10 | 111 | 52 | 65 | 71 | 45 |
| Binary | 10010100 | 10001000 | 101000 | 0 | 1000 | 1001001 | 101010 | 110101 | 111001 | 100101 |
Color Harmonies of #948828
Complementary color
Monochromatic Colors of #948828
Black with #948828
Text Example
Text Example
White with #948828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948828; }
p { color: rgb(148,136,40); }
H1.HeaderClassName
{
color: #948828;
}
.AnyTagClassName
{
color: #948828;
}
</style>
background-color css
<style>
a { background-color: #948828; }
a { background-color: rgb(148,136,40); }
div.DivClassName
{
background-color: #948828;
}
.BgClassName
{
background-color: #948828;
}
</style>
border-color css
<style>
span { border-color: #948828; }
span { border-color: rgb(148,136,40); }
td.TdClassName
{
border-color: #948828;
}
.TagClassName
{
border-color: #948828;
}
</style>