Shades of Chelsea Cucumber #86B157
Tints of Chelsea Cucumber #86B157
RGB
CMYK
RGB Variations
Color information
#86B157 (or 0x86B157) is known color: Chelsea Cucumber. HEX triplet: 86, B1 and 57. RGB value is (134,177,87). Sum of RGB (Red+Green+Blue) = 134+177+87=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #86B157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B157 is #794EA8. Grayscale: #9A9A9A. Windows color (decimal): -7949993 or 5747078. OLE color: 5747078.
HSL color Cylindrical-coordinate representation of color #86B157: hue angle of 88.67º degrees, saturation: 0.37, 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 #86B157 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 87 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.31 |
| HSL | 88.67º | 0.37% | 0.52% | - |
| HSV(B) | 88.67º | 0.51% | 0.69% | - |
| XYZ | 27.27 | 37.2 | 14.76 | - |
| YUV | 153.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 87 | 0.24 | 0 | 0.51 | 0.31 | 88.67 | 0.37 | 0.52 |
| Hex | 86 | B1 | 57 | 18 | 0 | 33 | 1F | 59 | 25 | 34 |
| Octal | 206 | 261 | 127 | 30 | 0 | 63 | 37 | 131 | 45 | 64 |
| Binary | 10000110 | 10110001 | 1010111 | 11000 | 0 | 110011 | 11111 | 1011001 | 100101 | 110100 |
Color Harmonies of #86B157
Complementary color
Monochromatic Colors of #86B157
Black with #86B157
Text Example
Text Example
White with #86B157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B157; }
p { color: rgb(134,177,87); }
H1.HeaderClassName
{
color: #86B157;
}
.AnyTagClassName
{
color: #86B157;
}
</style>
background-color css
<style>
a { background-color: #86B157; }
a { background-color: rgb(134,177,87); }
div.DivClassName
{
background-color: #86B157;
}
.BgClassName
{
background-color: #86B157;
}
</style>
border-color css
<style>
span { border-color: #86B157; }
span { border-color: rgb(134,177,87); }
td.TdClassName
{
border-color: #86B157;
}
.TagClassName
{
border-color: #86B157;
}
</style>