Shades of Trendy Green #888019
Tints of Trendy Green #888019
RGB
CMYK
RGB Variations
Color information
#888019 (or 0x888019) is known color: Trendy Green. HEX triplet: 88, 80 and 19. RGB value is (136,128,25). Sum of RGB (Red+Green+Blue) = 136+128+25=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #888019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888019 is #777FE6. Grayscale: #777777. Windows color (decimal): -7831527 or 1671304. OLE color: 1671304.
HSL color Cylindrical-coordinate representation of color #888019: hue angle of 55.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #888019 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 25 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.47 |
| HSL | 55.68º | 0.69% | 0.32% | - |
| HSV(B) | 55.68º | 0.82% | 0.53% | - |
| XYZ | 18.05 | 20.74 | 3.97 | - |
| YUV | 118.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 25 | 0 | 0.06 | 0.82 | 0.47 | 55.68 | 0.69 | 0.32 |
| Hex | 88 | 80 | 19 | 0 | 6 | 52 | 2F | 38 | 45 | 20 |
| Octal | 210 | 200 | 31 | 0 | 6 | 122 | 57 | 70 | 105 | 40 |
| Binary | 10001000 | 10000000 | 11001 | 0 | 110 | 1010010 | 101111 | 111000 | 1000101 | 100000 |
Color Harmonies of #888019
Complementary color
Monochromatic Colors of #888019
Black with #888019
Text Example
Text Example
White with #888019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888019; }
p { color: rgb(136,128,25); }
H1.HeaderClassName
{
color: #888019;
}
.AnyTagClassName
{
color: #888019;
}
</style>
background-color css
<style>
a { background-color: #888019; }
a { background-color: rgb(136,128,25); }
div.DivClassName
{
background-color: #888019;
}
.BgClassName
{
background-color: #888019;
}
</style>
border-color css
<style>
span { border-color: #888019; }
span { border-color: rgb(136,128,25); }
td.TdClassName
{
border-color: #888019;
}
.TagClassName
{
border-color: #888019;
}
</style>