Shades of Trendy Green #84892B
Tints of Trendy Green #84892B
RGB
CMYK
RGB Variations
Color information
#84892B (or 0x84892B) is known color: Trendy Green. HEX triplet: 84, 89 and 2B. RGB value is (132,137,43). Sum of RGB (Red+Green+Blue) = 132+137+43=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #84892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84892B is #7B76D4. Grayscale: #7D7D7D. Windows color (decimal): -8091349 or 2853252. OLE color: 2853252.
HSL color Cylindrical-coordinate representation of color #84892B: hue angle of 63.19º degrees, saturation: 0.52, 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 #84892B is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 43 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.46 |
| HSL | 63.19º | 0.52% | 0.35% | - |
| HSV(B) | 63.19º | 0.69% | 0.54% | - |
| XYZ | 18.9 | 22.97 | 5.72 | - |
| YUV | 124.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 43 | 0.04 | 0 | 0.69 | 0.46 | 63.19 | 0.52 | 0.35 |
| Hex | 84 | 89 | 2B | 4 | 0 | 45 | 2E | 3F | 34 | 23 |
| Octal | 204 | 211 | 53 | 4 | 0 | 105 | 56 | 77 | 64 | 43 |
| Binary | 10000100 | 10001001 | 101011 | 100 | 0 | 1000101 | 101110 | 111111 | 110100 | 100011 |
Color Harmonies of #84892B
Complementary color
Monochromatic Colors of #84892B
Black with #84892B
Text Example
Text Example
White with #84892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84892B; }
p { color: rgb(132,137,43); }
H1.HeaderClassName
{
color: #84892B;
}
.AnyTagClassName
{
color: #84892B;
}
</style>
background-color css
<style>
a { background-color: #84892B; }
a { background-color: rgb(132,137,43); }
div.DivClassName
{
background-color: #84892B;
}
.BgClassName
{
background-color: #84892B;
}
</style>
border-color css
<style>
span { border-color: #84892B; }
span { border-color: rgb(132,137,43); }
td.TdClassName
{
border-color: #84892B;
}
.TagClassName
{
border-color: #84892B;
}
</style>