Shades of Trendy Green #84811C
Tints of Trendy Green #84811C
RGB
CMYK
RGB Variations
Color information
#84811C (or 0x84811C) is known color: Trendy Green. HEX triplet: 84, 81 and 1C. RGB value is (132,129,28). Sum of RGB (Red+Green+Blue) = 132+129+28=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84811C is #7B7EE3. Grayscale: #767676. Windows color (decimal): -8093412 or 1868164. OLE color: 1868164.
HSL color Cylindrical-coordinate representation of color #84811C: hue angle of 58.27º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84811C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 28 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.48 |
| HSL | 58.27º | 0.65% | 0.31% | - |
| HSV(B) | 58.27º | 0.79% | 0.52% | - |
| XYZ | 17.58 | 20.69 | 4.17 | - |
| YUV | 118.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 28 | 0 | 0.02 | 0.79 | 0.48 | 58.27 | 0.65 | 0.31 |
| Hex | 84 | 81 | 1C | 0 | 2 | 4F | 30 | 3A | 41 | 1F |
| Octal | 204 | 201 | 34 | 0 | 2 | 117 | 60 | 72 | 101 | 37 |
| Binary | 10000100 | 10000001 | 11100 | 0 | 10 | 1001111 | 110000 | 111010 | 1000001 | 11111 |
Color Harmonies of #84811C
Complementary color
Monochromatic Colors of #84811C
Black with #84811C
Text Example
Text Example
White with #84811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84811C; }
p { color: rgb(132,129,28); }
H1.HeaderClassName
{
color: #84811C;
}
.AnyTagClassName
{
color: #84811C;
}
</style>
background-color css
<style>
a { background-color: #84811C; }
a { background-color: rgb(132,129,28); }
div.DivClassName
{
background-color: #84811C;
}
.BgClassName
{
background-color: #84811C;
}
</style>
border-color css
<style>
span { border-color: #84811C; }
span { border-color: rgb(132,129,28); }
td.TdClassName
{
border-color: #84811C;
}
.TagClassName
{
border-color: #84811C;
}
</style>