Shades of Lemon Ginger #8C8015
Tints of Lemon Ginger #8C8015
RGB
CMYK
RGB Variations
Color information
#8C8015 (or 0x8C8015) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 15. RGB value is (140,128,21). Sum of RGB (Red+Green+Blue) = 140+128+21=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8015 is #737FEA. Grayscale: #777777. Windows color (decimal): -7569387 or 1409164. OLE color: 1409164.
HSL color Cylindrical-coordinate representation of color #8C8015: hue angle of 53.95º 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 #8C8015 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 21 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.45 |
| HSL | 53.95º | 0.74% | 0.32% | - |
| HSV(B) | 53.95º | 0.85% | 0.55% | - |
| XYZ | 18.67 | 21.07 | 3.79 | - |
| YUV | 119.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 21 | 0 | 0.09 | 0.85 | 0.45 | 53.95 | 0.74 | 0.32 |
| Hex | 8C | 80 | 15 | 0 | 9 | 55 | 2D | 36 | 4A | 20 |
| Octal | 214 | 200 | 25 | 0 | 11 | 125 | 55 | 66 | 112 | 40 |
| Binary | 10001100 | 10000000 | 10101 | 0 | 1001 | 1010101 | 101101 | 110110 | 1001010 | 100000 |
Color Harmonies of #8C8015
Complementary color
Monochromatic Colors of #8C8015
Black with #8C8015
Text Example
Text Example
White with #8C8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8015; }
p { color: rgb(140,128,21); }
H1.HeaderClassName
{
color: #8C8015;
}
.AnyTagClassName
{
color: #8C8015;
}
</style>
background-color css
<style>
a { background-color: #8C8015; }
a { background-color: rgb(140,128,21); }
div.DivClassName
{
background-color: #8C8015;
}
.BgClassName
{
background-color: #8C8015;
}
</style>
border-color css
<style>
span { border-color: #8C8015; }
span { border-color: rgb(140,128,21); }
td.TdClassName
{
border-color: #8C8015;
}
.TagClassName
{
border-color: #8C8015;
}
</style>