#86AB5D

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

Shades of Chelsea Cucumber #86AB5D

Tints of Chelsea Cucumber #86AB5D

Color information

#86AB5D (or 0x86AB5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AB and 5D. RGB value is (134,171,93). Sum of RGB (Red+Green+Blue) = 134+171+93=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB5D is #7954A2. Grayscale: #979797. Windows color (decimal): -7951523 or 6138758. OLE color: 6138758.

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

Color convert

RGB13417193-
CMYK0.2200.460.33
HSL88.46º31.71%51.76%-
HSV(B)88.46º45.61%67.06%-
XYZ26.3734.9815.72-
YUV151.0495.24115.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=33.67%
G=42.96%
B=23.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134171930.2200.460.3388.4631.7151.76
Hex86AB5D1602E21582034
Octal20625313526056411304064
Binary100001101010101110111011011001011101000011011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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