Shades of Bitter #899167
Tints of Bitter #899167
RGB
CMYK
RGB Variations
Color information
#899167 (or 0x899167) is known color: Bitter. HEX triplet: 89, 91 and 67. RGB value is (137,145,103). Sum of RGB (Red+Green+Blue) = 137+145+103=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #899167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899167 is #766E98. Grayscale: #898989. Windows color (decimal): -7761561 or 6787465. OLE color: 6787465.
HSL color Cylindrical-coordinate representation of color #899167: hue angle of 71.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899167 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 103 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.43 |
| HSL | 71.43º | 0.17% | 0.49% | - |
| HSV(B) | 71.43º | 0.29% | 0.57% | - |
| XYZ | 22.89 | 26.55 | 16.75 | - |
| YUV | 137.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 103 | 0.06 | 0 | 0.29 | 0.43 | 71.43 | 0.17 | 0.49 |
| Hex | 89 | 91 | 67 | 6 | 0 | 1D | 2B | 47 | 11 | 31 |
| Octal | 211 | 221 | 147 | 6 | 0 | 35 | 53 | 107 | 21 | 61 |
| Binary | 10001001 | 10010001 | 1100111 | 110 | 0 | 11101 | 101011 | 1000111 | 10001 | 110001 |
Color Harmonies of #899167
Complementary color
Monochromatic Colors of #899167
Black with #899167
Text Example
Text Example
White with #899167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899167; }
p { color: rgb(137,145,103); }
H1.HeaderClassName
{
color: #899167;
}
.AnyTagClassName
{
color: #899167;
}
</style>
background-color css
<style>
a { background-color: #899167; }
a { background-color: rgb(137,145,103); }
div.DivClassName
{
background-color: #899167;
}
.BgClassName
{
background-color: #899167;
}
</style>
border-color css
<style>
span { border-color: #899167; }
span { border-color: rgb(137,145,103); }
td.TdClassName
{
border-color: #899167;
}
.TagClassName
{
border-color: #899167;
}
</style>