Shades of Lemon Ginger #918122
Tints of Lemon Ginger #918122
RGB
CMYK
RGB Variations
Color information
#918122 (or 0x918122) is known color: Lemon Ginger. HEX triplet: 91, 81 and 22. RGB value is (145,129,34). Sum of RGB (Red+Green+Blue) = 145+129+34=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #918122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918122 is #6E7EDD. Grayscale: #7B7B7B. Windows color (decimal): -7241438 or 2261393. OLE color: 2261393.
HSL color Cylindrical-coordinate representation of color #918122: hue angle of 51.35º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #918122 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 34 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.43 |
| HSL | 51.35º | 0.62% | 0.35% | - |
| HSV(B) | 51.35º | 0.77% | 0.57% | - |
| XYZ | 19.82 | 21.84 | 4.68 | - |
| YUV | 122.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 34 | 0 | 0.11 | 0.77 | 0.43 | 51.35 | 0.62 | 0.35 |
| Hex | 91 | 81 | 22 | 0 | B | 4D | 2B | 33 | 3E | 23 |
| Octal | 221 | 201 | 42 | 0 | 13 | 115 | 53 | 63 | 76 | 43 |
| Binary | 10010001 | 10000001 | 100010 | 0 | 1011 | 1001101 | 101011 | 110011 | 111110 | 100011 |
Color Harmonies of #918122
Complementary color
Monochromatic Colors of #918122
Black with #918122
Text Example
Text Example
White with #918122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918122; }
p { color: rgb(145,129,34); }
H1.HeaderClassName
{
color: #918122;
}
.AnyTagClassName
{
color: #918122;
}
</style>
background-color css
<style>
a { background-color: #918122; }
a { background-color: rgb(145,129,34); }
div.DivClassName
{
background-color: #918122;
}
.BgClassName
{
background-color: #918122;
}
</style>
border-color css
<style>
span { border-color: #918122; }
span { border-color: rgb(145,129,34); }
td.TdClassName
{
border-color: #918122;
}
.TagClassName
{
border-color: #918122;
}
</style>