#86A25F

Color #86A25F Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #86A25F

Tints of Chelsea Cucumber #86A25F

Color information

#86A25F (or 0x86A25F) is unknown color: approx 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

RGB13416295-
CMYK0.1700.410.36
HSL85.07º26.48%50.39%-
HSV(B)85.07º41.36%63.53%-
XYZ24.8231.7415.64-
YUV145.9999.22119.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=34.27%
G=41.43%
B=24.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134162950.1700.410.3685.0726.4850.39
Hex86A25F1102924551a32
Octal20624213721051441253262
Binary10000110101000101011111100010101001100100101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>