#86AA67

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

Shades of Chelsea Cucumber #86AA67

Tints of Chelsea Cucumber #86AA67

Color information

#86AA67 (or 0x86AA67) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AA and 67. RGB value is (134,170,103). Sum of RGB (Red+Green+Blue) = 134+170+103=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA67 is #795598. Grayscale: #979797. Windows color (decimal): -7951769 or 6793862. OLE color: 6793862.

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

Color convert

RGB134170103-
CMYK0.2100.390.33
HSL92.24º28.27%53.53%-
HSV(B)92.24º39.41%66.67%-
XYZ26.6534.818.14-
YUV151.6100.57115.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=32.92%
G=41.77%
B=25.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341701030.2100.390.3392.2428.2753.53
Hex86AA6715027215c1c36
Octal20625214725047411343466
Binary10000110101010101100111101010100111100001101110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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