Shades of Trendy Green #84822A
Tints of Trendy Green #84822A
RGB
CMYK
RGB Variations
Color information
#84822A (or 0x84822A) is known color: Trendy Green. HEX triplet: 84, 82 and 2A. RGB value is (132,130,42). Sum of RGB (Red+Green+Blue) = 132+130+42=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84822A is #7B7DD5. Grayscale: #787878. Windows color (decimal): -8093142 or 2785924. OLE color: 2785924.
HSL color Cylindrical-coordinate representation of color #84822A: hue angle of 58.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84822A is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 42 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.48 |
| HSL | 58.67º | 0.52% | 0.34% | - |
| HSV(B) | 58.67º | 0.68% | 0.52% | - |
| XYZ | 17.92 | 21.04 | 5.31 | - |
| YUV | 120.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 42 | 0 | 0.02 | 0.68 | 0.48 | 58.67 | 0.52 | 0.34 |
| Hex | 84 | 82 | 2A | 0 | 2 | 44 | 30 | 3B | 34 | 22 |
| Octal | 204 | 202 | 52 | 0 | 2 | 104 | 60 | 73 | 64 | 42 |
| Binary | 10000100 | 10000010 | 101010 | 0 | 10 | 1000100 | 110000 | 111011 | 110100 | 100010 |
Color Harmonies of #84822A
Complementary color
Monochromatic Colors of #84822A
Black with #84822A
Text Example
Text Example
White with #84822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84822A; }
p { color: rgb(132,130,42); }
H1.HeaderClassName
{
color: #84822A;
}
.AnyTagClassName
{
color: #84822A;
}
</style>
background-color css
<style>
a { background-color: #84822A; }
a { background-color: rgb(132,130,42); }
div.DivClassName
{
background-color: #84822A;
}
.BgClassName
{
background-color: #84822A;
}
</style>
border-color css
<style>
span { border-color: #84822A; }
span { border-color: rgb(132,130,42); }
td.TdClassName
{
border-color: #84822A;
}
.TagClassName
{
border-color: #84822A;
}
</style>