Shades of Bitter #888A61
Tints of Bitter #888A61
RGB
CMYK
RGB Variations
Color information
#888A61 (or 0x888A61) is known color: Bitter. HEX triplet: 88, 8A and 61. RGB value is (136,138,97). Sum of RGB (Red+Green+Blue) = 136+138+97=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #888A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A61 is #77759E. Grayscale: #848484. Windows color (decimal): -7828895 or 6392456. OLE color: 6392456.
HSL color Cylindrical-coordinate representation of color #888A61: hue angle of 62.93º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888A61 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 97 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.46 |
| HSL | 62.93º | 0.17% | 0.46% | - |
| HSV(B) | 62.93º | 0.3% | 0.54% | - |
| XYZ | 21.4 | 24.27 | 14.87 | - |
| YUV | 132.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 97 | 0.01 | 0 | 0.30 | 0.46 | 62.93 | 0.17 | 0.46 |
| Hex | 88 | 8A | 61 | 1 | 0 | 1E | 2E | 3F | 11 | 2E |
| Octal | 210 | 212 | 141 | 1 | 0 | 36 | 56 | 77 | 21 | 56 |
| Binary | 10001000 | 10001010 | 1100001 | 1 | 0 | 11110 | 101110 | 111111 | 10001 | 101110 |
Color Harmonies of #888A61
Complementary color
Monochromatic Colors of #888A61
Black with #888A61
Text Example
Text Example
White with #888A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A61; }
p { color: rgb(136,138,97); }
H1.HeaderClassName
{
color: #888A61;
}
.AnyTagClassName
{
color: #888A61;
}
</style>
background-color css
<style>
a { background-color: #888A61; }
a { background-color: rgb(136,138,97); }
div.DivClassName
{
background-color: #888A61;
}
.BgClassName
{
background-color: #888A61;
}
</style>
border-color css
<style>
span { border-color: #888A61; }
span { border-color: rgb(136,138,97); }
td.TdClassName
{
border-color: #888A61;
}
.TagClassName
{
border-color: #888A61;
}
</style>