Shades of Bitter #879256
Tints of Bitter #879256
RGB
CMYK
RGB Variations
Color information
#879256 (or 0x879256) is known color: Bitter. HEX triplet: 87, 92 and 56. RGB value is (135,146,86). Sum of RGB (Red+Green+Blue) = 135+146+86=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #879256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879256 is #786DA9. Grayscale: #888888. Windows color (decimal): -7892394 or 5673607. OLE color: 5673607.
HSL color Cylindrical-coordinate representation of color #879256: hue angle of 71º 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 #879256 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 86 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.43 |
| HSL | 71º | 0.26% | 0.45% | - |
| HSV(B) | 71º | 0.41% | 0.57% | - |
| XYZ | 21.95 | 26.38 | 12.74 | - |
| YUV | 135.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 86 | 0.08 | 0 | 0.41 | 0.43 | 71 | 0.26 | 0.45 |
| Hex | 87 | 92 | 56 | 8 | 0 | 29 | 2B | 47 | 1A | 2D |
| Octal | 207 | 222 | 126 | 10 | 0 | 51 | 53 | 107 | 32 | 55 |
| Binary | 10000111 | 10010010 | 1010110 | 1000 | 0 | 101001 | 101011 | 1000111 | 11010 | 101101 |
Color Harmonies of #879256
Complementary color
Monochromatic Colors of #879256
Black with #879256
Text Example
Text Example
White with #879256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879256; }
p { color: rgb(135,146,86); }
H1.HeaderClassName
{
color: #879256;
}
.AnyTagClassName
{
color: #879256;
}
</style>
background-color css
<style>
a { background-color: #879256; }
a { background-color: rgb(135,146,86); }
div.DivClassName
{
background-color: #879256;
}
.BgClassName
{
background-color: #879256;
}
</style>
border-color css
<style>
span { border-color: #879256; }
span { border-color: rgb(135,146,86); }
td.TdClassName
{
border-color: #879256;
}
.TagClassName
{
border-color: #879256;
}
</style>