#86A35E

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

Shades of Chelsea Cucumber #86A35E

Tints of Chelsea Cucumber #86A35E

Color information

#86A35E (or 0x86A35E) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A3 and 5E. RGB value is (134,163,94). Sum of RGB (Red+Green+Blue) = 134+163+94=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #86A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A35E is #795CA1. Grayscale: #929292. Windows color (decimal): -7953570 or 6202246. OLE color: 6202246.

HSL color Cylindrical-coordinate representation of color #86A35E: hue angle of 85.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86A35E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB13416394-
CMYK0.1800.420.36
HSL85.22º27.27%50.39%-
HSV(B)85.22º42.33%63.92%-
XYZ24.9532.0715.47-
YUV146.4698.39119.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=34.27%
G=41.69%
B=24.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134163940.1800.420.3685.2227.2750.39
Hex86A35E1202A24551b32
Octal20624313622052441253362
Binary10000110101000111011110100100101010100100101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A35E; }

 p { color: rgb(134,163,94); }

 H1.HeaderClassName
 {
   color: #86A35E;
 }
 .AnyTagClassName
 {
   color: #86A35E;
 }
</style>
background-color css

<style>
 a { background-color: #86A35E; }

 a { background-color: rgb(134,163,94); }

 div.DivClassName
 {
   background-color: #86A35E;
 }
 .BgClassName
 {
   background-color: #86A35E;
 }
</style>
border-color css

<style>
 span { border-color: #86A35E; }

 span { border-color: rgb(134,163,94); }

 td.TdClassName
 {
   border-color: #86A35E;
 }
 .TagClassName
 {
   border-color: #86A35E;
 }
</style>