Shades of Trendy Green #85841B
Tints of Trendy Green #85841B
RGB
CMYK
RGB Variations
Color information
#85841B (or 0x85841B) is known color: Trendy Green. HEX triplet: 85, 84 and 1B. RGB value is (133,132,27). Sum of RGB (Red+Green+Blue) = 133+132+27=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85841B is #7A7BE4. Grayscale: #787878. Windows color (decimal): -8027109 or 1803397. OLE color: 1803397.
HSL color Cylindrical-coordinate representation of color #85841B: hue angle of 59.43º degrees, saturation: 0.66, 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 #85841B is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 27 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.48 |
| HSL | 59.43º | 0.66% | 0.31% | - |
| HSV(B) | 59.43º | 0.8% | 0.52% | - |
| XYZ | 18.12 | 21.57 | 4.24 | - |
| YUV | 120.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 27 | 0 | 0.01 | 0.80 | 0.48 | 59.43 | 0.66 | 0.31 |
| Hex | 85 | 84 | 1B | 0 | 1 | 50 | 30 | 3B | 42 | 1F |
| Octal | 205 | 204 | 33 | 0 | 1 | 120 | 60 | 73 | 102 | 37 |
| Binary | 10000101 | 10000100 | 11011 | 0 | 1 | 1010000 | 110000 | 111011 | 1000010 | 11111 |
Color Harmonies of #85841B
Complementary color
Monochromatic Colors of #85841B
Black with #85841B
Text Example
Text Example
White with #85841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85841B; }
p { color: rgb(133,132,27); }
H1.HeaderClassName
{
color: #85841B;
}
.AnyTagClassName
{
color: #85841B;
}
</style>
background-color css
<style>
a { background-color: #85841B; }
a { background-color: rgb(133,132,27); }
div.DivClassName
{
background-color: #85841B;
}
.BgClassName
{
background-color: #85841B;
}
</style>
border-color css
<style>
span { border-color: #85841B; }
span { border-color: rgb(133,132,27); }
td.TdClassName
{
border-color: #85841B;
}
.TagClassName
{
border-color: #85841B;
}
</style>