#86A561

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

Shades of Chelsea Cucumber #86A561

Tints of Chelsea Cucumber #86A561

Color information

#86A561 (or 0x86A561) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A5 and 61. RGB value is (134,165,97). Sum of RGB (Red+Green+Blue) = 134+165+97=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #86A561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A561 is #795A9E. Grayscale: #949494. Windows color (decimal): -7953055 or 6399366. OLE color: 6399366.

HSL color Cylindrical-coordinate representation of color #86A561: hue angle of 87.35º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86A561 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB13416597-
CMYK0.1900.410.35
HSL87.35º27.42%51.37%-
HSV(B)87.35º41.21%64.71%-
XYZ25.4432.8416.31-
YUV147.9899.23118.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=33.84%
G=41.67%
B=24.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134165970.1900.410.3587.3527.4251.37
Hex86A5611302923571b33
Octal20624514123051431273363
Binary10000110101001011100001100110101001100011101011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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