Shades of Chelsea Cucumber #85A255
Tints of Chelsea Cucumber #85A255
RGB
CMYK
RGB Variations
Color information
#85A255 (or 0x85A255) is known color: Chelsea Cucumber. HEX triplet: 85, A2 and 55. RGB value is (133,162,85). Sum of RGB (Red+Green+Blue) = 133+162+85=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #85A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A255 is #7A5DAA. Grayscale: #909090. Windows color (decimal): -8019371 or 5612165. OLE color: 5612165.
HSL color Cylindrical-coordinate representation of color #85A255: hue angle of 82.6º degrees, saturation: 0.31, 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 #85A255 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 85 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.36 |
| HSL | 82.6º | 0.31% | 0.48% | - |
| HSV(B) | 82.6º | 0.48% | 0.64% | - |
| XYZ | 24.23 | 31.48 | 13.39 | - |
| YUV | 144.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 85 | 0.18 | 0 | 0.48 | 0.36 | 82.6 | 0.31 | 0.48 |
| Hex | 85 | A2 | 55 | 12 | 0 | 30 | 24 | 53 | 1F | 30 |
| Octal | 205 | 242 | 125 | 22 | 0 | 60 | 44 | 123 | 37 | 60 |
| Binary | 10000101 | 10100010 | 1010101 | 10010 | 0 | 110000 | 100100 | 1010011 | 11111 | 110000 |
Color Harmonies of #85A255
Complementary color
Monochromatic Colors of #85A255
Black with #85A255
Text Example
Text Example
White with #85A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A255; }
p { color: rgb(133,162,85); }
H1.HeaderClassName
{
color: #85A255;
}
.AnyTagClassName
{
color: #85A255;
}
</style>
background-color css
<style>
a { background-color: #85A255; }
a { background-color: rgb(133,162,85); }
div.DivClassName
{
background-color: #85A255;
}
.BgClassName
{
background-color: #85A255;
}
</style>
border-color css
<style>
span { border-color: #85A255; }
span { border-color: rgb(133,162,85); }
td.TdClassName
{
border-color: #85A255;
}
.TagClassName
{
border-color: #85A255;
}
</style>