#86A065

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

Shades of Chelsea Cucumber #86A065

Tints of Chelsea Cucumber #86A065

Color information

#86A065 (or 0x86A065) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A0 and 65. RGB value is (134,160,101). Sum of RGB (Red+Green+Blue) = 134+160+101=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #86A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A065 is #795F9A. Grayscale: #919191. Windows color (decimal): -7954331 or 6660230. OLE color: 6660230.

HSL color Cylindrical-coordinate representation of color #86A065: hue angle of 86.44º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86A065 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB134160101-
CMYK0.1600.370.37
HSL86.44º23.69%51.18%-
HSV(B)86.44º36.88%62.75%-
XYZ24.7531.1517.02-
YUV145.5102.89119.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=33.92%
G=40.51%
B=25.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1341601010.1600.370.3786.4423.6951.18
Hex86A0651002525561833
Octal20624014520045451263063
Binary10000110101000001100101100000100101100101101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,160,101); }

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

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

 a { background-color: rgb(134,160,101); }

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

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

 span { border-color: rgb(134,160,101); }

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