Shades of Lemon Ginger #948818
Tints of Lemon Ginger #948818
RGB
CMYK
RGB Variations
Color information
#948818 (or 0x948818) is known color: Lemon Ginger. HEX triplet: 94, 88 and 18. RGB value is (148,136,24). Sum of RGB (Red+Green+Blue) = 148+136+24=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #948818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948818 is #6B77E7. Grayscale: #7F7F7F. Windows color (decimal): -7043048 or 1607828. OLE color: 1607828.
HSL color Cylindrical-coordinate representation of color #948818: hue angle of 54.19º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #948818 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 24 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.42 |
| HSL | 54.19º | 0.72% | 0.34% | - |
| HSV(B) | 54.19º | 0.84% | 0.58% | - |
| XYZ | 21.18 | 23.97 | 4.37 | - |
| YUV | 126.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 24 | 0 | 0.08 | 0.84 | 0.42 | 54.19 | 0.72 | 0.34 |
| Hex | 94 | 88 | 18 | 0 | 8 | 54 | 2A | 36 | 48 | 22 |
| Octal | 224 | 210 | 30 | 0 | 10 | 124 | 52 | 66 | 110 | 42 |
| Binary | 10010100 | 10001000 | 11000 | 0 | 1000 | 1010100 | 101010 | 110110 | 1001000 | 100010 |
Color Harmonies of #948818
Complementary color
Monochromatic Colors of #948818
Black with #948818
Text Example
Text Example
White with #948818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948818; }
p { color: rgb(148,136,24); }
H1.HeaderClassName
{
color: #948818;
}
.AnyTagClassName
{
color: #948818;
}
</style>
background-color css
<style>
a { background-color: #948818; }
a { background-color: rgb(148,136,24); }
div.DivClassName
{
background-color: #948818;
}
.BgClassName
{
background-color: #948818;
}
</style>
border-color css
<style>
span { border-color: #948818; }
span { border-color: rgb(148,136,24); }
td.TdClassName
{
border-color: #948818;
}
.TagClassName
{
border-color: #948818;
}
</style>