#86A853

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

Shades of Chelsea Cucumber #86A853

Tints of Chelsea Cucumber #86A853

Color information

#86A853 (or 0x86A853) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A8 and 53. RGB value is (134,168,83). Sum of RGB (Red+Green+Blue) = 134+168+83=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #86A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A853 is #7957AC. Grayscale: #949494. Windows color (decimal): -7952301 or 5482630. OLE color: 5482630.

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

Color convert

RGB13416883-
CMYK0.2000.510.34
HSL84º33.86%49.22%-
HSV(B)84º50.6%65.88%-
XYZ25.433.713.35-
YUV148.1491.24117.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 168 (66.02% from 255) = 43.64%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=34.81%
G=43.64%
B=21.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134168830.2000.510.348433.8649.22
Hex86A8531403322542231
Octal20625012324063421244261
Binary100001101010100010100111010001100111000101010100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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