Shades of Chelsea Cucumber #85A354
Tints of Chelsea Cucumber #85A354
RGB
CMYK
RGB Variations
Color information
#85A354 (or 0x85A354) is known color: Chelsea Cucumber. HEX triplet: 85, A3 and 54. RGB value is (133,163,84). Sum of RGB (Red+Green+Blue) = 133+163+84=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #85A354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A354 is #7A5CAB. Grayscale: #919191. Windows color (decimal): -8019116 or 5546885. OLE color: 5546885.
HSL color Cylindrical-coordinate representation of color #85A354: hue angle of 82.78º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A354 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 84 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.36 |
| HSL | 82.78º | 0.32% | 0.48% | - |
| HSV(B) | 82.78º | 0.48% | 0.64% | - |
| XYZ | 24.37 | 31.82 | 13.25 | - |
| YUV | 145.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 84 | 0.18 | 0 | 0.48 | 0.36 | 82.78 | 0.32 | 0.48 |
| Hex | 85 | A3 | 54 | 12 | 0 | 30 | 24 | 53 | 20 | 30 |
| Octal | 205 | 243 | 124 | 22 | 0 | 60 | 44 | 123 | 40 | 60 |
| Binary | 10000101 | 10100011 | 1010100 | 10010 | 0 | 110000 | 100100 | 1010011 | 100000 | 110000 |
Color Harmonies of #85A354
Complementary color
Monochromatic Colors of #85A354
Black with #85A354
Text Example
Text Example
White with #85A354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A354; }
p { color: rgb(133,163,84); }
H1.HeaderClassName
{
color: #85A354;
}
.AnyTagClassName
{
color: #85A354;
}
</style>
background-color css
<style>
a { background-color: #85A354; }
a { background-color: rgb(133,163,84); }
div.DivClassName
{
background-color: #85A354;
}
.BgClassName
{
background-color: #85A354;
}
</style>
border-color css
<style>
span { border-color: #85A354; }
span { border-color: rgb(133,163,84); }
td.TdClassName
{
border-color: #85A354;
}
.TagClassName
{
border-color: #85A354;
}
</style>