Shades of Trendy Green #858920
Tints of Trendy Green #858920
RGB
CMYK
RGB Variations
Color information
#858920 (or 0x858920) is known color: Trendy Green. HEX triplet: 85, 89 and 20. RGB value is (133,137,32). Sum of RGB (Red+Green+Blue) = 133+137+32=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #858920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858920 is #7A76DF. Grayscale: #7C7C7C. Windows color (decimal): -8025824 or 2132357. OLE color: 2132357.
HSL color Cylindrical-coordinate representation of color #858920: hue angle of 62.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #858920 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 32 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.46 |
| HSL | 62.29º | 0.62% | 0.33% | - |
| HSV(B) | 62.29º | 0.77% | 0.54% | - |
| XYZ | 18.88 | 22.98 | 4.81 | - |
| YUV | 123.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 32 | 0.03 | 0 | 0.77 | 0.46 | 62.29 | 0.62 | 0.33 |
| Hex | 85 | 89 | 20 | 3 | 0 | 4D | 2E | 3E | 3E | 21 |
| Octal | 205 | 211 | 40 | 3 | 0 | 115 | 56 | 76 | 76 | 41 |
| Binary | 10000101 | 10001001 | 100000 | 11 | 0 | 1001101 | 101110 | 111110 | 111110 | 100001 |
Color Harmonies of #858920
Complementary color
Monochromatic Colors of #858920
Black with #858920
Text Example
Text Example
White with #858920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858920; }
p { color: rgb(133,137,32); }
H1.HeaderClassName
{
color: #858920;
}
.AnyTagClassName
{
color: #858920;
}
</style>
background-color css
<style>
a { background-color: #858920; }
a { background-color: rgb(133,137,32); }
div.DivClassName
{
background-color: #858920;
}
.BgClassName
{
background-color: #858920;
}
</style>
border-color css
<style>
span { border-color: #858920; }
span { border-color: rgb(133,137,32); }
td.TdClassName
{
border-color: #858920;
}
.TagClassName
{
border-color: #858920;
}
</style>