#86AB66

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

Shades of Chelsea Cucumber #86AB66

Tints of Chelsea Cucumber #86AB66

Color information

#86AB66 (or 0x86AB66) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AB and 66. RGB value is (134,171,102). Sum of RGB (Red+Green+Blue) = 134+171+102=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB66 is #795499. Grayscale: #989898. Windows color (decimal): -7951514 or 6728582. OLE color: 6728582.

HSL color Cylindrical-coordinate representation of color #86AB66: hue angle of 92.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86AB66 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB134171102-
CMYK0.2200.400.33
HSL92.17º29.11%53.53%-
HSV(B)92.17º40.35%67.06%-
XYZ26.7935.1517.94-
YUV152.0799.74115.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=32.92%
G=42.01%
B=25.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711020.2200.400.3392.1729.1153.53
Hex86AB6616028215c1d36
Octal20625314626050411343566
Binary10000110101010111100110101100101000100001101110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,171,102); }

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

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

 a { background-color: rgb(134,171,102); }

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

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

 span { border-color: rgb(134,171,102); }

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