Shades of Lemon Ginger #8C801A
Tints of Lemon Ginger #8C801A
RGB
CMYK
RGB Variations
Color information
#8C801A (or 0x8C801A) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 1A. RGB value is (140,128,26). Sum of RGB (Red+Green+Blue) = 140+128+26=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C801A is #737FE5. Grayscale: #787878. Windows color (decimal): -7569382 or 1736844. OLE color: 1736844.
HSL color Cylindrical-coordinate representation of color #8C801A: hue angle of 53.68º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C801A is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 26 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.45 |
| HSL | 53.68º | 0.69% | 0.33% | - |
| HSV(B) | 53.68º | 0.81% | 0.55% | - |
| XYZ | 18.72 | 21.09 | 4.06 | - |
| YUV | 119.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 26 | 0 | 0.09 | 0.81 | 0.45 | 53.68 | 0.69 | 0.33 |
| Hex | 8C | 80 | 1A | 0 | 9 | 51 | 2D | 36 | 45 | 21 |
| Octal | 214 | 200 | 32 | 0 | 11 | 121 | 55 | 66 | 105 | 41 |
| Binary | 10001100 | 10000000 | 11010 | 0 | 1001 | 1010001 | 101101 | 110110 | 1000101 | 100001 |
Color Harmonies of #8C801A
Complementary color
Monochromatic Colors of #8C801A
Black with #8C801A
Text Example
Text Example
White with #8C801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C801A; }
p { color: rgb(140,128,26); }
H1.HeaderClassName
{
color: #8C801A;
}
.AnyTagClassName
{
color: #8C801A;
}
</style>
background-color css
<style>
a { background-color: #8C801A; }
a { background-color: rgb(140,128,26); }
div.DivClassName
{
background-color: #8C801A;
}
.BgClassName
{
background-color: #8C801A;
}
</style>
border-color css
<style>
span { border-color: #8C801A; }
span { border-color: rgb(140,128,26); }
td.TdClassName
{
border-color: #8C801A;
}
.TagClassName
{
border-color: #8C801A;
}
</style>