Shades of Lemon Ginger #8C8519
Tints of Lemon Ginger #8C8519
RGB
CMYK
RGB Variations
Color information
#8C8519 (or 0x8C8519) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 19. RGB value is (140,133,25). Sum of RGB (Red+Green+Blue) = 140+133+25=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8519 is #737AE6. Grayscale: #7B7B7B. Windows color (decimal): -7568103 or 1672588. OLE color: 1672588.
HSL color Cylindrical-coordinate representation of color #8C8519: hue angle of 56.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C8519 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 25 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.45 |
| HSL | 56.35º | 0.7% | 0.32% | - |
| HSV(B) | 56.35º | 0.82% | 0.55% | - |
| XYZ | 19.38 | 22.42 | 4.23 | - |
| YUV | 122.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 25 | 0 | 0.05 | 0.82 | 0.45 | 56.35 | 0.7 | 0.32 |
| Hex | 8C | 85 | 19 | 0 | 5 | 52 | 2D | 38 | 46 | 20 |
| Octal | 214 | 205 | 31 | 0 | 5 | 122 | 55 | 70 | 106 | 40 |
| Binary | 10001100 | 10000101 | 11001 | 0 | 101 | 1010010 | 101101 | 111000 | 1000110 | 100000 |
Color Harmonies of #8C8519
Complementary color
Monochromatic Colors of #8C8519
Black with #8C8519
Text Example
Text Example
White with #8C8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8519; }
p { color: rgb(140,133,25); }
H1.HeaderClassName
{
color: #8C8519;
}
.AnyTagClassName
{
color: #8C8519;
}
</style>
background-color css
<style>
a { background-color: #8C8519; }
a { background-color: rgb(140,133,25); }
div.DivClassName
{
background-color: #8C8519;
}
.BgClassName
{
background-color: #8C8519;
}
</style>
border-color css
<style>
span { border-color: #8C8519; }
span { border-color: rgb(140,133,25); }
td.TdClassName
{
border-color: #8C8519;
}
.TagClassName
{
border-color: #8C8519;
}
</style>