Shades of Trendy Green #888024
Tints of Trendy Green #888024
RGB
CMYK
RGB Variations
Color information
#888024 (or 0x888024) is known color: Trendy Green. HEX triplet: 88, 80 and 24. RGB value is (136,128,36). Sum of RGB (Red+Green+Blue) = 136+128+36=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #888024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888024 is #777FDB. Grayscale: #787878. Windows color (decimal): -7831516 or 2392200. OLE color: 2392200.
HSL color Cylindrical-coordinate representation of color #888024: hue angle of 55.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #888024 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 36 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.47 |
| HSL | 55.2º | 0.58% | 0.34% | - |
| HSV(B) | 55.2º | 0.74% | 0.53% | - |
| XYZ | 18.19 | 20.8 | 4.73 | - |
| YUV | 119.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 36 | 0 | 0.06 | 0.74 | 0.47 | 55.2 | 0.58 | 0.34 |
| Hex | 88 | 80 | 24 | 0 | 6 | 4A | 2F | 37 | 3A | 22 |
| Octal | 210 | 200 | 44 | 0 | 6 | 112 | 57 | 67 | 72 | 42 |
| Binary | 10001000 | 10000000 | 100100 | 0 | 110 | 1001010 | 101111 | 110111 | 111010 | 100010 |
Color Harmonies of #888024
Complementary color
Monochromatic Colors of #888024
Black with #888024
Text Example
Text Example
White with #888024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888024; }
p { color: rgb(136,128,36); }
H1.HeaderClassName
{
color: #888024;
}
.AnyTagClassName
{
color: #888024;
}
</style>
background-color css
<style>
a { background-color: #888024; }
a { background-color: rgb(136,128,36); }
div.DivClassName
{
background-color: #888024;
}
.BgClassName
{
background-color: #888024;
}
</style>
border-color css
<style>
span { border-color: #888024; }
span { border-color: rgb(136,128,36); }
td.TdClassName
{
border-color: #888024;
}
.TagClassName
{
border-color: #888024;
}
</style>