Shades of Trendy Green #86831B
Tints of Trendy Green #86831B
RGB
CMYK
RGB Variations
Color information
#86831B (or 0x86831B) is known color: Trendy Green. HEX triplet: 86, 83 and 1B. RGB value is (134,131,27). Sum of RGB (Red+Green+Blue) = 134+131+27=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86831B is #797CE4. Grayscale: #787878. Windows color (decimal): -7961829 or 1803142. OLE color: 1803142.
HSL color Cylindrical-coordinate representation of color #86831B: hue angle of 58.32º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86831B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 27 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.47 |
| HSL | 58.32º | 0.66% | 0.32% | - |
| HSV(B) | 58.32º | 0.8% | 0.53% | - |
| XYZ | 18.15 | 21.38 | 4.21 | - |
| YUV | 120.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 27 | 0 | 0.02 | 0.80 | 0.47 | 58.32 | 0.66 | 0.32 |
| Hex | 86 | 83 | 1B | 0 | 2 | 50 | 2F | 3A | 42 | 20 |
| Octal | 206 | 203 | 33 | 0 | 2 | 120 | 57 | 72 | 102 | 40 |
| Binary | 10000110 | 10000011 | 11011 | 0 | 10 | 1010000 | 101111 | 111010 | 1000010 | 100000 |
Color Harmonies of #86831B
Complementary color
Monochromatic Colors of #86831B
Black with #86831B
Text Example
Text Example
White with #86831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86831B; }
p { color: rgb(134,131,27); }
H1.HeaderClassName
{
color: #86831B;
}
.AnyTagClassName
{
color: #86831B;
}
</style>
background-color css
<style>
a { background-color: #86831B; }
a { background-color: rgb(134,131,27); }
div.DivClassName
{
background-color: #86831B;
}
.BgClassName
{
background-color: #86831B;
}
</style>
border-color css
<style>
span { border-color: #86831B; }
span { border-color: rgb(134,131,27); }
td.TdClassName
{
border-color: #86831B;
}
.TagClassName
{
border-color: #86831B;
}
</style>