Shades of Trendy Green #84821C
Tints of Trendy Green #84821C
RGB
CMYK
RGB Variations
Color information
#84821C (or 0x84821C) is known color: Trendy Green. HEX triplet: 84, 82 and 1C. RGB value is (132,130,28). Sum of RGB (Red+Green+Blue) = 132+130+28=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84821C is #7B7DE3. Grayscale: #777777. Windows color (decimal): -8093156 or 1868420. OLE color: 1868420.
HSL color Cylindrical-coordinate representation of color #84821C: hue angle of 58.85º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84821C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 28 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.48 |
| HSL | 58.85º | 0.65% | 0.31% | - |
| HSV(B) | 58.85º | 0.79% | 0.52% | - |
| XYZ | 17.71 | 20.95 | 4.21 | - |
| YUV | 118.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 28 | 0 | 0.02 | 0.79 | 0.48 | 58.85 | 0.65 | 0.31 |
| Hex | 84 | 82 | 1C | 0 | 2 | 4F | 30 | 3B | 41 | 1F |
| Octal | 204 | 202 | 34 | 0 | 2 | 117 | 60 | 73 | 101 | 37 |
| Binary | 10000100 | 10000010 | 11100 | 0 | 10 | 1001111 | 110000 | 111011 | 1000001 | 11111 |
Color Harmonies of #84821C
Complementary color
Monochromatic Colors of #84821C
Black with #84821C
Text Example
Text Example
White with #84821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84821C; }
p { color: rgb(132,130,28); }
H1.HeaderClassName
{
color: #84821C;
}
.AnyTagClassName
{
color: #84821C;
}
</style>
background-color css
<style>
a { background-color: #84821C; }
a { background-color: rgb(132,130,28); }
div.DivClassName
{
background-color: #84821C;
}
.BgClassName
{
background-color: #84821C;
}
</style>
border-color css
<style>
span { border-color: #84821C; }
span { border-color: rgb(132,130,28); }
td.TdClassName
{
border-color: #84821C;
}
.TagClassName
{
border-color: #84821C;
}
</style>