Shades of Bitter #898C76
Tints of Bitter #898C76
RGB
CMYK
RGB Variations
Color information
#898C76 (or 0x898C76) is known color: Bitter. HEX triplet: 89, 8C and 76. RGB value is (137,140,118). Sum of RGB (Red+Green+Blue) = 137+140+118=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 140 - color contains mainly: green. Hex color #898C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C76 is #767389. Grayscale: #888888. Windows color (decimal): -7762826 or 7769225. OLE color: 7769225.
HSL color Cylindrical-coordinate representation of color #898C76: hue angle of 68.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #898C76 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 118 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.45 |
| HSL | 68.18º | 0.09% | 0.51% | - |
| HSV(B) | 68.18º | 0.16% | 0.55% | - |
| XYZ | 22.96 | 25.38 | 20.83 | - |
| YUV | 136.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 118 | 0.02 | 0 | 0.16 | 0.45 | 68.18 | 0.09 | 0.51 |
| Hex | 89 | 8C | 76 | 2 | 0 | 10 | 2D | 44 | 9 | 33 |
| Octal | 211 | 214 | 166 | 2 | 0 | 20 | 55 | 104 | 11 | 63 |
| Binary | 10001001 | 10001100 | 1110110 | 10 | 0 | 10000 | 101101 | 1000100 | 1001 | 110011 |
Color Harmonies of #898C76
Complementary color
Monochromatic Colors of #898C76
Black with #898C76
Text Example
Text Example
White with #898C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C76; }
p { color: rgb(137,140,118); }
H1.HeaderClassName
{
color: #898C76;
}
.AnyTagClassName
{
color: #898C76;
}
</style>
background-color css
<style>
a { background-color: #898C76; }
a { background-color: rgb(137,140,118); }
div.DivClassName
{
background-color: #898C76;
}
.BgClassName
{
background-color: #898C76;
}
</style>
border-color css
<style>
span { border-color: #898C76; }
span { border-color: rgb(137,140,118); }
td.TdClassName
{
border-color: #898C76;
}
.TagClassName
{
border-color: #898C76;
}
</style>