#86A647

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

Shades of Chelsea Cucumber #86A647

Tints of Chelsea Cucumber #86A647

Color information

#86A647 (or 0x86A647) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A6 and 47. RGB value is (134,166,71). Sum of RGB (Red+Green+Blue) = 134+166+71=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #86A647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A647 is #7959B8. Grayscale: #919191. Windows color (decimal): -7952825 or 4695686. OLE color: 4695686.

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

Color convert

RGB13416671-
CMYK0.1900.570.35
HSL80.21º40.08%46.47%-
HSV(B)80.21º57.23%65.1%-
XYZ24.6132.810.99-
YUV145.685.9119.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=36.12%
G=44.74%
B=19.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134166710.1900.570.3580.2140.0846.47
Hex86A647130392350282e
Octal20624610723071431205056
Binary100001101010011010001111001101110011000111010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,166,71); }

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

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

 a { background-color: rgb(134,166,71); }

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

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

 span { border-color: rgb(134,166,71); }

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