Shades of Trendy Green #84882B
Tints of Trendy Green #84882B
RGB
CMYK
RGB Variations
Color information
#84882B (or 0x84882B) is known color: Trendy Green. HEX triplet: 84, 88 and 2B. RGB value is (132,136,43). Sum of RGB (Red+Green+Blue) = 132+136+43=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #84882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84882B is #7B77D4. Grayscale: #7C7C7C. Windows color (decimal): -8091605 or 2852996. OLE color: 2852996.
HSL color Cylindrical-coordinate representation of color #84882B: hue angle of 62.58º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84882B is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 43 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.47 |
| HSL | 62.58º | 0.52% | 0.35% | - |
| HSV(B) | 62.58º | 0.68% | 0.53% | - |
| XYZ | 18.76 | 22.69 | 5.68 | - |
| YUV | 124.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 43 | 0.03 | 0 | 0.68 | 0.47 | 62.58 | 0.52 | 0.35 |
| Hex | 84 | 88 | 2B | 3 | 0 | 44 | 2F | 3F | 34 | 23 |
| Octal | 204 | 210 | 53 | 3 | 0 | 104 | 57 | 77 | 64 | 43 |
| Binary | 10000100 | 10001000 | 101011 | 11 | 0 | 1000100 | 101111 | 111111 | 110100 | 100011 |
Color Harmonies of #84882B
Complementary color
Monochromatic Colors of #84882B
Black with #84882B
Text Example
Text Example
White with #84882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84882B; }
p { color: rgb(132,136,43); }
H1.HeaderClassName
{
color: #84882B;
}
.AnyTagClassName
{
color: #84882B;
}
</style>
background-color css
<style>
a { background-color: #84882B; }
a { background-color: rgb(132,136,43); }
div.DivClassName
{
background-color: #84882B;
}
.BgClassName
{
background-color: #84882B;
}
</style>
border-color css
<style>
span { border-color: #84882B; }
span { border-color: rgb(132,136,43); }
td.TdClassName
{
border-color: #84882B;
}
.TagClassName
{
border-color: #84882B;
}
</style>