Shades of Trendy Green #84892D
Tints of Trendy Green #84892D
RGB
CMYK
RGB Variations
Color information
#84892D (or 0x84892D) is known color: Trendy Green. HEX triplet: 84, 89 and 2D. RGB value is (132,137,45). Sum of RGB (Red+Green+Blue) = 132+137+45=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #84892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84892D is #7B76D2. Grayscale: #7D7D7D. Windows color (decimal): -8091347 or 2984324. OLE color: 2984324.
HSL color Cylindrical-coordinate representation of color #84892D: hue angle of 63.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84892D is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 45 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.46 |
| HSL | 63.26º | 0.51% | 0.36% | - |
| HSV(B) | 63.26º | 0.67% | 0.54% | - |
| XYZ | 18.94 | 22.99 | 5.92 | - |
| YUV | 125.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 45 | 0.04 | 0 | 0.67 | 0.46 | 63.26 | 0.51 | 0.36 |
| Hex | 84 | 89 | 2D | 4 | 0 | 43 | 2E | 3F | 33 | 24 |
| Octal | 204 | 211 | 55 | 4 | 0 | 103 | 56 | 77 | 63 | 44 |
| Binary | 10000100 | 10001001 | 101101 | 100 | 0 | 1000011 | 101110 | 111111 | 110011 | 100100 |
Color Harmonies of #84892D
Complementary color
Monochromatic Colors of #84892D
Black with #84892D
Text Example
Text Example
White with #84892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84892D; }
p { color: rgb(132,137,45); }
H1.HeaderClassName
{
color: #84892D;
}
.AnyTagClassName
{
color: #84892D;
}
</style>
background-color css
<style>
a { background-color: #84892D; }
a { background-color: rgb(132,137,45); }
div.DivClassName
{
background-color: #84892D;
}
.BgClassName
{
background-color: #84892D;
}
</style>
border-color css
<style>
span { border-color: #84892D; }
span { border-color: rgb(132,137,45); }
td.TdClassName
{
border-color: #84892D;
}
.TagClassName
{
border-color: #84892D;
}
</style>