Shades of Trendy Green #84822C
Tints of Trendy Green #84822C
RGB
CMYK
RGB Variations
Color information
#84822C (or 0x84822C) is known color: Trendy Green. HEX triplet: 84, 82 and 2C. RGB value is (132,130,44). Sum of RGB (Red+Green+Blue) = 132+130+44=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84822C is #7B7DD3. Grayscale: #797979. Windows color (decimal): -8093140 or 2916996. OLE color: 2916996.
HSL color Cylindrical-coordinate representation of color #84822C: hue angle of 58.64º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84822C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 44 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.48 |
| HSL | 58.64º | 0.5% | 0.35% | - |
| HSV(B) | 58.64º | 0.67% | 0.52% | - |
| XYZ | 17.95 | 21.05 | 5.5 | - |
| YUV | 120.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 44 | 0 | 0.02 | 0.67 | 0.48 | 58.64 | 0.5 | 0.35 |
| Hex | 84 | 82 | 2C | 0 | 2 | 43 | 30 | 3B | 32 | 23 |
| Octal | 204 | 202 | 54 | 0 | 2 | 103 | 60 | 73 | 62 | 43 |
| Binary | 10000100 | 10000010 | 101100 | 0 | 10 | 1000011 | 110000 | 111011 | 110010 | 100011 |
Color Harmonies of #84822C
Complementary color
Monochromatic Colors of #84822C
Black with #84822C
Text Example
Text Example
White with #84822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84822C; }
p { color: rgb(132,130,44); }
H1.HeaderClassName
{
color: #84822C;
}
.AnyTagClassName
{
color: #84822C;
}
</style>
background-color css
<style>
a { background-color: #84822C; }
a { background-color: rgb(132,130,44); }
div.DivClassName
{
background-color: #84822C;
}
.BgClassName
{
background-color: #84822C;
}
</style>
border-color css
<style>
span { border-color: #84822C; }
span { border-color: rgb(132,130,44); }
td.TdClassName
{
border-color: #84822C;
}
.TagClassName
{
border-color: #84822C;
}
</style>