Shades of Chelsea Cucumber #86B057
Tints of Chelsea Cucumber #86B057
RGB
CMYK
RGB Variations
Color information
#86B057 (or 0x86B057) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 57. RGB value is (134,176,87). Sum of RGB (Red+Green+Blue) = 134+176+87=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #86B057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B057 is #794FA8. Grayscale: #999999. Windows color (decimal): -7950249 or 5746822. OLE color: 5746822.
HSL color Cylindrical-coordinate representation of color #86B057: hue angle of 88.31º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86B057 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 87 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.31 |
| HSL | 88.31º | 0.36% | 0.52% | - |
| HSV(B) | 88.31º | 0.51% | 0.69% | - |
| XYZ | 27.08 | 36.81 | 14.69 | - |
| YUV | 153.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 87 | 0.24 | 0 | 0.51 | 0.31 | 88.31 | 0.36 | 0.52 |
| Hex | 86 | B0 | 57 | 18 | 0 | 33 | 1F | 58 | 24 | 34 |
| Octal | 206 | 260 | 127 | 30 | 0 | 63 | 37 | 130 | 44 | 64 |
| Binary | 10000110 | 10110000 | 1010111 | 11000 | 0 | 110011 | 11111 | 1011000 | 100100 | 110100 |
Color Harmonies of #86B057
Complementary color
Monochromatic Colors of #86B057
Black with #86B057
Text Example
Text Example
White with #86B057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B057; }
p { color: rgb(134,176,87); }
H1.HeaderClassName
{
color: #86B057;
}
.AnyTagClassName
{
color: #86B057;
}
</style>
background-color css
<style>
a { background-color: #86B057; }
a { background-color: rgb(134,176,87); }
div.DivClassName
{
background-color: #86B057;
}
.BgClassName
{
background-color: #86B057;
}
</style>
border-color css
<style>
span { border-color: #86B057; }
span { border-color: rgb(134,176,87); }
td.TdClassName
{
border-color: #86B057;
}
.TagClassName
{
border-color: #86B057;
}
</style>