Shades of Lemon Ginger #948022
Tints of Lemon Ginger #948022
RGB
CMYK
RGB Variations
Color information
#948022 (or 0x948022) is known color: Lemon Ginger. HEX triplet: 94, 80 and 22. RGB value is (148,128,34). Sum of RGB (Red+Green+Blue) = 148+128+34=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #948022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948022 is #6B7FDD. Grayscale: #7B7B7B. Windows color (decimal): -7045086 or 2261140. OLE color: 2261140.
HSL color Cylindrical-coordinate representation of color #948022: hue angle of 49.47º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #948022 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 34 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.42 |
| HSL | 49.47º | 0.63% | 0.36% | - |
| HSV(B) | 49.47º | 0.77% | 0.58% | - |
| XYZ | 20.22 | 21.85 | 4.67 | - |
| YUV | 123.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 34 | 0 | 0.14 | 0.77 | 0.42 | 49.47 | 0.63 | 0.36 |
| Hex | 94 | 80 | 22 | 0 | E | 4D | 2A | 31 | 3F | 24 |
| Octal | 224 | 200 | 42 | 0 | 16 | 115 | 52 | 61 | 77 | 44 |
| Binary | 10010100 | 10000000 | 100010 | 0 | 1110 | 1001101 | 101010 | 110001 | 111111 | 100100 |
Color Harmonies of #948022
Complementary color
Monochromatic Colors of #948022
Black with #948022
Text Example
Text Example
White with #948022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948022; }
p { color: rgb(148,128,34); }
H1.HeaderClassName
{
color: #948022;
}
.AnyTagClassName
{
color: #948022;
}
</style>
background-color css
<style>
a { background-color: #948022; }
a { background-color: rgb(148,128,34); }
div.DivClassName
{
background-color: #948022;
}
.BgClassName
{
background-color: #948022;
}
</style>
border-color css
<style>
span { border-color: #948022; }
span { border-color: rgb(148,128,34); }
td.TdClassName
{
border-color: #948022;
}
.TagClassName
{
border-color: #948022;
}
</style>