Shades of Trendy Green #84832B
Tints of Trendy Green #84832B
RGB
CMYK
RGB Variations
Color information
#84832B (or 0x84832B) is known color: Trendy Green. HEX triplet: 84, 83 and 2B. RGB value is (132,131,43). Sum of RGB (Red+Green+Blue) = 132+131+43=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84832B is #7B7CD4. Grayscale: #797979. Windows color (decimal): -8092885 or 2851716. OLE color: 2851716.
HSL color Cylindrical-coordinate representation of color #84832B: hue angle of 59.33º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84832B is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 43 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.48 |
| HSL | 59.33º | 0.51% | 0.34% | - |
| HSV(B) | 59.33º | 0.67% | 0.52% | - |
| XYZ | 18.07 | 21.31 | 5.45 | - |
| YUV | 121.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 43 | 0 | 0.01 | 0.67 | 0.48 | 59.33 | 0.51 | 0.34 |
| Hex | 84 | 83 | 2B | 0 | 1 | 43 | 30 | 3B | 33 | 22 |
| Octal | 204 | 203 | 53 | 0 | 1 | 103 | 60 | 73 | 63 | 42 |
| Binary | 10000100 | 10000011 | 101011 | 0 | 1 | 1000011 | 110000 | 111011 | 110011 | 100010 |
Color Harmonies of #84832B
Complementary color
Monochromatic Colors of #84832B
Black with #84832B
Text Example
Text Example
White with #84832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84832B; }
p { color: rgb(132,131,43); }
H1.HeaderClassName
{
color: #84832B;
}
.AnyTagClassName
{
color: #84832B;
}
</style>
background-color css
<style>
a { background-color: #84832B; }
a { background-color: rgb(132,131,43); }
div.DivClassName
{
background-color: #84832B;
}
.BgClassName
{
background-color: #84832B;
}
</style>
border-color css
<style>
span { border-color: #84832B; }
span { border-color: rgb(132,131,43); }
td.TdClassName
{
border-color: #84832B;
}
.TagClassName
{
border-color: #84832B;
}
</style>