Shades of Trendy Green #85821A
Tints of Trendy Green #85821A
RGB
CMYK
RGB Variations
Color information
#85821A (or 0x85821A) is known color: Trendy Green. HEX triplet: 85, 82 and 1A. RGB value is (133,130,26). Sum of RGB (Red+Green+Blue) = 133+130+26=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85821A is #7A7DE5. Grayscale: #777777. Windows color (decimal): -8027622 or 1737349. OLE color: 1737349.
HSL color Cylindrical-coordinate representation of color #85821A: hue angle of 58.32º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85821A is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 26 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.48 |
| HSL | 58.32º | 0.67% | 0.31% | - |
| HSV(B) | 58.32º | 0.8% | 0.52% | - |
| XYZ | 17.84 | 21.03 | 4.1 | - |
| YUV | 119.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 26 | 0 | 0.02 | 0.80 | 0.48 | 58.32 | 0.67 | 0.31 |
| Hex | 85 | 82 | 1A | 0 | 2 | 50 | 30 | 3A | 43 | 1F |
| Octal | 205 | 202 | 32 | 0 | 2 | 120 | 60 | 72 | 103 | 37 |
| Binary | 10000101 | 10000010 | 11010 | 0 | 10 | 1010000 | 110000 | 111010 | 1000011 | 11111 |
Color Harmonies of #85821A
Complementary color
Monochromatic Colors of #85821A
Black with #85821A
Text Example
Text Example
White with #85821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85821A; }
p { color: rgb(133,130,26); }
H1.HeaderClassName
{
color: #85821A;
}
.AnyTagClassName
{
color: #85821A;
}
</style>
background-color css
<style>
a { background-color: #85821A; }
a { background-color: rgb(133,130,26); }
div.DivClassName
{
background-color: #85821A;
}
.BgClassName
{
background-color: #85821A;
}
</style>
border-color css
<style>
span { border-color: #85821A; }
span { border-color: rgb(133,130,26); }
td.TdClassName
{
border-color: #85821A;
}
.TagClassName
{
border-color: #85821A;
}
</style>