Shades of Bitter #858C53
Tints of Bitter #858C53
RGB
CMYK
RGB Variations
Color information
#858C53 (or 0x858C53) is known color: Bitter. HEX triplet: 85, 8C and 53. RGB value is (133,140,83). Sum of RGB (Red+Green+Blue) = 133+140+83=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #858C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C53 is #7A73AC. Grayscale: #838383. Windows color (decimal): -8025005 or 5475461. OLE color: 5475461.
HSL color Cylindrical-coordinate representation of color #858C53: hue angle of 67.37º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #858C53 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 83 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.45 |
| HSL | 67.37º | 0.26% | 0.44% | - |
| HSV(B) | 67.37º | 0.41% | 0.55% | - |
| XYZ | 20.61 | 24.37 | 11.8 | - |
| YUV | 131.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 83 | 0.05 | 0 | 0.41 | 0.45 | 67.37 | 0.26 | 0.44 |
| Hex | 85 | 8C | 53 | 5 | 0 | 29 | 2D | 43 | 1A | 2C |
| Octal | 205 | 214 | 123 | 5 | 0 | 51 | 55 | 103 | 32 | 54 |
| Binary | 10000101 | 10001100 | 1010011 | 101 | 0 | 101001 | 101101 | 1000011 | 11010 | 101100 |
Color Harmonies of #858C53
Complementary color
Monochromatic Colors of #858C53
Black with #858C53
Text Example
Text Example
White with #858C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C53; }
p { color: rgb(133,140,83); }
H1.HeaderClassName
{
color: #858C53;
}
.AnyTagClassName
{
color: #858C53;
}
</style>
background-color css
<style>
a { background-color: #858C53; }
a { background-color: rgb(133,140,83); }
div.DivClassName
{
background-color: #858C53;
}
.BgClassName
{
background-color: #858C53;
}
</style>
border-color css
<style>
span { border-color: #858C53; }
span { border-color: rgb(133,140,83); }
td.TdClassName
{
border-color: #858C53;
}
.TagClassName
{
border-color: #858C53;
}
</style>