#86A26C

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

Shades of Chelsea Cucumber #86A26C

Tints of Chelsea Cucumber #86A26C

Color information

#86A26C (or 0x86A26C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A2 and 6C. RGB value is (134,162,108). Sum of RGB (Red+Green+Blue) = 134+162+108=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #86A26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A26C is #795D93. Grayscale: #939393. Windows color (decimal): -7953812 or 7119494. OLE color: 7119494.

HSL color Cylindrical-coordinate representation of color #86A26C: hue angle of 91.11º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86A26C is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB134162108-
CMYK0.1700.330.36
HSL91.11º22.5%52.94%-
HSV(B)91.11º33.33%63.53%-
XYZ25.4631.9919.02-
YUV147.47105.72118.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=33.17%
G=40.10%
B=26.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341621080.1700.330.3691.1122.552.94
Hex86A26C11021245b1735
Octal20624215421041441332765
Binary10000110101000101101100100010100001100100101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,108); }

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

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

 a { background-color: rgb(134,162,108); }

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

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

 span { border-color: rgb(134,162,108); }

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