Shades of Chelsea Cucumber #85A356
Tints of Chelsea Cucumber #85A356
RGB
CMYK
RGB Variations
Color information
#85A356 (or 0x85A356) is known color: Chelsea Cucumber. HEX triplet: 85, A3 and 56. RGB value is (133,163,86). Sum of RGB (Red+Green+Blue) = 133+163+86=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #85A356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A356 is #7A5CA9. Grayscale: #919191. Windows color (decimal): -8019114 or 5677957. OLE color: 5677957.
HSL color Cylindrical-coordinate representation of color #85A356: hue angle of 83.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85A356 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 86 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.36 |
| HSL | 83.38º | 0.31% | 0.49% | - |
| HSV(B) | 83.38º | 0.47% | 0.64% | - |
| XYZ | 24.45 | 31.85 | 13.66 | - |
| YUV | 145.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 86 | 0.18 | 0 | 0.47 | 0.36 | 83.38 | 0.31 | 0.49 |
| Hex | 85 | A3 | 56 | 12 | 0 | 2F | 24 | 53 | 1F | 31 |
| Octal | 205 | 243 | 126 | 22 | 0 | 57 | 44 | 123 | 37 | 61 |
| Binary | 10000101 | 10100011 | 1010110 | 10010 | 0 | 101111 | 100100 | 1010011 | 11111 | 110001 |
Color Harmonies of #85A356
Complementary color
Monochromatic Colors of #85A356
Black with #85A356
Text Example
Text Example
White with #85A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A356; }
p { color: rgb(133,163,86); }
H1.HeaderClassName
{
color: #85A356;
}
.AnyTagClassName
{
color: #85A356;
}
</style>
background-color css
<style>
a { background-color: #85A356; }
a { background-color: rgb(133,163,86); }
div.DivClassName
{
background-color: #85A356;
}
.BgClassName
{
background-color: #85A356;
}
</style>
border-color css
<style>
span { border-color: #85A356; }
span { border-color: rgb(133,163,86); }
td.TdClassName
{
border-color: #85A356;
}
.TagClassName
{
border-color: #85A356;
}
</style>