Shades of Bitter #8B9155
Tints of Bitter #8B9155
RGB
CMYK
RGB Variations
Color information
#8B9155 (or 0x8B9155) is known color: Bitter. HEX triplet: 8B, 91 and 55. RGB value is (139,145,85). Sum of RGB (Red+Green+Blue) = 139+145+85=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9155 is #746EAA. Grayscale: #888888. Windows color (decimal): -7630507 or 5607819. OLE color: 5607819.
HSL color Cylindrical-coordinate representation of color #8B9155: hue angle of 66º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9155 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 85 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.43 |
| HSL | 66º | 0.26% | 0.45% | - |
| HSV(B) | 66º | 0.41% | 0.57% | - |
| XYZ | 22.41 | 26.4 | 12.51 | - |
| YUV | 136.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 85 | 0.04 | 0 | 0.41 | 0.43 | 66 | 0.26 | 0.45 |
| Hex | 8B | 91 | 55 | 4 | 0 | 29 | 2B | 42 | 1A | 2D |
| Octal | 213 | 221 | 125 | 4 | 0 | 51 | 53 | 102 | 32 | 55 |
| Binary | 10001011 | 10010001 | 1010101 | 100 | 0 | 101001 | 101011 | 1000010 | 11010 | 101101 |
Color Harmonies of #8B9155
Complementary color
Monochromatic Colors of #8B9155
Black with #8B9155
Text Example
Text Example
White with #8B9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9155; }
p { color: rgb(139,145,85); }
H1.HeaderClassName
{
color: #8B9155;
}
.AnyTagClassName
{
color: #8B9155;
}
</style>
background-color css
<style>
a { background-color: #8B9155; }
a { background-color: rgb(139,145,85); }
div.DivClassName
{
background-color: #8B9155;
}
.BgClassName
{
background-color: #8B9155;
}
</style>
border-color css
<style>
span { border-color: #8B9155; }
span { border-color: rgb(139,145,85); }
td.TdClassName
{
border-color: #8B9155;
}
.TagClassName
{
border-color: #8B9155;
}
</style>