Shades of Chelsea Cucumber #85B647
Tints of Chelsea Cucumber #85B647
RGB
CMYK
RGB Variations
Color information
#85B647 (or 0x85B647) is known color: Chelsea Cucumber. HEX triplet: 85, B6 and 47. RGB value is (133,182,71). Sum of RGB (Red+Green+Blue) = 133+182+71=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #85B647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B647 is #7A49B8. Grayscale: #9B9B9B. Windows color (decimal): -8014265 or 4699781. OLE color: 4699781.
HSL color Cylindrical-coordinate representation of color #85B647: hue angle of 86.49º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85B647 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 71 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.29 |
| HSL | 86.49º | 0.44% | 0.5% | - |
| HSV(B) | 86.49º | 0.61% | 0.71% | - |
| XYZ | 27.54 | 38.9 | 12.02 | - |
| YUV | 154.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 71 | 0.27 | 0 | 0.61 | 0.29 | 86.49 | 0.44 | 0.5 |
| Hex | 85 | B6 | 47 | 1B | 0 | 3D | 1D | 56 | 2C | 32 |
| Octal | 205 | 266 | 107 | 33 | 0 | 75 | 35 | 126 | 54 | 62 |
| Binary | 10000101 | 10110110 | 1000111 | 11011 | 0 | 111101 | 11101 | 1010110 | 101100 | 110010 |
Color Harmonies of #85B647
Complementary color
Monochromatic Colors of #85B647
Black with #85B647
Text Example
Text Example
White with #85B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B647; }
p { color: rgb(133,182,71); }
H1.HeaderClassName
{
color: #85B647;
}
.AnyTagClassName
{
color: #85B647;
}
</style>
background-color css
<style>
a { background-color: #85B647; }
a { background-color: rgb(133,182,71); }
div.DivClassName
{
background-color: #85B647;
}
.BgClassName
{
background-color: #85B647;
}
</style>
border-color css
<style>
span { border-color: #85B647; }
span { border-color: rgb(133,182,71); }
td.TdClassName
{
border-color: #85B647;
}
.TagClassName
{
border-color: #85B647;
}
</style>