Shades of Lemon Ginger #908215
Tints of Lemon Ginger #908215
RGB
CMYK
RGB Variations
Color information
#908215 (or 0x908215) is known color: Lemon Ginger. HEX triplet: 90, 82 and 15. RGB value is (144,130,21). Sum of RGB (Red+Green+Blue) = 144+130+21=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #908215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908215 is #6F7DEA. Grayscale: #7A7A7A. Windows color (decimal): -7306731 or 1409680. OLE color: 1409680.
HSL color Cylindrical-coordinate representation of color #908215: hue angle of 53.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908215 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 21 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.44 |
| HSL | 53.17º | 0.75% | 0.32% | - |
| HSV(B) | 53.17º | 0.85% | 0.56% | - |
| XYZ | 19.62 | 21.95 | 3.91 | - |
| YUV | 121.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 21 | 0 | 0.10 | 0.85 | 0.44 | 53.17 | 0.75 | 0.32 |
| Hex | 90 | 82 | 15 | 0 | A | 55 | 2C | 35 | 4B | 20 |
| Octal | 220 | 202 | 25 | 0 | 12 | 125 | 54 | 65 | 113 | 40 |
| Binary | 10010000 | 10000010 | 10101 | 0 | 1010 | 1010101 | 101100 | 110101 | 1001011 | 100000 |
Color Harmonies of #908215
Complementary color
Monochromatic Colors of #908215
Black with #908215
Text Example
Text Example
White with #908215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908215; }
p { color: rgb(144,130,21); }
H1.HeaderClassName
{
color: #908215;
}
.AnyTagClassName
{
color: #908215;
}
</style>
background-color css
<style>
a { background-color: #908215; }
a { background-color: rgb(144,130,21); }
div.DivClassName
{
background-color: #908215;
}
.BgClassName
{
background-color: #908215;
}
</style>
border-color css
<style>
span { border-color: #908215; }
span { border-color: rgb(144,130,21); }
td.TdClassName
{
border-color: #908215;
}
.TagClassName
{
border-color: #908215;
}
</style>