Shades of Trendy Green #888425
Tints of Trendy Green #888425
RGB
CMYK
RGB Variations
Color information
#888425 (or 0x888425) is known color: Trendy Green. HEX triplet: 88, 84 and 25. RGB value is (136,132,37). Sum of RGB (Red+Green+Blue) = 136+132+37=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #888425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888425 is #777BDA. Grayscale: #7A7A7A. Windows color (decimal): -7830491 or 2458760. OLE color: 2458760.
HSL color Cylindrical-coordinate representation of color #888425: hue angle of 57.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #888425 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 37 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.47 |
| HSL | 57.58º | 0.57% | 0.34% | - |
| HSV(B) | 57.58º | 0.73% | 0.53% | - |
| XYZ | 18.74 | 21.87 | 4.98 | - |
| YUV | 122.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 37 | 0 | 0.03 | 0.73 | 0.47 | 57.58 | 0.57 | 0.34 |
| Hex | 88 | 84 | 25 | 0 | 3 | 49 | 2F | 3A | 39 | 22 |
| Octal | 210 | 204 | 45 | 0 | 3 | 111 | 57 | 72 | 71 | 42 |
| Binary | 10001000 | 10000100 | 100101 | 0 | 11 | 1001001 | 101111 | 111010 | 111001 | 100010 |
Color Harmonies of #888425
Complementary color
Monochromatic Colors of #888425
Black with #888425
Text Example
Text Example
White with #888425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888425; }
p { color: rgb(136,132,37); }
H1.HeaderClassName
{
color: #888425;
}
.AnyTagClassName
{
color: #888425;
}
</style>
background-color css
<style>
a { background-color: #888425; }
a { background-color: rgb(136,132,37); }
div.DivClassName
{
background-color: #888425;
}
.BgClassName
{
background-color: #888425;
}
</style>
border-color css
<style>
span { border-color: #888425; }
span { border-color: rgb(136,132,37); }
td.TdClassName
{
border-color: #888425;
}
.TagClassName
{
border-color: #888425;
}
</style>