Shades of Bitter #8B8E73
Tints of Bitter #8B8E73
RGB
CMYK
RGB Variations
Color information
#8B8E73 (or 0x8B8E73) is known color: Bitter. HEX triplet: 8B, 8E and 73. RGB value is (139,142,115). Sum of RGB (Red+Green+Blue) = 139+142+115=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E73 is #74718C. Grayscale: #8A8A8A. Windows color (decimal): -7631245 or 7573131. OLE color: 7573131.
HSL color Cylindrical-coordinate representation of color #8B8E73: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8E73 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 115 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.44 |
| HSL | 66.67º | 0.11% | 0.5% | - |
| HSV(B) | 66.67º | 0.19% | 0.56% | - |
| XYZ | 23.41 | 26.07 | 20.02 | - |
| YUV | 138.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 115 | 0.02 | 0 | 0.19 | 0.44 | 66.67 | 0.11 | 0.5 |
| Hex | 8B | 8E | 73 | 2 | 0 | 13 | 2C | 43 | B | 32 |
| Octal | 213 | 216 | 163 | 2 | 0 | 23 | 54 | 103 | 13 | 62 |
| Binary | 10001011 | 10001110 | 1110011 | 10 | 0 | 10011 | 101100 | 1000011 | 1011 | 110010 |
Color Harmonies of #8B8E73
Complementary color
Monochromatic Colors of #8B8E73
Black with #8B8E73
Text Example
Text Example
White with #8B8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E73; }
p { color: rgb(139,142,115); }
H1.HeaderClassName
{
color: #8B8E73;
}
.AnyTagClassName
{
color: #8B8E73;
}
</style>
background-color css
<style>
a { background-color: #8B8E73; }
a { background-color: rgb(139,142,115); }
div.DivClassName
{
background-color: #8B8E73;
}
.BgClassName
{
background-color: #8B8E73;
}
</style>
border-color css
<style>
span { border-color: #8B8E73; }
span { border-color: rgb(139,142,115); }
td.TdClassName
{
border-color: #8B8E73;
}
.TagClassName
{
border-color: #8B8E73;
}
</style>