Shades of Bitter #889169
Tints of Bitter #889169
RGB
CMYK
RGB Variations
Color information
#889169 (or 0x889169) is known color: Bitter. HEX triplet: 88, 91 and 69. RGB value is (136,145,105). Sum of RGB (Red+Green+Blue) = 136+145+105=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #889169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889169 is #776E96. Grayscale: #898989. Windows color (decimal): -7827095 or 6918536. OLE color: 6918536.
HSL color Cylindrical-coordinate representation of color #889169: hue angle of 73.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889169 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 105 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.43 |
| HSL | 73.5º | 0.16% | 0.49% | - |
| HSV(B) | 73.5º | 0.28% | 0.57% | - |
| XYZ | 22.83 | 26.5 | 17.28 | - |
| YUV | 137.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 105 | 0.06 | 0 | 0.28 | 0.43 | 73.5 | 0.16 | 0.49 |
| Hex | 88 | 91 | 69 | 6 | 0 | 1C | 2B | 4A | 10 | 31 |
| Octal | 210 | 221 | 151 | 6 | 0 | 34 | 53 | 112 | 20 | 61 |
| Binary | 10001000 | 10010001 | 1101001 | 110 | 0 | 11100 | 101011 | 1001010 | 10000 | 110001 |
Color Harmonies of #889169
Complementary color
Monochromatic Colors of #889169
Black with #889169
Text Example
Text Example
White with #889169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889169; }
p { color: rgb(136,145,105); }
H1.HeaderClassName
{
color: #889169;
}
.AnyTagClassName
{
color: #889169;
}
</style>
background-color css
<style>
a { background-color: #889169; }
a { background-color: rgb(136,145,105); }
div.DivClassName
{
background-color: #889169;
}
.BgClassName
{
background-color: #889169;
}
</style>
border-color css
<style>
span { border-color: #889169; }
span { border-color: rgb(136,145,105); }
td.TdClassName
{
border-color: #889169;
}
.TagClassName
{
border-color: #889169;
}
</style>