Shades of Trendy Green #84892A
Tints of Trendy Green #84892A
RGB
CMYK
RGB Variations
Color information
#84892A (or 0x84892A) is known color: Trendy Green. HEX triplet: 84, 89 and 2A. RGB value is (132,137,42). Sum of RGB (Red+Green+Blue) = 132+137+42=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #84892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84892A is #7B76D5. Grayscale: #7D7D7D. Windows color (decimal): -8091350 or 2787716. OLE color: 2787716.
HSL color Cylindrical-coordinate representation of color #84892A: hue angle of 63.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84892A is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 42 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.46 |
| HSL | 63.16º | 0.53% | 0.35% | - |
| HSV(B) | 63.16º | 0.69% | 0.54% | - |
| XYZ | 18.88 | 22.96 | 5.63 | - |
| YUV | 124.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 42 | 0.04 | 0 | 0.69 | 0.46 | 63.16 | 0.53 | 0.35 |
| Hex | 84 | 89 | 2A | 4 | 0 | 45 | 2E | 3F | 35 | 23 |
| Octal | 204 | 211 | 52 | 4 | 0 | 105 | 56 | 77 | 65 | 43 |
| Binary | 10000100 | 10001001 | 101010 | 100 | 0 | 1000101 | 101110 | 111111 | 110101 | 100011 |
Color Harmonies of #84892A
Complementary color
Monochromatic Colors of #84892A
Black with #84892A
Text Example
Text Example
White with #84892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84892A; }
p { color: rgb(132,137,42); }
H1.HeaderClassName
{
color: #84892A;
}
.AnyTagClassName
{
color: #84892A;
}
</style>
background-color css
<style>
a { background-color: #84892A; }
a { background-color: rgb(132,137,42); }
div.DivClassName
{
background-color: #84892A;
}
.BgClassName
{
background-color: #84892A;
}
</style>
border-color css
<style>
span { border-color: #84892A; }
span { border-color: rgb(132,137,42); }
td.TdClassName
{
border-color: #84892A;
}
.TagClassName
{
border-color: #84892A;
}
</style>