Shades of Chelsea Cucumber #85B356
Tints of Chelsea Cucumber #85B356
RGB
CMYK
RGB Variations
Color information
#85B356 (or 0x85B356) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 56. RGB value is (133,179,86). Sum of RGB (Red+Green+Blue) = 133+179+86=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #85B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B356 is #7A4CA9. Grayscale: #9A9A9A. Windows color (decimal): -8015018 or 5682053. OLE color: 5682053.
HSL color Cylindrical-coordinate representation of color #85B356: hue angle of 89.68º 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 #85B356 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 86 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.30 |
| HSL | 89.68º | 0.38% | 0.52% | - |
| HSV(B) | 89.68º | 0.52% | 0.7% | - |
| XYZ | 27.47 | 37.9 | 14.67 | - |
| YUV | 154.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 86 | 0.26 | 0 | 0.52 | 0.30 | 89.68 | 0.38 | 0.52 |
| Hex | 85 | B3 | 56 | 1A | 0 | 34 | 1E | 5A | 26 | 34 |
| Octal | 205 | 263 | 126 | 32 | 0 | 64 | 36 | 132 | 46 | 64 |
| Binary | 10000101 | 10110011 | 1010110 | 11010 | 0 | 110100 | 11110 | 1011010 | 100110 | 110100 |
Color Harmonies of #85B356
Complementary color
Monochromatic Colors of #85B356
Black with #85B356
Text Example
Text Example
White with #85B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B356; }
p { color: rgb(133,179,86); }
H1.HeaderClassName
{
color: #85B356;
}
.AnyTagClassName
{
color: #85B356;
}
</style>
background-color css
<style>
a { background-color: #85B356; }
a { background-color: rgb(133,179,86); }
div.DivClassName
{
background-color: #85B356;
}
.BgClassName
{
background-color: #85B356;
}
</style>
border-color css
<style>
span { border-color: #85B356; }
span { border-color: rgb(133,179,86); }
td.TdClassName
{
border-color: #85B356;
}
.TagClassName
{
border-color: #85B356;
}
</style>