Shades of Bitter #878C54
Tints of Bitter #878C54
RGB
CMYK
RGB Variations
Color information
#878C54 (or 0x878C54) is known color: Bitter. HEX triplet: 87, 8C and 54. RGB value is (135,140,84). Sum of RGB (Red+Green+Blue) = 135+140+84=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 140 - color contains mainly: green. Hex color #878C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C54 is #7873AB. Grayscale: #848484. Windows color (decimal): -7893932 or 5540999. OLE color: 5540999.
HSL color Cylindrical-coordinate representation of color #878C54: hue angle of 65.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #878C54 is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 84 | - |
| CMYK | 0.04 | 0 | 0.4 | 0.45 |
| HSL | 65.36º | 0.25% | 0.44% | - |
| HSV(B) | 65.36º | 0.4% | 0.55% | - |
| XYZ | 20.97 | 24.55 | 12.02 | - |
| YUV | 132.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 84 | 0.04 | 0 | 0.4 | 0.45 | 65.36 | 0.25 | 0.44 |
| Hex | 87 | 8C | 54 | 4 | 0 | 28 | 2D | 41 | 19 | 2C |
| Octal | 207 | 214 | 124 | 4 | 0 | 50 | 55 | 101 | 31 | 54 |
| Binary | 10000111 | 10001100 | 1010100 | 100 | 0 | 101000 | 101101 | 1000001 | 11001 | 101100 |
Color Harmonies of #878C54
Complementary color
Monochromatic Colors of #878C54
Black with #878C54
Text Example
Text Example
White with #878C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C54; }
p { color: rgb(135,140,84); }
H1.HeaderClassName
{
color: #878C54;
}
.AnyTagClassName
{
color: #878C54;
}
</style>
background-color css
<style>
a { background-color: #878C54; }
a { background-color: rgb(135,140,84); }
div.DivClassName
{
background-color: #878C54;
}
.BgClassName
{
background-color: #878C54;
}
</style>
border-color css
<style>
span { border-color: #878C54; }
span { border-color: rgb(135,140,84); }
td.TdClassName
{
border-color: #878C54;
}
.TagClassName
{
border-color: #878C54;
}
</style>