Shades of Trendy Green #84802B
Tints of Trendy Green #84802B
RGB
CMYK
RGB Variations
Color information
#84802B (or 0x84802B) is known color: Trendy Green. HEX triplet: 84, 80 and 2B. RGB value is (132,128,43). Sum of RGB (Red+Green+Blue) = 132+128+43=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84802B is #7B7FD4. Grayscale: #777777. Windows color (decimal): -8093653 or 2850948. OLE color: 2850948.
HSL color Cylindrical-coordinate representation of color #84802B: hue angle of 57.3º 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 #84802B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 43 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.48 |
| HSL | 57.3º | 0.51% | 0.34% | - |
| HSV(B) | 57.3º | 0.67% | 0.52% | - |
| XYZ | 17.67 | 20.52 | 5.31 | - |
| YUV | 119.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 43 | 0 | 0.03 | 0.67 | 0.48 | 57.3 | 0.51 | 0.34 |
| Hex | 84 | 80 | 2B | 0 | 3 | 43 | 30 | 39 | 33 | 22 |
| Octal | 204 | 200 | 53 | 0 | 3 | 103 | 60 | 71 | 63 | 42 |
| Binary | 10000100 | 10000000 | 101011 | 0 | 11 | 1000011 | 110000 | 111001 | 110011 | 100010 |
Color Harmonies of #84802B
Complementary color
Monochromatic Colors of #84802B
Black with #84802B
Text Example
Text Example
White with #84802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84802B; }
p { color: rgb(132,128,43); }
H1.HeaderClassName
{
color: #84802B;
}
.AnyTagClassName
{
color: #84802B;
}
</style>
background-color css
<style>
a { background-color: #84802B; }
a { background-color: rgb(132,128,43); }
div.DivClassName
{
background-color: #84802B;
}
.BgClassName
{
background-color: #84802B;
}
</style>
border-color css
<style>
span { border-color: #84802B; }
span { border-color: rgb(132,128,43); }
td.TdClassName
{
border-color: #84802B;
}
.TagClassName
{
border-color: #84802B;
}
</style>