Shades of Bitter #8B8D6C
Tints of Bitter #8B8D6C
RGB
CMYK
RGB Variations
Color information
#8B8D6C (or 0x8B8D6C) is known color: Bitter. HEX triplet: 8B, 8D and 6C. RGB value is (139,141,108). Sum of RGB (Red+Green+Blue) = 139+141+108=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D6C is #747293. Grayscale: #888888. Windows color (decimal): -7631508 or 7114123. OLE color: 7114123.
HSL color Cylindrical-coordinate representation of color #8B8D6C: hue angle of 63.64º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B8D6C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 108 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.45 |
| HSL | 63.64º | 0.13% | 0.49% | - |
| HSV(B) | 63.64º | 0.23% | 0.55% | - |
| XYZ | 22.88 | 25.62 | 17.93 | - |
| YUV | 136.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 108 | 0.01 | 0 | 0.23 | 0.45 | 63.64 | 0.13 | 0.49 |
| Hex | 8B | 8D | 6C | 1 | 0 | 17 | 2D | 40 | D | 31 |
| Octal | 213 | 215 | 154 | 1 | 0 | 27 | 55 | 100 | 15 | 61 |
| Binary | 10001011 | 10001101 | 1101100 | 1 | 0 | 10111 | 101101 | 1000000 | 1101 | 110001 |
Color Harmonies of #8B8D6C
Complementary color
Monochromatic Colors of #8B8D6C
Black with #8B8D6C
Text Example
Text Example
White with #8B8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D6C; }
p { color: rgb(139,141,108); }
H1.HeaderClassName
{
color: #8B8D6C;
}
.AnyTagClassName
{
color: #8B8D6C;
}
</style>
background-color css
<style>
a { background-color: #8B8D6C; }
a { background-color: rgb(139,141,108); }
div.DivClassName
{
background-color: #8B8D6C;
}
.BgClassName
{
background-color: #8B8D6C;
}
</style>
border-color css
<style>
span { border-color: #8B8D6C; }
span { border-color: rgb(139,141,108); }
td.TdClassName
{
border-color: #8B8D6C;
}
.TagClassName
{
border-color: #8B8D6C;
}
</style>