Shades of Bitter #879255
Tints of Bitter #879255
RGB
CMYK
RGB Variations
Color information
#879255 (or 0x879255) is known color: Bitter. HEX triplet: 87, 92 and 55. RGB value is (135,146,85). Sum of RGB (Red+Green+Blue) = 135+146+85=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #879255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879255 is #786DAA. Grayscale: #878787. Windows color (decimal): -7892395 or 5608071. OLE color: 5608071.
HSL color Cylindrical-coordinate representation of color #879255: hue angle of 70.82º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #879255 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 85 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.43 |
| HSL | 70.82º | 0.26% | 0.45% | - |
| HSV(B) | 70.82º | 0.42% | 0.57% | - |
| XYZ | 21.91 | 26.36 | 12.53 | - |
| YUV | 135.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 85 | 0.08 | 0 | 0.42 | 0.43 | 70.82 | 0.26 | 0.45 |
| Hex | 87 | 92 | 55 | 8 | 0 | 2A | 2B | 47 | 1A | 2D |
| Octal | 207 | 222 | 125 | 10 | 0 | 52 | 53 | 107 | 32 | 55 |
| Binary | 10000111 | 10010010 | 1010101 | 1000 | 0 | 101010 | 101011 | 1000111 | 11010 | 101101 |
Color Harmonies of #879255
Complementary color
Monochromatic Colors of #879255
Black with #879255
Text Example
Text Example
White with #879255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879255; }
p { color: rgb(135,146,85); }
H1.HeaderClassName
{
color: #879255;
}
.AnyTagClassName
{
color: #879255;
}
</style>
background-color css
<style>
a { background-color: #879255; }
a { background-color: rgb(135,146,85); }
div.DivClassName
{
background-color: #879255;
}
.BgClassName
{
background-color: #879255;
}
</style>
border-color css
<style>
span { border-color: #879255; }
span { border-color: rgb(135,146,85); }
td.TdClassName
{
border-color: #879255;
}
.TagClassName
{
border-color: #879255;
}
</style>