Shades of Trendy Green #84861A
Tints of Trendy Green #84861A
RGB
CMYK
RGB Variations
Color information
#84861A (or 0x84861A) is known color: Trendy Green. HEX triplet: 84, 86 and 1A. RGB value is (132,134,26). Sum of RGB (Red+Green+Blue) = 132+134+26=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #84861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84861A is #7B79E5. Grayscale: #797979. Windows color (decimal): -8092134 or 1738372. OLE color: 1738372.
HSL color Cylindrical-coordinate representation of color #84861A: hue angle of 61.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84861A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 134 | 26 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.47 |
| HSL | 61.11º | 0.68% | 0.31% | - |
| HSV(B) | 61.11º | 0.81% | 0.53% | - |
| XYZ | 18.23 | 22.03 | 4.27 | - |
| YUV | 121.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 26 | 0.01 | 0 | 0.81 | 0.47 | 61.11 | 0.68 | 0.31 |
| Hex | 84 | 86 | 1A | 1 | 0 | 51 | 2F | 3D | 44 | 1F |
| Octal | 204 | 206 | 32 | 1 | 0 | 121 | 57 | 75 | 104 | 37 |
| Binary | 10000100 | 10000110 | 11010 | 1 | 0 | 1010001 | 101111 | 111101 | 1000100 | 11111 |
Color Harmonies of #84861A
Complementary color
Monochromatic Colors of #84861A
Black with #84861A
Text Example
Text Example
White with #84861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84861A; }
p { color: rgb(132,134,26); }
H1.HeaderClassName
{
color: #84861A;
}
.AnyTagClassName
{
color: #84861A;
}
</style>
background-color css
<style>
a { background-color: #84861A; }
a { background-color: rgb(132,134,26); }
div.DivClassName
{
background-color: #84861A;
}
.BgClassName
{
background-color: #84861A;
}
</style>
border-color css
<style>
span { border-color: #84861A; }
span { border-color: rgb(132,134,26); }
td.TdClassName
{
border-color: #84861A;
}
.TagClassName
{
border-color: #84861A;
}
</style>