Shades of Bitter #89926F
Tints of Bitter #89926F
RGB
CMYK
RGB Variations
Color information
#89926F (or 0x89926F) is known color: Bitter. HEX triplet: 89, 92 and 6F. RGB value is (137,146,111). Sum of RGB (Red+Green+Blue) = 137+146+111=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #89926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89926F is #766D90. Grayscale: #8B8B8B. Windows color (decimal): -7761297 or 7312009. OLE color: 7312009.
HSL color Cylindrical-coordinate representation of color #89926F: hue angle of 75.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89926F is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 111 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.43 |
| HSL | 75.43º | 0.14% | 0.5% | - |
| HSV(B) | 75.43º | 0.24% | 0.57% | - |
| XYZ | 23.46 | 27.02 | 19.02 | - |
| YUV | 139.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 111 | 0.06 | 0 | 0.24 | 0.43 | 75.43 | 0.14 | 0.5 |
| Hex | 89 | 92 | 6F | 6 | 0 | 18 | 2B | 4B | E | 32 |
| Octal | 211 | 222 | 157 | 6 | 0 | 30 | 53 | 113 | 16 | 62 |
| Binary | 10001001 | 10010010 | 1101111 | 110 | 0 | 11000 | 101011 | 1001011 | 1110 | 110010 |
Color Harmonies of #89926F
Complementary color
Monochromatic Colors of #89926F
Black with #89926F
Text Example
Text Example
White with #89926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89926F; }
p { color: rgb(137,146,111); }
H1.HeaderClassName
{
color: #89926F;
}
.AnyTagClassName
{
color: #89926F;
}
</style>
background-color css
<style>
a { background-color: #89926F; }
a { background-color: rgb(137,146,111); }
div.DivClassName
{
background-color: #89926F;
}
.BgClassName
{
background-color: #89926F;
}
</style>
border-color css
<style>
span { border-color: #89926F; }
span { border-color: rgb(137,146,111); }
td.TdClassName
{
border-color: #89926F;
}
.TagClassName
{
border-color: #89926F;
}
</style>