Shades of Chelsea Cucumber #85B255
Tints of Chelsea Cucumber #85B255
RGB
CMYK
RGB Variations
Color information
#85B255 (or 0x85B255) is known color: Chelsea Cucumber. HEX triplet: 85, B2 and 55. RGB value is (133,178,85). Sum of RGB (Red+Green+Blue) = 133+178+85=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #85B255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B255 is #7A4DAA. Grayscale: #9A9A9A. Windows color (decimal): -8015275 or 5616261. OLE color: 5616261.
HSL color Cylindrical-coordinate representation of color #85B255: hue angle of 89.03º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85B255 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 85 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.30 |
| HSL | 89.03º | 0.38% | 0.52% | - |
| HSV(B) | 89.03º | 0.52% | 0.7% | - |
| XYZ | 27.23 | 37.48 | 14.39 | - |
| YUV | 153.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 85 | 0.25 | 0 | 0.52 | 0.30 | 89.03 | 0.38 | 0.52 |
| Hex | 85 | B2 | 55 | 19 | 0 | 34 | 1E | 59 | 26 | 34 |
| Octal | 205 | 262 | 125 | 31 | 0 | 64 | 36 | 131 | 46 | 64 |
| Binary | 10000101 | 10110010 | 1010101 | 11001 | 0 | 110100 | 11110 | 1011001 | 100110 | 110100 |
Color Harmonies of #85B255
Complementary color
Monochromatic Colors of #85B255
Black with #85B255
Text Example
Text Example
White with #85B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B255; }
p { color: rgb(133,178,85); }
H1.HeaderClassName
{
color: #85B255;
}
.AnyTagClassName
{
color: #85B255;
}
</style>
background-color css
<style>
a { background-color: #85B255; }
a { background-color: rgb(133,178,85); }
div.DivClassName
{
background-color: #85B255;
}
.BgClassName
{
background-color: #85B255;
}
</style>
border-color css
<style>
span { border-color: #85B255; }
span { border-color: rgb(133,178,85); }
td.TdClassName
{
border-color: #85B255;
}
.TagClassName
{
border-color: #85B255;
}
</style>