Shades of Bitter #899064
Tints of Bitter #899064
RGB
CMYK
RGB Variations
Color information
#899064 (or 0x899064) is known color: Bitter. HEX triplet: 89, 90 and 64. RGB value is (137,144,100). Sum of RGB (Red+Green+Blue) = 137+144+100=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #899064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899064 is #766F9B. Grayscale: #898989. Windows color (decimal): -7761820 or 6590601. OLE color: 6590601.
HSL color Cylindrical-coordinate representation of color #899064: hue angle of 69.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #899064 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 100 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.44 |
| HSL | 69.55º | 0.18% | 0.48% | - |
| HSV(B) | 69.55º | 0.31% | 0.56% | - |
| XYZ | 22.59 | 26.18 | 15.92 | - |
| YUV | 136.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 100 | 0.05 | 0 | 0.31 | 0.44 | 69.55 | 0.18 | 0.48 |
| Hex | 89 | 90 | 64 | 5 | 0 | 1F | 2C | 46 | 12 | 30 |
| Octal | 211 | 220 | 144 | 5 | 0 | 37 | 54 | 106 | 22 | 60 |
| Binary | 10001001 | 10010000 | 1100100 | 101 | 0 | 11111 | 101100 | 1000110 | 10010 | 110000 |
Color Harmonies of #899064
Complementary color
Monochromatic Colors of #899064
Black with #899064
Text Example
Text Example
White with #899064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899064; }
p { color: rgb(137,144,100); }
H1.HeaderClassName
{
color: #899064;
}
.AnyTagClassName
{
color: #899064;
}
</style>
background-color css
<style>
a { background-color: #899064; }
a { background-color: rgb(137,144,100); }
div.DivClassName
{
background-color: #899064;
}
.BgClassName
{
background-color: #899064;
}
</style>
border-color css
<style>
span { border-color: #899064; }
span { border-color: rgb(137,144,100); }
td.TdClassName
{
border-color: #899064;
}
.TagClassName
{
border-color: #899064;
}
</style>