Shades of Trendy Green #888825
Tints of Trendy Green #888825
RGB
CMYK
RGB Variations
Color information
#888825 (or 0x888825) is known color: Trendy Green. HEX triplet: 88, 88 and 25. RGB value is (136,136,37). Sum of RGB (Red+Green+Blue) = 136+136+37=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888825 is #7777DA. Grayscale: #7D7D7D. Windows color (decimal): -7829467 or 2459784. OLE color: 2459784.
HSL color Cylindrical-coordinate representation of color #888825: hue angle of 60º 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 #888825 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 37 | - |
| CMYK | 0 | 0 | 0.73 | 0.47 |
| HSL | 60º | 0.57% | 0.34% | - |
| HSV(B) | 60º | 0.73% | 0.53% | - |
| XYZ | 19.29 | 22.98 | 5.17 | - |
| YUV | 124.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 37 | 0 | 0 | 0.73 | 0.47 | 60 | 0.57 | 0.34 |
| Hex | 88 | 88 | 25 | 0 | 0 | 49 | 2F | 3C | 39 | 22 |
| Octal | 210 | 210 | 45 | 0 | 0 | 111 | 57 | 74 | 71 | 42 |
| Binary | 10001000 | 10001000 | 100101 | 0 | 0 | 1001001 | 101111 | 111100 | 111001 | 100010 |
Color Harmonies of #888825
Complementary color
Monochromatic Colors of #888825
Black with #888825
Text Example
Text Example
White with #888825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888825; }
p { color: rgb(136,136,37); }
H1.HeaderClassName
{
color: #888825;
}
.AnyTagClassName
{
color: #888825;
}
</style>
background-color css
<style>
a { background-color: #888825; }
a { background-color: rgb(136,136,37); }
div.DivClassName
{
background-color: #888825;
}
.BgClassName
{
background-color: #888825;
}
</style>
border-color css
<style>
span { border-color: #888825; }
span { border-color: rgb(136,136,37); }
td.TdClassName
{
border-color: #888825;
}
.TagClassName
{
border-color: #888825;
}
</style>