Shades of Chelsea Cucumber #85A256
Tints of Chelsea Cucumber #85A256
RGB
CMYK
RGB Variations
Color information
#85A256 (or 0x85A256) is known color: Chelsea Cucumber. HEX triplet: 85, A2 and 56. RGB value is (133,162,86). Sum of RGB (Red+Green+Blue) = 133+162+86=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #85A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A256 is #7A5DA9. Grayscale: #909090. Windows color (decimal): -8019370 or 5677701. OLE color: 5677701.
HSL color Cylindrical-coordinate representation of color #85A256: hue angle of 82.89º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85A256 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 86 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.36 |
| HSL | 82.89º | 0.31% | 0.49% | - |
| HSV(B) | 82.89º | 0.47% | 0.64% | - |
| XYZ | 24.27 | 31.5 | 13.6 | - |
| YUV | 144.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 86 | 0.18 | 0 | 0.47 | 0.36 | 82.89 | 0.31 | 0.49 |
| Hex | 85 | A2 | 56 | 12 | 0 | 2F | 24 | 53 | 1F | 31 |
| Octal | 205 | 242 | 126 | 22 | 0 | 57 | 44 | 123 | 37 | 61 |
| Binary | 10000101 | 10100010 | 1010110 | 10010 | 0 | 101111 | 100100 | 1010011 | 11111 | 110001 |
Color Harmonies of #85A256
Complementary color
Monochromatic Colors of #85A256
Black with #85A256
Text Example
Text Example
White with #85A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A256; }
p { color: rgb(133,162,86); }
H1.HeaderClassName
{
color: #85A256;
}
.AnyTagClassName
{
color: #85A256;
}
</style>
background-color css
<style>
a { background-color: #85A256; }
a { background-color: rgb(133,162,86); }
div.DivClassName
{
background-color: #85A256;
}
.BgClassName
{
background-color: #85A256;
}
</style>
border-color css
<style>
span { border-color: #85A256; }
span { border-color: rgb(133,162,86); }
td.TdClassName
{
border-color: #85A256;
}
.TagClassName
{
border-color: #85A256;
}
</style>