#86A547

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

Shades of Chelsea Cucumber #86A547

Tints of Chelsea Cucumber #86A547

Color information

#86A547 (or 0x86A547) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A5 and 47. RGB value is (134,165,71). Sum of RGB (Red+Green+Blue) = 134+165+71=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #86A547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A547 is #795AB8. Grayscale: #919191. Windows color (decimal): -7953081 or 4695430. OLE color: 4695430.

HSL color Cylindrical-coordinate representation of color #86A547: hue angle of 79.79º 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 #86A547 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB13416571-
CMYK0.1900.570.35
HSL79.79º39.83%46.27%-
HSV(B)79.79º56.97%64.71%-
XYZ24.4232.4310.93-
YUV145.0186.23120.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 71 (28.12% from 255) = 19.19%
R=36.22%
G=44.59%
B=19.19%

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
Decimal134165710.1900.570.3579.7939.8346.27
Hex86A547130392350282e
Octal20624510723071431205056
Binary100001101010010110001111001101110011000111010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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