Shades of Bitter #888A70
Tints of Bitter #888A70
RGB
CMYK
RGB Variations
Color information
#888A70 (or 0x888A70) is known color: Bitter. HEX triplet: 88, 8A and 70. RGB value is (136,138,112). Sum of RGB (Red+Green+Blue) = 136+138+112=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #888A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A70 is #77758F. Grayscale: #868686. Windows color (decimal): -7828880 or 7375496. OLE color: 7375496.
HSL color Cylindrical-coordinate representation of color #888A70: hue angle of 64.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #888A70 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 112 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.46 |
| HSL | 64.62º | 0.1% | 0.49% | - |
| HSV(B) | 64.62º | 0.19% | 0.54% | - |
| XYZ | 22.17 | 24.58 | 18.91 | - |
| YUV | 134.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 112 | 0.01 | 0 | 0.19 | 0.46 | 64.62 | 0.1 | 0.49 |
| Hex | 88 | 8A | 70 | 1 | 0 | 13 | 2E | 41 | A | 31 |
| Octal | 210 | 212 | 160 | 1 | 0 | 23 | 56 | 101 | 12 | 61 |
| Binary | 10001000 | 10001010 | 1110000 | 1 | 0 | 10011 | 101110 | 1000001 | 1010 | 110001 |
Color Harmonies of #888A70
Complementary color
Monochromatic Colors of #888A70
Black with #888A70
Text Example
Text Example
White with #888A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A70; }
p { color: rgb(136,138,112); }
H1.HeaderClassName
{
color: #888A70;
}
.AnyTagClassName
{
color: #888A70;
}
</style>
background-color css
<style>
a { background-color: #888A70; }
a { background-color: rgb(136,138,112); }
div.DivClassName
{
background-color: #888A70;
}
.BgClassName
{
background-color: #888A70;
}
</style>
border-color css
<style>
span { border-color: #888A70; }
span { border-color: rgb(136,138,112); }
td.TdClassName
{
border-color: #888A70;
}
.TagClassName
{
border-color: #888A70;
}
</style>