Shades of Bitter #899265
Tints of Bitter #899265
RGB
CMYK
RGB Variations
Color information
#899265 (or 0x899265) is known color: Bitter. HEX triplet: 89, 92 and 65. RGB value is (137,146,101). Sum of RGB (Red+Green+Blue) = 137+146+101=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #899265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899265 is #766D9A. Grayscale: #8A8A8A. Windows color (decimal): -7761307 or 6656649. OLE color: 6656649.
HSL color Cylindrical-coordinate representation of color #899265: hue angle of 72º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #899265 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 101 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.43 |
| HSL | 72º | 0.18% | 0.48% | - |
| HSV(B) | 72º | 0.31% | 0.57% | - |
| XYZ | 22.94 | 26.82 | 16.28 | - |
| YUV | 138.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 101 | 0.06 | 0 | 0.31 | 0.43 | 72 | 0.18 | 0.48 |
| Hex | 89 | 92 | 65 | 6 | 0 | 1F | 2B | 48 | 12 | 30 |
| Octal | 211 | 222 | 145 | 6 | 0 | 37 | 53 | 110 | 22 | 60 |
| Binary | 10001001 | 10010010 | 1100101 | 110 | 0 | 11111 | 101011 | 1001000 | 10010 | 110000 |
Color Harmonies of #899265
Complementary color
Monochromatic Colors of #899265
Black with #899265
Text Example
Text Example
White with #899265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899265; }
p { color: rgb(137,146,101); }
H1.HeaderClassName
{
color: #899265;
}
.AnyTagClassName
{
color: #899265;
}
</style>
background-color css
<style>
a { background-color: #899265; }
a { background-color: rgb(137,146,101); }
div.DivClassName
{
background-color: #899265;
}
.BgClassName
{
background-color: #899265;
}
</style>
border-color css
<style>
span { border-color: #899265; }
span { border-color: rgb(137,146,101); }
td.TdClassName
{
border-color: #899265;
}
.TagClassName
{
border-color: #899265;
}
</style>