Shades of Bitter #889263
Tints of Bitter #889263
RGB
CMYK
RGB Variations
Color information
#889263 (or 0x889263) is known color: Bitter. HEX triplet: 88, 92 and 63. RGB value is (136,146,99). Sum of RGB (Red+Green+Blue) = 136+146+99=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #889263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889263 is #776D9C. Grayscale: #898989. Windows color (decimal): -7826845 or 6525576. OLE color: 6525576.
HSL color Cylindrical-coordinate representation of color #889263: hue angle of 72.77º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #889263 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 99 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.43 |
| HSL | 72.77º | 0.19% | 0.48% | - |
| HSV(B) | 72.77º | 0.32% | 0.57% | - |
| XYZ | 22.68 | 26.69 | 15.76 | - |
| YUV | 137.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 99 | 0.07 | 0 | 0.32 | 0.43 | 72.77 | 0.19 | 0.48 |
| Hex | 88 | 92 | 63 | 7 | 0 | 20 | 2B | 49 | 13 | 30 |
| Octal | 210 | 222 | 143 | 7 | 0 | 40 | 53 | 111 | 23 | 60 |
| Binary | 10001000 | 10010010 | 1100011 | 111 | 0 | 100000 | 101011 | 1001001 | 10011 | 110000 |
Color Harmonies of #889263
Complementary color
Monochromatic Colors of #889263
Black with #889263
Text Example
Text Example
White with #889263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889263; }
p { color: rgb(136,146,99); }
H1.HeaderClassName
{
color: #889263;
}
.AnyTagClassName
{
color: #889263;
}
</style>
background-color css
<style>
a { background-color: #889263; }
a { background-color: rgb(136,146,99); }
div.DivClassName
{
background-color: #889263;
}
.BgClassName
{
background-color: #889263;
}
</style>
border-color css
<style>
span { border-color: #889263; }
span { border-color: rgb(136,146,99); }
td.TdClassName
{
border-color: #889263;
}
.TagClassName
{
border-color: #889263;
}
</style>