Shades of Trendy Green #85842B
Tints of Trendy Green #85842B
RGB
CMYK
RGB Variations
Color information
#85842B (or 0x85842B) is known color: Trendy Green. HEX triplet: 85, 84 and 2B. RGB value is (133,132,43). Sum of RGB (Red+Green+Blue) = 133+132+43=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85842B is #7A7BD4. Grayscale: #7A7A7A. Windows color (decimal): -8027093 or 2851973. OLE color: 2851973.
HSL color Cylindrical-coordinate representation of color #85842B: hue angle of 59.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85842B is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 43 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.48 |
| HSL | 59.33º | 0.51% | 0.35% | - |
| HSV(B) | 59.33º | 0.68% | 0.52% | - |
| XYZ | 18.36 | 21.66 | 5.5 | - |
| YUV | 122.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 43 | 0 | 0.01 | 0.68 | 0.48 | 59.33 | 0.51 | 0.35 |
| Hex | 85 | 84 | 2B | 0 | 1 | 44 | 30 | 3B | 33 | 23 |
| Octal | 205 | 204 | 53 | 0 | 1 | 104 | 60 | 73 | 63 | 43 |
| Binary | 10000101 | 10000100 | 101011 | 0 | 1 | 1000100 | 110000 | 111011 | 110011 | 100011 |
Color Harmonies of #85842B
Complementary color
Monochromatic Colors of #85842B
Black with #85842B
Text Example
Text Example
White with #85842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85842B; }
p { color: rgb(133,132,43); }
H1.HeaderClassName
{
color: #85842B;
}
.AnyTagClassName
{
color: #85842B;
}
</style>
background-color css
<style>
a { background-color: #85842B; }
a { background-color: rgb(133,132,43); }
div.DivClassName
{
background-color: #85842B;
}
.BgClassName
{
background-color: #85842B;
}
</style>
border-color css
<style>
span { border-color: #85842B; }
span { border-color: rgb(133,132,43); }
td.TdClassName
{
border-color: #85842B;
}
.TagClassName
{
border-color: #85842B;
}
</style>