Shades of Chelsea Cucumber #87A156
Tints of Chelsea Cucumber #87A156
RGB
CMYK
RGB Variations
Color information
#87A156 (or 0x87A156) is known color: Chelsea Cucumber. HEX triplet: 87, A1 and 56. RGB value is (135,161,86). Sum of RGB (Red+Green+Blue) = 135+161+86=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #87A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A156 is #785EA9. Grayscale: #909090. Windows color (decimal): -7888554 or 5677447. OLE color: 5677447.
HSL color Cylindrical-coordinate representation of color #87A156: hue angle of 80.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87A156 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 161 | 86 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.37 |
| HSL | 80.8º | 0.3% | 0.48% | - |
| HSV(B) | 80.8º | 0.47% | 0.63% | - |
| XYZ | 24.42 | 31.31 | 13.56 | - |
| YUV | 144.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 86 | 0.16 | 0 | 0.47 | 0.37 | 80.8 | 0.3 | 0.48 |
| Hex | 87 | A1 | 56 | 10 | 0 | 2F | 25 | 51 | 1E | 30 |
| Octal | 207 | 241 | 126 | 20 | 0 | 57 | 45 | 121 | 36 | 60 |
| Binary | 10000111 | 10100001 | 1010110 | 10000 | 0 | 101111 | 100101 | 1010001 | 11110 | 110000 |
Color Harmonies of #87A156
Complementary color
Monochromatic Colors of #87A156
Black with #87A156
Text Example
Text Example
White with #87A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A156; }
p { color: rgb(135,161,86); }
H1.HeaderClassName
{
color: #87A156;
}
.AnyTagClassName
{
color: #87A156;
}
</style>
background-color css
<style>
a { background-color: #87A156; }
a { background-color: rgb(135,161,86); }
div.DivClassName
{
background-color: #87A156;
}
.BgClassName
{
background-color: #87A156;
}
</style>
border-color css
<style>
span { border-color: #87A156; }
span { border-color: rgb(135,161,86); }
td.TdClassName
{
border-color: #87A156;
}
.TagClassName
{
border-color: #87A156;
}
</style>