#86A66C

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

Shades of Chelsea Cucumber #86A66C

Tints of Chelsea Cucumber #86A66C

Color information

#86A66C (or 0x86A66C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A6 and 6C. RGB value is (134,166,108). Sum of RGB (Red+Green+Blue) = 134+166+108=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #86A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A66C is #795993. Grayscale: #969696. Windows color (decimal): -7952788 or 7120518. OLE color: 7120518.

HSL color Cylindrical-coordinate representation of color #86A66C: hue angle of 93.1º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A66C is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB134166108-
CMYK0.1900.350.35
HSL93.1º24.58%53.73%-
HSV(B)93.1º34.94%65.1%-
XYZ26.1733.4219.26-
YUV149.82104.4116.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=32.84%
G=40.69%
B=26.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341661080.1900.350.3593.124.5853.73
Hex86A66C13023235d1936
Octal20624615423043431353166
Binary10000110101001101101100100110100011100011101110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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