Shades of Bitter #899056
Tints of Bitter #899056
RGB
CMYK
RGB Variations
Color information
#899056 (or 0x899056) is known color: Bitter. HEX triplet: 89, 90 and 56. RGB value is (137,144,86). Sum of RGB (Red+Green+Blue) = 137+144+86=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #899056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899056 is #766FA9. Grayscale: #878787. Windows color (decimal): -7761834 or 5673097. OLE color: 5673097.
HSL color Cylindrical-coordinate representation of color #899056: hue angle of 67.24º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899056 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 86 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.44 |
| HSL | 67.24º | 0.25% | 0.45% | - |
| HSV(B) | 67.24º | 0.4% | 0.56% | - |
| XYZ | 21.97 | 25.94 | 12.65 | - |
| YUV | 135.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 86 | 0.05 | 0 | 0.40 | 0.44 | 67.24 | 0.25 | 0.45 |
| Hex | 89 | 90 | 56 | 5 | 0 | 28 | 2C | 43 | 19 | 2D |
| Octal | 211 | 220 | 126 | 5 | 0 | 50 | 54 | 103 | 31 | 55 |
| Binary | 10001001 | 10010000 | 1010110 | 101 | 0 | 101000 | 101100 | 1000011 | 11001 | 101101 |
Color Harmonies of #899056
Complementary color
Monochromatic Colors of #899056
Black with #899056
Text Example
Text Example
White with #899056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899056; }
p { color: rgb(137,144,86); }
H1.HeaderClassName
{
color: #899056;
}
.AnyTagClassName
{
color: #899056;
}
</style>
background-color css
<style>
a { background-color: #899056; }
a { background-color: rgb(137,144,86); }
div.DivClassName
{
background-color: #899056;
}
.BgClassName
{
background-color: #899056;
}
</style>
border-color css
<style>
span { border-color: #899056; }
span { border-color: rgb(137,144,86); }
td.TdClassName
{
border-color: #899056;
}
.TagClassName
{
border-color: #899056;
}
</style>