Shades of Bitter #889065
Tints of Bitter #889065
RGB
CMYK
RGB Variations
Color information
#889065 (or 0x889065) is known color: Bitter. HEX triplet: 88, 90 and 65. RGB value is (136,144,101). Sum of RGB (Red+Green+Blue) = 136+144+101=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #889065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889065 is #776F9A. Grayscale: #888888. Windows color (decimal): -7827355 or 6656136. OLE color: 6656136.
HSL color Cylindrical-coordinate representation of color #889065: hue angle of 71.16º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889065 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 101 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.44 |
| HSL | 71.16º | 0.18% | 0.48% | - |
| HSV(B) | 71.16º | 0.3% | 0.56% | - |
| XYZ | 22.48 | 26.12 | 16.17 | - |
| YUV | 136.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 101 | 0.06 | 0 | 0.30 | 0.44 | 71.16 | 0.18 | 0.48 |
| Hex | 88 | 90 | 65 | 6 | 0 | 1E | 2C | 47 | 12 | 30 |
| Octal | 210 | 220 | 145 | 6 | 0 | 36 | 54 | 107 | 22 | 60 |
| Binary | 10001000 | 10010000 | 1100101 | 110 | 0 | 11110 | 101100 | 1000111 | 10010 | 110000 |
Color Harmonies of #889065
Complementary color
Monochromatic Colors of #889065
Black with #889065
Text Example
Text Example
White with #889065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889065; }
p { color: rgb(136,144,101); }
H1.HeaderClassName
{
color: #889065;
}
.AnyTagClassName
{
color: #889065;
}
</style>
background-color css
<style>
a { background-color: #889065; }
a { background-color: rgb(136,144,101); }
div.DivClassName
{
background-color: #889065;
}
.BgClassName
{
background-color: #889065;
}
</style>
border-color css
<style>
span { border-color: #889065; }
span { border-color: rgb(136,144,101); }
td.TdClassName
{
border-color: #889065;
}
.TagClassName
{
border-color: #889065;
}
</style>