Shades of Bitter #888A62
Tints of Bitter #888A62
RGB
CMYK
RGB Variations
Color information
#888A62 (or 0x888A62) is known color: Bitter. HEX triplet: 88, 8A and 62. RGB value is (136,138,98). Sum of RGB (Red+Green+Blue) = 136+138+98=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #888A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A62 is #77759D. Grayscale: #858585. Windows color (decimal): -7828894 or 6457992. OLE color: 6457992.
HSL color Cylindrical-coordinate representation of color #888A62: hue angle of 63º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888A62 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 98 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.46 |
| HSL | 63º | 0.17% | 0.46% | - |
| HSV(B) | 63º | 0.29% | 0.54% | - |
| XYZ | 21.45 | 24.29 | 15.11 | - |
| YUV | 132.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 98 | 0.01 | 0 | 0.29 | 0.46 | 63 | 0.17 | 0.46 |
| Hex | 88 | 8A | 62 | 1 | 0 | 1D | 2E | 3F | 11 | 2E |
| Octal | 210 | 212 | 142 | 1 | 0 | 35 | 56 | 77 | 21 | 56 |
| Binary | 10001000 | 10001010 | 1100010 | 1 | 0 | 11101 | 101110 | 111111 | 10001 | 101110 |
Color Harmonies of #888A62
Complementary color
Monochromatic Colors of #888A62
Black with #888A62
Text Example
Text Example
White with #888A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A62; }
p { color: rgb(136,138,98); }
H1.HeaderClassName
{
color: #888A62;
}
.AnyTagClassName
{
color: #888A62;
}
</style>
background-color css
<style>
a { background-color: #888A62; }
a { background-color: rgb(136,138,98); }
div.DivClassName
{
background-color: #888A62;
}
.BgClassName
{
background-color: #888A62;
}
</style>
border-color css
<style>
span { border-color: #888A62; }
span { border-color: rgb(136,138,98); }
td.TdClassName
{
border-color: #888A62;
}
.TagClassName
{
border-color: #888A62;
}
</style>