Shades of Lemon Ginger #948222
Tints of Lemon Ginger #948222
RGB
CMYK
RGB Variations
Color information
#948222 (or 0x948222) is known color: Lemon Ginger. HEX triplet: 94, 82 and 22. RGB value is (148,130,34). Sum of RGB (Red+Green+Blue) = 148+130+34=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #948222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948222 is #6B7DDD. Grayscale: #7C7C7C. Windows color (decimal): -7044574 or 2261652. OLE color: 2261652.
HSL color Cylindrical-coordinate representation of color #948222: hue angle of 50.53º 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 #948222 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 34 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.42 |
| HSL | 50.53º | 0.63% | 0.36% | - |
| HSV(B) | 50.53º | 0.77% | 0.58% | - |
| XYZ | 20.48 | 22.38 | 4.75 | - |
| YUV | 124.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 34 | 0 | 0.12 | 0.77 | 0.42 | 50.53 | 0.63 | 0.36 |
| Hex | 94 | 82 | 22 | 0 | C | 4D | 2A | 33 | 3F | 24 |
| Octal | 224 | 202 | 42 | 0 | 14 | 115 | 52 | 63 | 77 | 44 |
| Binary | 10010100 | 10000010 | 100010 | 0 | 1100 | 1001101 | 101010 | 110011 | 111111 | 100100 |
Color Harmonies of #948222
Complementary color
Monochromatic Colors of #948222
Black with #948222
Text Example
Text Example
White with #948222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948222; }
p { color: rgb(148,130,34); }
H1.HeaderClassName
{
color: #948222;
}
.AnyTagClassName
{
color: #948222;
}
</style>
background-color css
<style>
a { background-color: #948222; }
a { background-color: rgb(148,130,34); }
div.DivClassName
{
background-color: #948222;
}
.BgClassName
{
background-color: #948222;
}
</style>
border-color css
<style>
span { border-color: #948222; }
span { border-color: rgb(148,130,34); }
td.TdClassName
{
border-color: #948222;
}
.TagClassName
{
border-color: #948222;
}
</style>