Shades of Bitter #899066
Tints of Bitter #899066
RGB
CMYK
RGB Variations
Color information
#899066 (or 0x899066) is known color: Bitter. HEX triplet: 89, 90 and 66. RGB value is (137,144,102). Sum of RGB (Red+Green+Blue) = 137+144+102=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #899066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899066 is #766F99. Grayscale: #898989. Windows color (decimal): -7761818 or 6721673. OLE color: 6721673.
HSL color Cylindrical-coordinate representation of color #899066: hue angle of 70º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899066 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 102 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.44 |
| HSL | 70º | 0.17% | 0.48% | - |
| HSV(B) | 70º | 0.29% | 0.56% | - |
| XYZ | 22.69 | 26.22 | 16.44 | - |
| YUV | 137.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 102 | 0.05 | 0 | 0.29 | 0.44 | 70 | 0.17 | 0.48 |
| Hex | 89 | 90 | 66 | 5 | 0 | 1D | 2C | 46 | 11 | 30 |
| Octal | 211 | 220 | 146 | 5 | 0 | 35 | 54 | 106 | 21 | 60 |
| Binary | 10001001 | 10010000 | 1100110 | 101 | 0 | 11101 | 101100 | 1000110 | 10001 | 110000 |
Color Harmonies of #899066
Complementary color
Monochromatic Colors of #899066
Black with #899066
Text Example
Text Example
White with #899066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899066; }
p { color: rgb(137,144,102); }
H1.HeaderClassName
{
color: #899066;
}
.AnyTagClassName
{
color: #899066;
}
</style>
background-color css
<style>
a { background-color: #899066; }
a { background-color: rgb(137,144,102); }
div.DivClassName
{
background-color: #899066;
}
.BgClassName
{
background-color: #899066;
}
</style>
border-color css
<style>
span { border-color: #899066; }
span { border-color: rgb(137,144,102); }
td.TdClassName
{
border-color: #899066;
}
.TagClassName
{
border-color: #899066;
}
</style>