Shades of Trendy Green #888B14
Tints of Trendy Green #888B14
RGB
CMYK
RGB Variations
Color information
#888B14 (or 0x888B14) is known color: Trendy Green. HEX triplet: 88, 8B and 14. RGB value is (136,139,20). Sum of RGB (Red+Green+Blue) = 136+139+20=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #888B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B14 is #7774EB. Grayscale: #7D7D7D. Windows color (decimal): -7828716 or 1346440. OLE color: 1346440.
HSL color Cylindrical-coordinate representation of color #888B14: hue angle of 61.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #888B14 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 20 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.45 |
| HSL | 61.51º | 0.75% | 0.31% | - |
| HSV(B) | 61.51º | 0.86% | 0.55% | - |
| XYZ | 19.51 | 23.75 | 4.22 | - |
| YUV | 124.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 20 | 0.02 | 0 | 0.86 | 0.45 | 61.51 | 0.75 | 0.31 |
| Hex | 88 | 8B | 14 | 2 | 0 | 56 | 2D | 3E | 4B | 1F |
| Octal | 210 | 213 | 24 | 2 | 0 | 126 | 55 | 76 | 113 | 37 |
| Binary | 10001000 | 10001011 | 10100 | 10 | 0 | 1010110 | 101101 | 111110 | 1001011 | 11111 |
Color Harmonies of #888B14
Complementary color
Monochromatic Colors of #888B14
Black with #888B14
Text Example
Text Example
White with #888B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B14; }
p { color: rgb(136,139,20); }
H1.HeaderClassName
{
color: #888B14;
}
.AnyTagClassName
{
color: #888B14;
}
</style>
background-color css
<style>
a { background-color: #888B14; }
a { background-color: rgb(136,139,20); }
div.DivClassName
{
background-color: #888B14;
}
.BgClassName
{
background-color: #888B14;
}
</style>
border-color css
<style>
span { border-color: #888B14; }
span { border-color: rgb(136,139,20); }
td.TdClassName
{
border-color: #888B14;
}
.TagClassName
{
border-color: #888B14;
}
</style>