Shades of Trendy Green #8A821A
Tints of Trendy Green #8A821A
RGB
CMYK
RGB Variations
Color information
#8A821A (or 0x8A821A) is known color: Trendy Green. HEX triplet: 8A, 82 and 1A. RGB value is (138,130,26). Sum of RGB (Red+Green+Blue) = 138+130+26=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A821A is #757DE5. Grayscale: #787878. Windows color (decimal): -7699942 or 1737354. OLE color: 1737354.
HSL color Cylindrical-coordinate representation of color #8A821A: hue angle of 55.71º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A821A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 26 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.46 |
| HSL | 55.71º | 0.68% | 0.32% | - |
| HSV(B) | 55.71º | 0.81% | 0.54% | - |
| XYZ | 18.65 | 21.44 | 4.13 | - |
| YUV | 120.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 26 | 0 | 0.06 | 0.81 | 0.46 | 55.71 | 0.68 | 0.32 |
| Hex | 8A | 82 | 1A | 0 | 6 | 51 | 2E | 38 | 44 | 20 |
| Octal | 212 | 202 | 32 | 0 | 6 | 121 | 56 | 70 | 104 | 40 |
| Binary | 10001010 | 10000010 | 11010 | 0 | 110 | 1010001 | 101110 | 111000 | 1000100 | 100000 |
Color Harmonies of #8A821A
Complementary color
Monochromatic Colors of #8A821A
Black with #8A821A
Text Example
Text Example
White with #8A821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A821A; }
p { color: rgb(138,130,26); }
H1.HeaderClassName
{
color: #8A821A;
}
.AnyTagClassName
{
color: #8A821A;
}
</style>
background-color css
<style>
a { background-color: #8A821A; }
a { background-color: rgb(138,130,26); }
div.DivClassName
{
background-color: #8A821A;
}
.BgClassName
{
background-color: #8A821A;
}
</style>
border-color css
<style>
span { border-color: #8A821A; }
span { border-color: rgb(138,130,26); }
td.TdClassName
{
border-color: #8A821A;
}
.TagClassName
{
border-color: #8A821A;
}
</style>