Shades of Chelsea Cucumber #86AD57
Tints of Chelsea Cucumber #86AD57
RGB
CMYK
RGB Variations
Color information
#86AD57 (or 0x86AD57) is known color: Chelsea Cucumber. HEX triplet: 86, AD and 57. RGB value is (134,173,87). Sum of RGB (Red+Green+Blue) = 134+173+87=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD57 is #7952A8. Grayscale: #979797. Windows color (decimal): -7951017 or 5746054. OLE color: 5746054.
HSL color Cylindrical-coordinate representation of color #86AD57: hue angle of 87.21º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86AD57 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 87 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.32 |
| HSL | 87.21º | 0.34% | 0.51% | - |
| HSV(B) | 87.21º | 0.5% | 0.68% | - |
| XYZ | 26.5 | 35.64 | 14.5 | - |
| YUV | 151.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 87 | 0.23 | 0 | 0.50 | 0.32 | 87.21 | 0.34 | 0.51 |
| Hex | 86 | AD | 57 | 17 | 0 | 32 | 20 | 57 | 22 | 33 |
| Octal | 206 | 255 | 127 | 27 | 0 | 62 | 40 | 127 | 42 | 63 |
| Binary | 10000110 | 10101101 | 1010111 | 10111 | 0 | 110010 | 100000 | 1010111 | 100010 | 110011 |
Color Harmonies of #86AD57
Complementary color
Monochromatic Colors of #86AD57
Black with #86AD57
Text Example
Text Example
White with #86AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD57; }
p { color: rgb(134,173,87); }
H1.HeaderClassName
{
color: #86AD57;
}
.AnyTagClassName
{
color: #86AD57;
}
</style>
background-color css
<style>
a { background-color: #86AD57; }
a { background-color: rgb(134,173,87); }
div.DivClassName
{
background-color: #86AD57;
}
.BgClassName
{
background-color: #86AD57;
}
</style>
border-color css
<style>
span { border-color: #86AD57; }
span { border-color: rgb(134,173,87); }
td.TdClassName
{
border-color: #86AD57;
}
.TagClassName
{
border-color: #86AD57;
}
</style>