#86AF60

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

Shades of Chelsea Cucumber #86AF60

Tints of Chelsea Cucumber #86AF60

Color information

#86AF60 (or 0x86AF60) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AF and 60. RGB value is (134,175,96). Sum of RGB (Red+Green+Blue) = 134+175+96=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF60 is #79509F. Grayscale: #9A9A9A. Windows color (decimal): -7950496 or 6336390. OLE color: 6336390.

HSL color Cylindrical-coordinate representation of color #86AF60: hue angle of 91.14º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86AF60 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB13417596-
CMYK0.2300.450.31
HSL91.14º33.05%53.14%-
HSV(B)91.14º45.14%68.63%-
XYZ27.2736.5716.69-
YUV153.7395.42113.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=33.09%
G=43.21%
B=23.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175960.2300.450.3191.1433.0553.14
Hex86AF601702D1F5b2135
Octal20625714027055371334165
Binary10000110101011111100000101110101101111111011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,96); }

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

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

 a { background-color: rgb(134,175,96); }

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

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

 span { border-color: rgb(134,175,96); }

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