Shades of Trendy Green #898520
Tints of Trendy Green #898520
RGB
CMYK
RGB Variations
Color information
#898520 (or 0x898520) is known color: Trendy Green. HEX triplet: 89, 85 and 20. RGB value is (137,133,32). Sum of RGB (Red+Green+Blue) = 137+133+32=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #898520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898520 is #767ADF. Grayscale: #7B7B7B. Windows color (decimal): -7764704 or 2131337. OLE color: 2131337.
HSL color Cylindrical-coordinate representation of color #898520: hue angle of 57.71º 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 #898520 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 32 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.46 |
| HSL | 57.71º | 0.62% | 0.33% | - |
| HSV(B) | 57.71º | 0.77% | 0.54% | - |
| XYZ | 18.96 | 22.2 | 4.65 | - |
| YUV | 122.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 32 | 0 | 0.03 | 0.77 | 0.46 | 57.71 | 0.62 | 0.33 |
| Hex | 89 | 85 | 20 | 0 | 3 | 4D | 2E | 3A | 3E | 21 |
| Octal | 211 | 205 | 40 | 0 | 3 | 115 | 56 | 72 | 76 | 41 |
| Binary | 10001001 | 10000101 | 100000 | 0 | 11 | 1001101 | 101110 | 111010 | 111110 | 100001 |
Color Harmonies of #898520
Complementary color
Monochromatic Colors of #898520
Black with #898520
Text Example
Text Example
White with #898520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898520; }
p { color: rgb(137,133,32); }
H1.HeaderClassName
{
color: #898520;
}
.AnyTagClassName
{
color: #898520;
}
</style>
background-color css
<style>
a { background-color: #898520; }
a { background-color: rgb(137,133,32); }
div.DivClassName
{
background-color: #898520;
}
.BgClassName
{
background-color: #898520;
}
</style>
border-color css
<style>
span { border-color: #898520; }
span { border-color: rgb(137,133,32); }
td.TdClassName
{
border-color: #898520;
}
.TagClassName
{
border-color: #898520;
}
</style>