Shades of Lemon Ginger #8C8215
Tints of Lemon Ginger #8C8215
RGB
CMYK
RGB Variations
Color information
#8C8215 (or 0x8C8215) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 15. RGB value is (140,130,21). Sum of RGB (Red+Green+Blue) = 140+130+21=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8215 is #737DEA. Grayscale: #797979. Windows color (decimal): -7568875 or 1409676. OLE color: 1409676.
HSL color Cylindrical-coordinate representation of color #8C8215: hue angle of 54.96º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C8215 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 21 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.45 |
| HSL | 54.96º | 0.74% | 0.32% | - |
| HSV(B) | 54.96º | 0.85% | 0.55% | - |
| XYZ | 18.93 | 21.59 | 3.88 | - |
| YUV | 120.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 21 | 0 | 0.07 | 0.85 | 0.45 | 54.96 | 0.74 | 0.32 |
| Hex | 8C | 82 | 15 | 0 | 7 | 55 | 2D | 37 | 4A | 20 |
| Octal | 214 | 202 | 25 | 0 | 7 | 125 | 55 | 67 | 112 | 40 |
| Binary | 10001100 | 10000010 | 10101 | 0 | 111 | 1010101 | 101101 | 110111 | 1001010 | 100000 |
Color Harmonies of #8C8215
Complementary color
Monochromatic Colors of #8C8215
Black with #8C8215
Text Example
Text Example
White with #8C8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8215; }
p { color: rgb(140,130,21); }
H1.HeaderClassName
{
color: #8C8215;
}
.AnyTagClassName
{
color: #8C8215;
}
</style>
background-color css
<style>
a { background-color: #8C8215; }
a { background-color: rgb(140,130,21); }
div.DivClassName
{
background-color: #8C8215;
}
.BgClassName
{
background-color: #8C8215;
}
</style>
border-color css
<style>
span { border-color: #8C8215; }
span { border-color: rgb(140,130,21); }
td.TdClassName
{
border-color: #8C8215;
}
.TagClassName
{
border-color: #8C8215;
}
</style>