Shades of Lemon Ginger #918522
Tints of Lemon Ginger #918522
RGB
CMYK
RGB Variations
Color information
#918522 (or 0x918522) is known color: Lemon Ginger. HEX triplet: 91, 85 and 22. RGB value is (145,133,34). Sum of RGB (Red+Green+Blue) = 145+133+34=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #918522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918522 is #6E7ADD. Grayscale: #7D7D7D. Windows color (decimal): -7240414 or 2262417. OLE color: 2262417.
HSL color Cylindrical-coordinate representation of color #918522: hue angle of 53.51º 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 #918522 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 34 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.43 |
| HSL | 53.51º | 0.62% | 0.35% | - |
| HSV(B) | 53.51º | 0.77% | 0.57% | - |
| XYZ | 20.35 | 22.91 | 4.86 | - |
| YUV | 125.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 34 | 0 | 0.08 | 0.77 | 0.43 | 53.51 | 0.62 | 0.35 |
| Hex | 91 | 85 | 22 | 0 | 8 | 4D | 2B | 36 | 3E | 23 |
| Octal | 221 | 205 | 42 | 0 | 10 | 115 | 53 | 66 | 76 | 43 |
| Binary | 10010001 | 10000101 | 100010 | 0 | 1000 | 1001101 | 101011 | 110110 | 111110 | 100011 |
Color Harmonies of #918522
Complementary color
Monochromatic Colors of #918522
Black with #918522
Text Example
Text Example
White with #918522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918522; }
p { color: rgb(145,133,34); }
H1.HeaderClassName
{
color: #918522;
}
.AnyTagClassName
{
color: #918522;
}
</style>
background-color css
<style>
a { background-color: #918522; }
a { background-color: rgb(145,133,34); }
div.DivClassName
{
background-color: #918522;
}
.BgClassName
{
background-color: #918522;
}
</style>
border-color css
<style>
span { border-color: #918522; }
span { border-color: rgb(145,133,34); }
td.TdClassName
{
border-color: #918522;
}
.TagClassName
{
border-color: #918522;
}
</style>