#86AD68

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

Shades of Chelsea Cucumber #86AD68

Tints of Chelsea Cucumber #86AD68

Color information

#86AD68 (or 0x86AD68) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AD and 68. RGB value is (134,173,104). Sum of RGB (Red+Green+Blue) = 134+173+104=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD68 is #795297. Grayscale: #999999. Windows color (decimal): -7951000 or 6860166. OLE color: 6860166.

HSL color Cylindrical-coordinate representation of color #86AD68: hue angle of 93.91º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86AD68 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB134173104-
CMYK0.2300.400.32
HSL93.91º29.61%54.31%-
HSV(B)93.91º39.88%67.84%-
XYZ27.2735.9518.6-
YUV153.47100.08114.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=32.60%
G=42.09%
B=25.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341731040.2300.400.3293.9129.6154.31
Hex86AD6817028205e1e36
Octal20625515027050401363666
Binary10000110101011011101000101110101000100000101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,173,104); }

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

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

 a { background-color: rgb(134,173,104); }

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

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

 span { border-color: rgb(134,173,104); }

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