Shades of Lemon Ginger #918212
Tints of Lemon Ginger #918212
RGB
CMYK
RGB Variations
Color information
#918212 (or 0x918212) is known color: Lemon Ginger. HEX triplet: 91, 82 and 12. RGB value is (145,130,18). Sum of RGB (Red+Green+Blue) = 145+130+18=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #918212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918212 is #6E7DED. Grayscale: #7A7A7A. Windows color (decimal): -7241198 or 1213073. OLE color: 1213073.
HSL color Cylindrical-coordinate representation of color #918212: hue angle of 52.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #918212 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 18 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.43 |
| HSL | 52.91º | 0.78% | 0.32% | - |
| HSV(B) | 52.91º | 0.88% | 0.57% | - |
| XYZ | 19.77 | 22.03 | 3.78 | - |
| YUV | 121.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 18 | 0 | 0.10 | 0.88 | 0.43 | 52.91 | 0.78 | 0.32 |
| Hex | 91 | 82 | 12 | 0 | A | 58 | 2B | 35 | 4E | 20 |
| Octal | 221 | 202 | 22 | 0 | 12 | 130 | 53 | 65 | 116 | 40 |
| Binary | 10010001 | 10000010 | 10010 | 0 | 1010 | 1011000 | 101011 | 110101 | 1001110 | 100000 |
Color Harmonies of #918212
Complementary color
Monochromatic Colors of #918212
Black with #918212
Text Example
Text Example
White with #918212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918212; }
p { color: rgb(145,130,18); }
H1.HeaderClassName
{
color: #918212;
}
.AnyTagClassName
{
color: #918212;
}
</style>
background-color css
<style>
a { background-color: #918212; }
a { background-color: rgb(145,130,18); }
div.DivClassName
{
background-color: #918212;
}
.BgClassName
{
background-color: #918212;
}
</style>
border-color css
<style>
span { border-color: #918212; }
span { border-color: rgb(145,130,18); }
td.TdClassName
{
border-color: #918212;
}
.TagClassName
{
border-color: #918212;
}
</style>