Shades of Chelsea Cucumber #85B547
Tints of Chelsea Cucumber #85B547
RGB
CMYK
RGB Variations
Color information
#85B547 (or 0x85B547) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 47. RGB value is (133,181,71). Sum of RGB (Red+Green+Blue) = 133+181+71=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #85B547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B547 is #7A4AB8. Grayscale: #9A9A9A. Windows color (decimal): -8014521 or 4699525. OLE color: 4699525.
HSL color Cylindrical-coordinate representation of color #85B547: hue angle of 86.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85B547 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 71 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.29 |
| HSL | 86.18º | 0.44% | 0.49% | - |
| HSV(B) | 86.18º | 0.61% | 0.71% | - |
| XYZ | 27.33 | 38.49 | 11.95 | - |
| YUV | 154.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 71 | 0.27 | 0 | 0.61 | 0.29 | 86.18 | 0.44 | 0.49 |
| Hex | 85 | B5 | 47 | 1B | 0 | 3D | 1D | 56 | 2C | 31 |
| Octal | 205 | 265 | 107 | 33 | 0 | 75 | 35 | 126 | 54 | 61 |
| Binary | 10000101 | 10110101 | 1000111 | 11011 | 0 | 111101 | 11101 | 1010110 | 101100 | 110001 |
Color Harmonies of #85B547
Complementary color
Monochromatic Colors of #85B547
Black with #85B547
Text Example
Text Example
White with #85B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B547; }
p { color: rgb(133,181,71); }
H1.HeaderClassName
{
color: #85B547;
}
.AnyTagClassName
{
color: #85B547;
}
</style>
background-color css
<style>
a { background-color: #85B547; }
a { background-color: rgb(133,181,71); }
div.DivClassName
{
background-color: #85B547;
}
.BgClassName
{
background-color: #85B547;
}
</style>
border-color css
<style>
span { border-color: #85B547; }
span { border-color: rgb(133,181,71); }
td.TdClassName
{
border-color: #85B547;
}
.TagClassName
{
border-color: #85B547;
}
</style>