#86A856

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

Shades of Chelsea Cucumber #86A856

Tints of Chelsea Cucumber #86A856

Color information

#86A856 (or 0x86A856) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A8 and 56. RGB value is (134,168,86). Sum of RGB (Red+Green+Blue) = 134+168+86=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #86A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A856 is #7957A9. Grayscale: #949494. Windows color (decimal): -7952298 or 5679238. OLE color: 5679238.

HSL color Cylindrical-coordinate representation of color #86A856: hue angle of 84.88º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86A856 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB13416886-
CMYK0.2000.490.34
HSL84.88º32.28%49.8%-
HSV(B)84.88º48.81%65.88%-
XYZ25.5133.7513.97-
YUV148.4992.74117.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=34.54%
G=43.30%
B=22.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134168860.2000.490.3484.8832.2849.8
Hex86A8561403122552032
Octal20625012624061421254062
Binary100001101010100010101101010001100011000101010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,168,86); }

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

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

 a { background-color: rgb(134,168,86); }

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

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

 span { border-color: rgb(134,168,86); }

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