Shades of Chelsea Cucumber #86AD59
Tints of Chelsea Cucumber #86AD59
RGB
CMYK
RGB Variations
Color information
#86AD59 (or 0x86AD59) is known color: Chelsea Cucumber. HEX triplet: 86, AD and 59. RGB value is (134,173,89). Sum of RGB (Red+Green+Blue) = 134+173+89=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD59 is #7952A6. Grayscale: #989898. Windows color (decimal): -7951015 or 5877126. OLE color: 5877126.
HSL color Cylindrical-coordinate representation of color #86AD59: hue angle of 87.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86AD59 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 89 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.32 |
| HSL | 87.86º | 0.34% | 0.51% | - |
| HSV(B) | 87.86º | 0.49% | 0.68% | - |
| XYZ | 26.58 | 35.68 | 14.94 | - |
| YUV | 151.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 89 | 0.23 | 0 | 0.49 | 0.32 | 87.86 | 0.34 | 0.51 |
| Hex | 86 | AD | 59 | 17 | 0 | 31 | 20 | 58 | 22 | 33 |
| Octal | 206 | 255 | 131 | 27 | 0 | 61 | 40 | 130 | 42 | 63 |
| Binary | 10000110 | 10101101 | 1011001 | 10111 | 0 | 110001 | 100000 | 1011000 | 100010 | 110011 |
Color Harmonies of #86AD59
Complementary color
Monochromatic Colors of #86AD59
Black with #86AD59
Text Example
Text Example
White with #86AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD59; }
p { color: rgb(134,173,89); }
H1.HeaderClassName
{
color: #86AD59;
}
.AnyTagClassName
{
color: #86AD59;
}
</style>
background-color css
<style>
a { background-color: #86AD59; }
a { background-color: rgb(134,173,89); }
div.DivClassName
{
background-color: #86AD59;
}
.BgClassName
{
background-color: #86AD59;
}
</style>
border-color css
<style>
span { border-color: #86AD59; }
span { border-color: rgb(134,173,89); }
td.TdClassName
{
border-color: #86AD59;
}
.TagClassName
{
border-color: #86AD59;
}
</style>