Shades of Lemon Ginger #918520
Tints of Lemon Ginger #918520
RGB
CMYK
RGB Variations
Color information
#918520 (or 0x918520) is known color: Lemon Ginger. HEX triplet: 91, 85 and 20. RGB value is (145,133,32). Sum of RGB (Red+Green+Blue) = 145+133+32=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #918520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918520 is #6E7ADF. Grayscale: #7D7D7D. Windows color (decimal): -7240416 or 2131345. OLE color: 2131345.
HSL color Cylindrical-coordinate representation of color #918520: hue angle of 53.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #918520 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 32 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.43 |
| HSL | 53.63º | 0.64% | 0.35% | - |
| HSV(B) | 53.63º | 0.78% | 0.57% | - |
| XYZ | 20.33 | 22.9 | 4.72 | - |
| YUV | 125.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 32 | 0 | 0.08 | 0.78 | 0.43 | 53.63 | 0.64 | 0.35 |
| Hex | 91 | 85 | 20 | 0 | 8 | 4E | 2B | 36 | 40 | 23 |
| Octal | 221 | 205 | 40 | 0 | 10 | 116 | 53 | 66 | 100 | 43 |
| Binary | 10010001 | 10000101 | 100000 | 0 | 1000 | 1001110 | 101011 | 110110 | 1000000 | 100011 |
Color Harmonies of #918520
Complementary color
Monochromatic Colors of #918520
Black with #918520
Text Example
Text Example
White with #918520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918520; }
p { color: rgb(145,133,32); }
H1.HeaderClassName
{
color: #918520;
}
.AnyTagClassName
{
color: #918520;
}
</style>
background-color css
<style>
a { background-color: #918520; }
a { background-color: rgb(145,133,32); }
div.DivClassName
{
background-color: #918520;
}
.BgClassName
{
background-color: #918520;
}
</style>
border-color css
<style>
span { border-color: #918520; }
span { border-color: rgb(145,133,32); }
td.TdClassName
{
border-color: #918520;
}
.TagClassName
{
border-color: #918520;
}
</style>