Shades of Trendy Green #898525
Tints of Trendy Green #898525
RGB
CMYK
RGB Variations
Color information
#898525 (or 0x898525) is known color: Trendy Green. HEX triplet: 89, 85 and 25. RGB value is (137,133,37). Sum of RGB (Red+Green+Blue) = 137+133+37=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #898525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898525 is #767ADA. Grayscale: #7B7B7B. Windows color (decimal): -7764699 or 2459017. OLE color: 2459017.
HSL color Cylindrical-coordinate representation of color #898525: hue angle of 57.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #898525 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 37 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.46 |
| HSL | 57.6º | 0.57% | 0.34% | - |
| HSV(B) | 57.6º | 0.73% | 0.54% | - |
| XYZ | 19.04 | 22.23 | 5.04 | - |
| YUV | 123.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 37 | 0 | 0.03 | 0.73 | 0.46 | 57.6 | 0.57 | 0.34 |
| Hex | 89 | 85 | 25 | 0 | 3 | 49 | 2E | 3A | 39 | 22 |
| Octal | 211 | 205 | 45 | 0 | 3 | 111 | 56 | 72 | 71 | 42 |
| Binary | 10001001 | 10000101 | 100101 | 0 | 11 | 1001001 | 101110 | 111010 | 111001 | 100010 |
Color Harmonies of #898525
Complementary color
Monochromatic Colors of #898525
Black with #898525
Text Example
Text Example
White with #898525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898525; }
p { color: rgb(137,133,37); }
H1.HeaderClassName
{
color: #898525;
}
.AnyTagClassName
{
color: #898525;
}
</style>
background-color css
<style>
a { background-color: #898525; }
a { background-color: rgb(137,133,37); }
div.DivClassName
{
background-color: #898525;
}
.BgClassName
{
background-color: #898525;
}
</style>
border-color css
<style>
span { border-color: #898525; }
span { border-color: rgb(137,133,37); }
td.TdClassName
{
border-color: #898525;
}
.TagClassName
{
border-color: #898525;
}
</style>