Shades of Lemon Ginger #948122
Tints of Lemon Ginger #948122
RGB
CMYK
RGB Variations
Color information
#948122 (or 0x948122) is known color: Lemon Ginger. HEX triplet: 94, 81 and 22. RGB value is (148,129,34). Sum of RGB (Red+Green+Blue) = 148+129+34=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #948122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948122 is #6B7EDD. Grayscale: #7C7C7C. Windows color (decimal): -7044830 or 2261396. OLE color: 2261396.
HSL color Cylindrical-coordinate representation of color #948122: hue angle of 50º 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 #948122 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 34 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.42 |
| HSL | 50º | 0.63% | 0.36% | - |
| HSV(B) | 50º | 0.77% | 0.58% | - |
| XYZ | 20.35 | 22.11 | 4.71 | - |
| YUV | 123.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 34 | 0 | 0.13 | 0.77 | 0.42 | 50 | 0.63 | 0.36 |
| Hex | 94 | 81 | 22 | 0 | D | 4D | 2A | 32 | 3F | 24 |
| Octal | 224 | 201 | 42 | 0 | 15 | 115 | 52 | 62 | 77 | 44 |
| Binary | 10010100 | 10000001 | 100010 | 0 | 1101 | 1001101 | 101010 | 110010 | 111111 | 100100 |
Color Harmonies of #948122
Complementary color
Monochromatic Colors of #948122
Black with #948122
Text Example
Text Example
White with #948122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948122; }
p { color: rgb(148,129,34); }
H1.HeaderClassName
{
color: #948122;
}
.AnyTagClassName
{
color: #948122;
}
</style>
background-color css
<style>
a { background-color: #948122; }
a { background-color: rgb(148,129,34); }
div.DivClassName
{
background-color: #948122;
}
.BgClassName
{
background-color: #948122;
}
</style>
border-color css
<style>
span { border-color: #948122; }
span { border-color: rgb(148,129,34); }
td.TdClassName
{
border-color: #948122;
}
.TagClassName
{
border-color: #948122;
}
</style>