Shades of Lemon Ginger #8A842D
Tints of Lemon Ginger #8A842D
RGB
CMYK
RGB Variations
Color information
#8A842D (or 0x8A842D) is known color: Lemon Ginger. HEX triplet: 8A, 84 and 2D. RGB value is (138,132,45). Sum of RGB (Red+Green+Blue) = 138+132+45=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A842D is #757BD2. Grayscale: #7C7C7C. Windows color (decimal): -7699411 or 2983050. OLE color: 2983050.
HSL color Cylindrical-coordinate representation of color #8A842D: hue angle of 56.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A842D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 45 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.46 |
| HSL | 56.13º | 0.51% | 0.36% | - |
| HSV(B) | 56.13º | 0.67% | 0.54% | - |
| XYZ | 19.21 | 22.1 | 5.74 | - |
| YUV | 123.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 45 | 0 | 0.04 | 0.67 | 0.46 | 56.13 | 0.51 | 0.36 |
| Hex | 8A | 84 | 2D | 0 | 4 | 43 | 2E | 38 | 33 | 24 |
| Octal | 212 | 204 | 55 | 0 | 4 | 103 | 56 | 70 | 63 | 44 |
| Binary | 10001010 | 10000100 | 101101 | 0 | 100 | 1000011 | 101110 | 111000 | 110011 | 100100 |
Color Harmonies of #8A842D
Complementary color
Monochromatic Colors of #8A842D
Black with #8A842D
Text Example
Text Example
White with #8A842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A842D; }
p { color: rgb(138,132,45); }
H1.HeaderClassName
{
color: #8A842D;
}
.AnyTagClassName
{
color: #8A842D;
}
</style>
background-color css
<style>
a { background-color: #8A842D; }
a { background-color: rgb(138,132,45); }
div.DivClassName
{
background-color: #8A842D;
}
.BgClassName
{
background-color: #8A842D;
}
</style>
border-color css
<style>
span { border-color: #8A842D; }
span { border-color: rgb(138,132,45); }
td.TdClassName
{
border-color: #8A842D;
}
.TagClassName
{
border-color: #8A842D;
}
</style>