Shades of Trendy Green #888325
Tints of Trendy Green #888325
RGB
CMYK
RGB Variations
Color information
#888325 (or 0x888325) is known color: Trendy Green. HEX triplet: 88, 83 and 25. RGB value is (136,131,37). Sum of RGB (Red+Green+Blue) = 136+131+37=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #888325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888325 is #777CDA. Grayscale: #7A7A7A. Windows color (decimal): -7830747 or 2458504. OLE color: 2458504.
HSL color Cylindrical-coordinate representation of color #888325: hue angle of 56.97º 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 #888325 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 37 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.47 |
| HSL | 56.97º | 0.57% | 0.34% | - |
| HSV(B) | 56.97º | 0.73% | 0.53% | - |
| XYZ | 18.6 | 21.6 | 4.94 | - |
| YUV | 121.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 37 | 0 | 0.04 | 0.73 | 0.47 | 56.97 | 0.57 | 0.34 |
| Hex | 88 | 83 | 25 | 0 | 4 | 49 | 2F | 39 | 39 | 22 |
| Octal | 210 | 203 | 45 | 0 | 4 | 111 | 57 | 71 | 71 | 42 |
| Binary | 10001000 | 10000011 | 100101 | 0 | 100 | 1001001 | 101111 | 111001 | 111001 | 100010 |
Color Harmonies of #888325
Complementary color
Monochromatic Colors of #888325
Black with #888325
Text Example
Text Example
White with #888325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888325; }
p { color: rgb(136,131,37); }
H1.HeaderClassName
{
color: #888325;
}
.AnyTagClassName
{
color: #888325;
}
</style>
background-color css
<style>
a { background-color: #888325; }
a { background-color: rgb(136,131,37); }
div.DivClassName
{
background-color: #888325;
}
.BgClassName
{
background-color: #888325;
}
</style>
border-color css
<style>
span { border-color: #888325; }
span { border-color: rgb(136,131,37); }
td.TdClassName
{
border-color: #888325;
}
.TagClassName
{
border-color: #888325;
}
</style>