#86AA5C

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

Shades of Chelsea Cucumber #86AA5C

Tints of Chelsea Cucumber #86AA5C

Color information

#86AA5C (or 0x86AA5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AA and 5C. RGB value is (134,170,92). Sum of RGB (Red+Green+Blue) = 134+170+92=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA5C is #7955A3. Grayscale: #969696. Windows color (decimal): -7951780 or 6072966. OLE color: 6072966.

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

Color convert

RGB13417092-
CMYK0.2100.460.33
HSL87.69º31.45%51.37%-
HSV(B)87.69º45.88%66.67%-
XYZ26.1434.5915.42-
YUV150.3495.07116.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=33.84%
G=42.93%
B=23.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170920.2100.460.3387.6931.4551.37
Hex86AA5C1502E21581f33
Octal20625213425056411303763
Binary10000110101010101011100101010101110100001101100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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