Shades of Bitter #8B8E66
Tints of Bitter #8B8E66
RGB
CMYK
RGB Variations
Color information
#8B8E66 (or 0x8B8E66) is known color: Bitter. HEX triplet: 8B, 8E and 66. RGB value is (139,142,102). Sum of RGB (Red+Green+Blue) = 139+142+102=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E66 is #747199. Grayscale: #888888. Windows color (decimal): -7631258 or 6721163. OLE color: 6721163.
HSL color Cylindrical-coordinate representation of color #8B8E66: hue angle of 64.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B8E66 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 102 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.44 |
| HSL | 64.5º | 0.16% | 0.48% | - |
| HSV(B) | 64.5º | 0.28% | 0.56% | - |
| XYZ | 22.72 | 25.79 | 16.35 | - |
| YUV | 136.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 102 | 0.02 | 0 | 0.28 | 0.44 | 64.5 | 0.16 | 0.48 |
| Hex | 8B | 8E | 66 | 2 | 0 | 1C | 2C | 40 | 10 | 30 |
| Octal | 213 | 216 | 146 | 2 | 0 | 34 | 54 | 100 | 20 | 60 |
| Binary | 10001011 | 10001110 | 1100110 | 10 | 0 | 11100 | 101100 | 1000000 | 10000 | 110000 |
Color Harmonies of #8B8E66
Complementary color
Monochromatic Colors of #8B8E66
Black with #8B8E66
Text Example
Text Example
White with #8B8E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E66; }
p { color: rgb(139,142,102); }
H1.HeaderClassName
{
color: #8B8E66;
}
.AnyTagClassName
{
color: #8B8E66;
}
</style>
background-color css
<style>
a { background-color: #8B8E66; }
a { background-color: rgb(139,142,102); }
div.DivClassName
{
background-color: #8B8E66;
}
.BgClassName
{
background-color: #8B8E66;
}
</style>
border-color css
<style>
span { border-color: #8B8E66; }
span { border-color: rgb(139,142,102); }
td.TdClassName
{
border-color: #8B8E66;
}
.TagClassName
{
border-color: #8B8E66;
}
</style>