Shades of Bitter #858C54
Tints of Bitter #858C54
RGB
CMYK
RGB Variations
Color information
#858C54 (or 0x858C54) is known color: Bitter. HEX triplet: 85, 8C and 54. RGB value is (133,140,84). Sum of RGB (Red+Green+Blue) = 133+140+84=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #858C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C54 is #7A73AB. Grayscale: #838383. Windows color (decimal): -8025004 or 5540997. OLE color: 5540997.
HSL color Cylindrical-coordinate representation of color #858C54: hue angle of 67.5º 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 #858C54 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 84 | - |
| CMYK | 0.05 | 0 | 0.4 | 0.45 |
| HSL | 67.5º | 0.25% | 0.44% | - |
| HSV(B) | 67.5º | 0.4% | 0.55% | - |
| XYZ | 20.65 | 24.38 | 12.01 | - |
| YUV | 131.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 84 | 0.05 | 0 | 0.4 | 0.45 | 67.5 | 0.25 | 0.44 |
| Hex | 85 | 8C | 54 | 5 | 0 | 28 | 2D | 44 | 19 | 2C |
| Octal | 205 | 214 | 124 | 5 | 0 | 50 | 55 | 104 | 31 | 54 |
| Binary | 10000101 | 10001100 | 1010100 | 101 | 0 | 101000 | 101101 | 1000100 | 11001 | 101100 |
Color Harmonies of #858C54
Complementary color
Monochromatic Colors of #858C54
Black with #858C54
Text Example
Text Example
White with #858C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C54; }
p { color: rgb(133,140,84); }
H1.HeaderClassName
{
color: #858C54;
}
.AnyTagClassName
{
color: #858C54;
}
</style>
background-color css
<style>
a { background-color: #858C54; }
a { background-color: rgb(133,140,84); }
div.DivClassName
{
background-color: #858C54;
}
.BgClassName
{
background-color: #858C54;
}
</style>
border-color css
<style>
span { border-color: #858C54; }
span { border-color: rgb(133,140,84); }
td.TdClassName
{
border-color: #858C54;
}
.TagClassName
{
border-color: #858C54;
}
</style>