Shades of Lemon Ginger #948819
Tints of Lemon Ginger #948819
RGB
CMYK
RGB Variations
Color information
#948819 (or 0x948819) is known color: Lemon Ginger. HEX triplet: 94, 88 and 19. RGB value is (148,136,25). Sum of RGB (Red+Green+Blue) = 148+136+25=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #948819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948819 is #6B77E6. Grayscale: #7F7F7F. Windows color (decimal): -7043047 or 1673364. OLE color: 1673364.
HSL color Cylindrical-coordinate representation of color #948819: hue angle of 54.15º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #948819 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 25 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.42 |
| HSL | 54.15º | 0.71% | 0.34% | - |
| HSV(B) | 54.15º | 0.83% | 0.58% | - |
| XYZ | 21.19 | 23.97 | 4.43 | - |
| YUV | 126.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 25 | 0 | 0.08 | 0.83 | 0.42 | 54.15 | 0.71 | 0.34 |
| Hex | 94 | 88 | 19 | 0 | 8 | 53 | 2A | 36 | 47 | 22 |
| Octal | 224 | 210 | 31 | 0 | 10 | 123 | 52 | 66 | 107 | 42 |
| Binary | 10010100 | 10001000 | 11001 | 0 | 1000 | 1010011 | 101010 | 110110 | 1000111 | 100010 |
Color Harmonies of #948819
Complementary color
Monochromatic Colors of #948819
Black with #948819
Text Example
Text Example
White with #948819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948819; }
p { color: rgb(148,136,25); }
H1.HeaderClassName
{
color: #948819;
}
.AnyTagClassName
{
color: #948819;
}
</style>
background-color css
<style>
a { background-color: #948819; }
a { background-color: rgb(148,136,25); }
div.DivClassName
{
background-color: #948819;
}
.BgClassName
{
background-color: #948819;
}
</style>
border-color css
<style>
span { border-color: #948819; }
span { border-color: rgb(148,136,25); }
td.TdClassName
{
border-color: #948819;
}
.TagClassName
{
border-color: #948819;
}
</style>