Shades of Bitter #858A57
Tints of Bitter #858A57
RGB
CMYK
RGB Variations
Color information
#858A57 (or 0x858A57) is known color: Bitter. HEX triplet: 85, 8A and 57. RGB value is (133,138,87). Sum of RGB (Red+Green+Blue) = 133+138+87=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #858A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A57 is #7A75A8. Grayscale: #828282. Windows color (decimal): -8025513 or 5737093. OLE color: 5737093.
HSL color Cylindrical-coordinate representation of color #858A57: hue angle of 65.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858A57 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 87 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.46 |
| HSL | 65.88º | 0.23% | 0.44% | - |
| HSV(B) | 65.88º | 0.37% | 0.54% | - |
| XYZ | 20.48 | 23.85 | 12.54 | - |
| YUV | 130.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 87 | 0.04 | 0 | 0.37 | 0.46 | 65.88 | 0.23 | 0.44 |
| Hex | 85 | 8A | 57 | 4 | 0 | 25 | 2E | 42 | 17 | 2C |
| Octal | 205 | 212 | 127 | 4 | 0 | 45 | 56 | 102 | 27 | 54 |
| Binary | 10000101 | 10001010 | 1010111 | 100 | 0 | 100101 | 101110 | 1000010 | 10111 | 101100 |
Color Harmonies of #858A57
Complementary color
Monochromatic Colors of #858A57
Black with #858A57
Text Example
Text Example
White with #858A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A57; }
p { color: rgb(133,138,87); }
H1.HeaderClassName
{
color: #858A57;
}
.AnyTagClassName
{
color: #858A57;
}
</style>
background-color css
<style>
a { background-color: #858A57; }
a { background-color: rgb(133,138,87); }
div.DivClassName
{
background-color: #858A57;
}
.BgClassName
{
background-color: #858A57;
}
</style>
border-color css
<style>
span { border-color: #858A57; }
span { border-color: rgb(133,138,87); }
td.TdClassName
{
border-color: #858A57;
}
.TagClassName
{
border-color: #858A57;
}
</style>