Shades of Trendy Green #84821E
Tints of Trendy Green #84821E
RGB
CMYK
RGB Variations
Color information
#84821E (or 0x84821E) is known color: Trendy Green. HEX triplet: 84, 82 and 1E. RGB value is (132,130,30). Sum of RGB (Red+Green+Blue) = 132+130+30=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84821E is #7B7DE1. Grayscale: #777777. Windows color (decimal): -8093154 or 1999492. OLE color: 1999492.
HSL color Cylindrical-coordinate representation of color #84821E: hue angle of 58.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84821E is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 30 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.48 |
| HSL | 58.82º | 0.63% | 0.32% | - |
| HSV(B) | 58.82º | 0.77% | 0.52% | - |
| XYZ | 17.73 | 20.96 | 4.34 | - |
| YUV | 119.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 30 | 0 | 0.02 | 0.77 | 0.48 | 58.82 | 0.63 | 0.32 |
| Hex | 84 | 82 | 1E | 0 | 2 | 4D | 30 | 3B | 3F | 20 |
| Octal | 204 | 202 | 36 | 0 | 2 | 115 | 60 | 73 | 77 | 40 |
| Binary | 10000100 | 10000010 | 11110 | 0 | 10 | 1001101 | 110000 | 111011 | 111111 | 100000 |
Color Harmonies of #84821E
Complementary color
Monochromatic Colors of #84821E
Black with #84821E
Text Example
Text Example
White with #84821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84821E; }
p { color: rgb(132,130,30); }
H1.HeaderClassName
{
color: #84821E;
}
.AnyTagClassName
{
color: #84821E;
}
</style>
background-color css
<style>
a { background-color: #84821E; }
a { background-color: rgb(132,130,30); }
div.DivClassName
{
background-color: #84821E;
}
.BgClassName
{
background-color: #84821E;
}
</style>
border-color css
<style>
span { border-color: #84821E; }
span { border-color: rgb(132,130,30); }
td.TdClassName
{
border-color: #84821E;
}
.TagClassName
{
border-color: #84821E;
}
</style>