Shades of Trendy Green #898528
Tints of Trendy Green #898528
RGB
CMYK
RGB Variations
Color information
#898528 (or 0x898528) is known color: Trendy Green. HEX triplet: 89, 85 and 28. RGB value is (137,133,40). Sum of RGB (Red+Green+Blue) = 137+133+40=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #898528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898528 is #767AD7. Grayscale: #7B7B7B. Windows color (decimal): -7764696 or 2655625. OLE color: 2655625.
HSL color Cylindrical-coordinate representation of color #898528: hue angle of 57.53º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #898528 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 40 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.46 |
| HSL | 57.53º | 0.55% | 0.35% | - |
| HSV(B) | 57.53º | 0.71% | 0.54% | - |
| XYZ | 19.09 | 22.25 | 5.3 | - |
| YUV | 123.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 40 | 0 | 0.03 | 0.71 | 0.46 | 57.53 | 0.55 | 0.35 |
| Hex | 89 | 85 | 28 | 0 | 3 | 47 | 2E | 3A | 37 | 23 |
| Octal | 211 | 205 | 50 | 0 | 3 | 107 | 56 | 72 | 67 | 43 |
| Binary | 10001001 | 10000101 | 101000 | 0 | 11 | 1000111 | 101110 | 111010 | 110111 | 100011 |
Color Harmonies of #898528
Complementary color
Monochromatic Colors of #898528
Black with #898528
Text Example
Text Example
White with #898528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898528; }
p { color: rgb(137,133,40); }
H1.HeaderClassName
{
color: #898528;
}
.AnyTagClassName
{
color: #898528;
}
</style>
background-color css
<style>
a { background-color: #898528; }
a { background-color: rgb(137,133,40); }
div.DivClassName
{
background-color: #898528;
}
.BgClassName
{
background-color: #898528;
}
</style>
border-color css
<style>
span { border-color: #898528; }
span { border-color: rgb(137,133,40); }
td.TdClassName
{
border-color: #898528;
}
.TagClassName
{
border-color: #898528;
}
</style>