Shades of Trendy Green #86852B
Tints of Trendy Green #86852B
RGB
CMYK
RGB Variations
Color information
#86852B (or 0x86852B) is known color: Trendy Green. HEX triplet: 86, 85 and 2B. RGB value is (134,133,43). Sum of RGB (Red+Green+Blue) = 134+133+43=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86852B is #797AD4. Grayscale: #7B7B7B. Windows color (decimal): -7961301 or 2852230. OLE color: 2852230.
HSL color Cylindrical-coordinate representation of color #86852B: hue angle of 59.34º degrees, saturation: 0.51, 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 #86852B is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 43 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.47 |
| HSL | 59.34º | 0.51% | 0.35% | - |
| HSV(B) | 59.34º | 0.68% | 0.53% | - |
| XYZ | 18.66 | 22.02 | 5.55 | - |
| YUV | 123.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 43 | 0 | 0.01 | 0.68 | 0.47 | 59.34 | 0.51 | 0.35 |
| Hex | 86 | 85 | 2B | 0 | 1 | 44 | 2F | 3B | 33 | 23 |
| Octal | 206 | 205 | 53 | 0 | 1 | 104 | 57 | 73 | 63 | 43 |
| Binary | 10000110 | 10000101 | 101011 | 0 | 1 | 1000100 | 101111 | 111011 | 110011 | 100011 |
Color Harmonies of #86852B
Complementary color
Monochromatic Colors of #86852B
Black with #86852B
Text Example
Text Example
White with #86852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86852B; }
p { color: rgb(134,133,43); }
H1.HeaderClassName
{
color: #86852B;
}
.AnyTagClassName
{
color: #86852B;
}
</style>
background-color css
<style>
a { background-color: #86852B; }
a { background-color: rgb(134,133,43); }
div.DivClassName
{
background-color: #86852B;
}
.BgClassName
{
background-color: #86852B;
}
</style>
border-color css
<style>
span { border-color: #86852B; }
span { border-color: rgb(134,133,43); }
td.TdClassName
{
border-color: #86852B;
}
.TagClassName
{
border-color: #86852B;
}
</style>