Shades of Bitter #889260
Tints of Bitter #889260
RGB
CMYK
RGB Variations
Color information
#889260 (or 0x889260) is known color: Bitter. HEX triplet: 88, 92 and 60. RGB value is (136,146,96). Sum of RGB (Red+Green+Blue) = 136+146+96=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #889260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889260 is #776D9F. Grayscale: #898989. Windows color (decimal): -7826848 or 6328968. OLE color: 6328968.
HSL color Cylindrical-coordinate representation of color #889260: hue angle of 72º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889260 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 96 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.43 |
| HSL | 72º | 0.21% | 0.47% | - |
| HSV(B) | 72º | 0.34% | 0.57% | - |
| XYZ | 22.54 | 26.64 | 15.02 | - |
| YUV | 137.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 96 | 0.07 | 0 | 0.34 | 0.43 | 72 | 0.21 | 0.47 |
| Hex | 88 | 92 | 60 | 7 | 0 | 22 | 2B | 48 | 15 | 2F |
| Octal | 210 | 222 | 140 | 7 | 0 | 42 | 53 | 110 | 25 | 57 |
| Binary | 10001000 | 10010010 | 1100000 | 111 | 0 | 100010 | 101011 | 1001000 | 10101 | 101111 |
Color Harmonies of #889260
Complementary color
Monochromatic Colors of #889260
Black with #889260
Text Example
Text Example
White with #889260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889260; }
p { color: rgb(136,146,96); }
H1.HeaderClassName
{
color: #889260;
}
.AnyTagClassName
{
color: #889260;
}
</style>
background-color css
<style>
a { background-color: #889260; }
a { background-color: rgb(136,146,96); }
div.DivClassName
{
background-color: #889260;
}
.BgClassName
{
background-color: #889260;
}
</style>
border-color css
<style>
span { border-color: #889260; }
span { border-color: rgb(136,146,96); }
td.TdClassName
{
border-color: #889260;
}
.TagClassName
{
border-color: #889260;
}
</style>