Shades of Chelsea Cucumber #86A25F
Tints of Chelsea Cucumber #86A25F
RGB
CMYK
RGB Variations
Color information
#86A25F (or 0x86A25F) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 5F. RGB value is (134,162,95). Sum of RGB (Red+Green+Blue) = 134+162+95=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #86A25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A25F is #795DA0. Grayscale: #929292. Windows color (decimal): -7953825 or 6267526. OLE color: 6267526.
HSL color Cylindrical-coordinate representation of color #86A25F: hue angle of 85.07º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86A25F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 162 | 95 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.36 |
| HSL | 85.07º | 0.26% | 0.5% | - |
| HSV(B) | 85.07º | 0.41% | 0.64% | - |
| XYZ | 24.82 | 31.74 | 15.64 | - |
| YUV | 145.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 95 | 0.17 | 0 | 0.41 | 0.36 | 85.07 | 0.26 | 0.5 |
| Hex | 86 | A2 | 5F | 11 | 0 | 29 | 24 | 55 | 1A | 32 |
| Octal | 206 | 242 | 137 | 21 | 0 | 51 | 44 | 125 | 32 | 62 |
| Binary | 10000110 | 10100010 | 1011111 | 10001 | 0 | 101001 | 100100 | 1010101 | 11010 | 110010 |
Color Harmonies of #86A25F
Complementary color
Monochromatic Colors of #86A25F
Black with #86A25F
Text Example
Text Example
White with #86A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A25F; }
p { color: rgb(134,162,95); }
H1.HeaderClassName
{
color: #86A25F;
}
.AnyTagClassName
{
color: #86A25F;
}
</style>
background-color css
<style>
a { background-color: #86A25F; }
a { background-color: rgb(134,162,95); }
div.DivClassName
{
background-color: #86A25F;
}
.BgClassName
{
background-color: #86A25F;
}
</style>
border-color css
<style>
span { border-color: #86A25F; }
span { border-color: rgb(134,162,95); }
td.TdClassName
{
border-color: #86A25F;
}
.TagClassName
{
border-color: #86A25F;
}
</style>