#86aa6b

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

Shades of Chelsea Cucumber #86AA6B

Tints of Chelsea Cucumber #86AA6B

Color information

#86AA6B (or 0x86AA6B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AA and 6B. RGB value is (134,170,107). Sum of RGB (Red+Green+Blue) = 134+170+107=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA6B is #795594. Grayscale: #989898. Windows color (decimal): -7951765 or 7056006. OLE color: 7056006.

HSL color Cylindrical-coordinate representation of color #86AA6B: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86AA6B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB134170107-
CMYK0.2100.370.33
HSL94.29º27.04%54.31%-
HSV(B)94.29º37.06%66.67%-
XYZ26.8634.8819.23-
YUV152.05102.57115.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=32.60%
G=41.36%
B=26.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341701070.2100.370.3394.2927.0454.31
Hex86AA6B15025215e1b36
Octal20625215325045411363366
Binary10000110101010101101011101010100101100001101111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86aa6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,107); }

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

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

 a { background-color: rgb(134,170,107); }

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

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

 span { border-color: rgb(134,170,107); }

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