Shades of Lemon Ginger #8A802C
Tints of Lemon Ginger #8A802C
RGB
CMYK
RGB Variations
Color information
#8A802C (or 0x8A802C) is known color: Lemon Ginger. HEX triplet: 8A, 80 and 2C. RGB value is (138,128,44). Sum of RGB (Red+Green+Blue) = 138+128+44=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A802C is #757FD3. Grayscale: #797979. Windows color (decimal): -7700436 or 2916490. OLE color: 2916490.
HSL color Cylindrical-coordinate representation of color #8A802C: hue angle of 53.62º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A802C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 44 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.46 |
| HSL | 53.62º | 0.52% | 0.36% | - |
| HSV(B) | 53.62º | 0.68% | 0.54% | - |
| XYZ | 18.66 | 21.02 | 5.46 | - |
| YUV | 121.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 44 | 0 | 0.07 | 0.68 | 0.46 | 53.62 | 0.52 | 0.36 |
| Hex | 8A | 80 | 2C | 0 | 7 | 44 | 2E | 36 | 34 | 24 |
| Octal | 212 | 200 | 54 | 0 | 7 | 104 | 56 | 66 | 64 | 44 |
| Binary | 10001010 | 10000000 | 101100 | 0 | 111 | 1000100 | 101110 | 110110 | 110100 | 100100 |
Color Harmonies of #8A802C
Complementary color
Monochromatic Colors of #8A802C
Black with #8A802C
Text Example
Text Example
White with #8A802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A802C; }
p { color: rgb(138,128,44); }
H1.HeaderClassName
{
color: #8A802C;
}
.AnyTagClassName
{
color: #8A802C;
}
</style>
background-color css
<style>
a { background-color: #8A802C; }
a { background-color: rgb(138,128,44); }
div.DivClassName
{
background-color: #8A802C;
}
.BgClassName
{
background-color: #8A802C;
}
</style>
border-color css
<style>
span { border-color: #8A802C; }
span { border-color: rgb(138,128,44); }
td.TdClassName
{
border-color: #8A802C;
}
.TagClassName
{
border-color: #8A802C;
}
</style>