Shades of Chelsea Cucumber #86A55A
Tints of Chelsea Cucumber #86A55A
RGB
CMYK
RGB Variations
Color information
#86A55A (or 0x86A55A) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 5A. RGB value is (134,165,90). Sum of RGB (Red+Green+Blue) = 134+165+90=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #86A55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A55A is #795AA5. Grayscale: #939393. Windows color (decimal): -7953062 or 5940614. OLE color: 5940614.
HSL color Cylindrical-coordinate representation of color #86A55A: hue angle of 84.8º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A55A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 90 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.35 |
| HSL | 84.8º | 0.29% | 0.5% | - |
| HSV(B) | 84.8º | 0.45% | 0.65% | - |
| XYZ | 25.13 | 32.72 | 14.66 | - |
| YUV | 147.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 90 | 0.19 | 0 | 0.45 | 0.35 | 84.8 | 0.29 | 0.5 |
| Hex | 86 | A5 | 5A | 13 | 0 | 2D | 23 | 55 | 1D | 32 |
| Octal | 206 | 245 | 132 | 23 | 0 | 55 | 43 | 125 | 35 | 62 |
| Binary | 10000110 | 10100101 | 1011010 | 10011 | 0 | 101101 | 100011 | 1010101 | 11101 | 110010 |
Color Harmonies of #86A55A
Complementary color
Monochromatic Colors of #86A55A
Black with #86A55A
Text Example
Text Example
White with #86A55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A55A; }
p { color: rgb(134,165,90); }
H1.HeaderClassName
{
color: #86A55A;
}
.AnyTagClassName
{
color: #86A55A;
}
</style>
background-color css
<style>
a { background-color: #86A55A; }
a { background-color: rgb(134,165,90); }
div.DivClassName
{
background-color: #86A55A;
}
.BgClassName
{
background-color: #86A55A;
}
</style>
border-color css
<style>
span { border-color: #86A55A; }
span { border-color: rgb(134,165,90); }
td.TdClassName
{
border-color: #86A55A;
}
.TagClassName
{
border-color: #86A55A;
}
</style>