Shades of Chelsea Cucumber #85A359
Tints of Chelsea Cucumber #85A359
RGB
CMYK
RGB Variations
Color information
#85A359 (or 0x85A359) is known color: Chelsea Cucumber. HEX triplet: 85, A3 and 59. RGB value is (133,163,89). Sum of RGB (Red+Green+Blue) = 133+163+89=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #85A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A359 is #7A5CA6. Grayscale: #919191. Windows color (decimal): -8019111 or 5874565. OLE color: 5874565.
HSL color Cylindrical-coordinate representation of color #85A359: hue angle of 84.32º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85A359 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 89 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.36 |
| HSL | 84.32º | 0.29% | 0.49% | - |
| HSV(B) | 84.32º | 0.45% | 0.64% | - |
| XYZ | 24.57 | 31.9 | 14.31 | - |
| YUV | 145.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 89 | 0.18 | 0 | 0.45 | 0.36 | 84.32 | 0.29 | 0.49 |
| Hex | 85 | A3 | 59 | 12 | 0 | 2D | 24 | 54 | 1D | 31 |
| Octal | 205 | 243 | 131 | 22 | 0 | 55 | 44 | 124 | 35 | 61 |
| Binary | 10000101 | 10100011 | 1011001 | 10010 | 0 | 101101 | 100100 | 1010100 | 11101 | 110001 |
Color Harmonies of #85A359
Complementary color
Monochromatic Colors of #85A359
Black with #85A359
Text Example
Text Example
White with #85A359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A359; }
p { color: rgb(133,163,89); }
H1.HeaderClassName
{
color: #85A359;
}
.AnyTagClassName
{
color: #85A359;
}
</style>
background-color css
<style>
a { background-color: #85A359; }
a { background-color: rgb(133,163,89); }
div.DivClassName
{
background-color: #85A359;
}
.BgClassName
{
background-color: #85A359;
}
</style>
border-color css
<style>
span { border-color: #85A359; }
span { border-color: rgb(133,163,89); }
td.TdClassName
{
border-color: #85A359;
}
.TagClassName
{
border-color: #85A359;
}
</style>