#86AB64

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

Shades of Chelsea Cucumber #86AB64

Tints of Chelsea Cucumber #86AB64

Color information

#86AB64 (or 0x86AB64) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AB and 64. RGB value is (134,171,100). Sum of RGB (Red+Green+Blue) = 134+171+100=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB64 is #79549B. Grayscale: #989898. Windows color (decimal): -7951516 or 6597510. OLE color: 6597510.

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

Color convert

RGB134171100-
CMYK0.2200.420.33
HSL91.27º29.71%53.14%-
HSV(B)91.27º41.52%67.06%-
XYZ26.6935.1117.43-
YUV151.8498.74115.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=33.09%
G=42.22%
B=24.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711000.2200.420.3391.2729.7153.14
Hex86AB641602A215b1e35
Octal20625314426052411333665
Binary10000110101010111100100101100101010100001101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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