Shades of Bitter #8B8D61
Tints of Bitter #8B8D61
RGB
CMYK
RGB Variations
Color information
#8B8D61 (or 0x8B8D61) is known color: Bitter. HEX triplet: 8B, 8D and 61. RGB value is (139,141,97). Sum of RGB (Red+Green+Blue) = 139+141+97=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D61 is #74729E. Grayscale: #878787. Windows color (decimal): -7631519 or 6393227. OLE color: 6393227.
HSL color Cylindrical-coordinate representation of color #8B8D61: hue angle of 62.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8D61 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 97 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.45 |
| HSL | 62.73º | 0.18% | 0.47% | - |
| HSV(B) | 62.73º | 0.31% | 0.55% | - |
| XYZ | 22.33 | 25.4 | 15.04 | - |
| YUV | 135.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 97 | 0.01 | 0 | 0.31 | 0.45 | 62.73 | 0.18 | 0.47 |
| Hex | 8B | 8D | 61 | 1 | 0 | 1F | 2D | 3F | 12 | 2F |
| Octal | 213 | 215 | 141 | 1 | 0 | 37 | 55 | 77 | 22 | 57 |
| Binary | 10001011 | 10001101 | 1100001 | 1 | 0 | 11111 | 101101 | 111111 | 10010 | 101111 |
Color Harmonies of #8B8D61
Complementary color
Monochromatic Colors of #8B8D61
Black with #8B8D61
Text Example
Text Example
White with #8B8D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D61; }
p { color: rgb(139,141,97); }
H1.HeaderClassName
{
color: #8B8D61;
}
.AnyTagClassName
{
color: #8B8D61;
}
</style>
background-color css
<style>
a { background-color: #8B8D61; }
a { background-color: rgb(139,141,97); }
div.DivClassName
{
background-color: #8B8D61;
}
.BgClassName
{
background-color: #8B8D61;
}
</style>
border-color css
<style>
span { border-color: #8B8D61; }
span { border-color: rgb(139,141,97); }
td.TdClassName
{
border-color: #8B8D61;
}
.TagClassName
{
border-color: #8B8D61;
}
</style>