#86AB61

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

Shades of Chelsea Cucumber #86AB61

Tints of Chelsea Cucumber #86AB61

Color information

#86AB61 (or 0x86AB61) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AB and 61. RGB value is (134,171,97). Sum of RGB (Red+Green+Blue) = 134+171+97=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB61 is #79549E. Grayscale: #979797. Windows color (decimal): -7951519 or 6400902. OLE color: 6400902.

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

Color convert

RGB13417197-
CMYK0.2200.430.33
HSL90º30.58%52.55%-
HSV(B)90º43.27%67.06%-
XYZ26.5535.0616.68-
YUV151.597.24115.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=33.33%
G=42.54%
B=24.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134171970.2200.430.339030.5852.55
Hex86AB611602B215a1f35
Octal20625314126053411323765
Binary10000110101010111100001101100101011100001101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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