Shades of Trendy Green #84852C
Tints of Trendy Green #84852C
RGB
CMYK
RGB Variations
Color information
#84852C (or 0x84852C) is known color: Trendy Green. HEX triplet: 84, 85 and 2C. RGB value is (132,133,44). Sum of RGB (Red+Green+Blue) = 132+133+44=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #84852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84852C is #7B7AD3. Grayscale: #7A7A7A. Windows color (decimal): -8092372 or 2917764. OLE color: 2917764.
HSL color Cylindrical-coordinate representation of color #84852C: hue angle of 60.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84852C is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 44 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.48 |
| HSL | 60.67º | 0.5% | 0.35% | - |
| HSV(B) | 60.67º | 0.67% | 0.52% | - |
| XYZ | 18.36 | 21.86 | 5.64 | - |
| YUV | 122.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 44 | 0.01 | 0 | 0.67 | 0.48 | 60.67 | 0.5 | 0.35 |
| Hex | 84 | 85 | 2C | 1 | 0 | 43 | 30 | 3D | 32 | 23 |
| Octal | 204 | 205 | 54 | 1 | 0 | 103 | 60 | 75 | 62 | 43 |
| Binary | 10000100 | 10000101 | 101100 | 1 | 0 | 1000011 | 110000 | 111101 | 110010 | 100011 |
Color Harmonies of #84852C
Complementary color
Monochromatic Colors of #84852C
Black with #84852C
Text Example
Text Example
White with #84852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84852C; }
p { color: rgb(132,133,44); }
H1.HeaderClassName
{
color: #84852C;
}
.AnyTagClassName
{
color: #84852C;
}
</style>
background-color css
<style>
a { background-color: #84852C; }
a { background-color: rgb(132,133,44); }
div.DivClassName
{
background-color: #84852C;
}
.BgClassName
{
background-color: #84852C;
}
</style>
border-color css
<style>
span { border-color: #84852C; }
span { border-color: rgb(132,133,44); }
td.TdClassName
{
border-color: #84852C;
}
.TagClassName
{
border-color: #84852C;
}
</style>