Shades of Lemon Ginger #8A821D
Tints of Lemon Ginger #8A821D
RGB
CMYK
RGB Variations
Color information
#8A821D (or 0x8A821D) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 1D. RGB value is (138,130,29). Sum of RGB (Red+Green+Blue) = 138+130+29=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A821D is #757DE2. Grayscale: #797979. Windows color (decimal): -7699939 or 1933962. OLE color: 1933962.
HSL color Cylindrical-coordinate representation of color #8A821D: hue angle of 55.6º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A821D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 29 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.46 |
| HSL | 55.6º | 0.65% | 0.33% | - |
| HSV(B) | 55.6º | 0.79% | 0.54% | - |
| XYZ | 18.69 | 21.46 | 4.32 | - |
| YUV | 120.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 29 | 0 | 0.06 | 0.79 | 0.46 | 55.6 | 0.65 | 0.33 |
| Hex | 8A | 82 | 1D | 0 | 6 | 4F | 2E | 38 | 41 | 21 |
| Octal | 212 | 202 | 35 | 0 | 6 | 117 | 56 | 70 | 101 | 41 |
| Binary | 10001010 | 10000010 | 11101 | 0 | 110 | 1001111 | 101110 | 111000 | 1000001 | 100001 |
Color Harmonies of #8A821D
Complementary color
Monochromatic Colors of #8A821D
Black with #8A821D
Text Example
Text Example
White with #8A821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A821D; }
p { color: rgb(138,130,29); }
H1.HeaderClassName
{
color: #8A821D;
}
.AnyTagClassName
{
color: #8A821D;
}
</style>
background-color css
<style>
a { background-color: #8A821D; }
a { background-color: rgb(138,130,29); }
div.DivClassName
{
background-color: #8A821D;
}
.BgClassName
{
background-color: #8A821D;
}
</style>
border-color css
<style>
span { border-color: #8A821D; }
span { border-color: rgb(138,130,29); }
td.TdClassName
{
border-color: #8A821D;
}
.TagClassName
{
border-color: #8A821D;
}
</style>