#86A645

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

Shades of Chelsea Cucumber #86A645

Tints of Chelsea Cucumber #86A645

Color information

#86A645 (or 0x86A645) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A6 and 45. RGB value is (134,166,69). Sum of RGB (Red+Green+Blue) = 134+166+69=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #86A645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A645 is #7959BA. Grayscale: #919191. Windows color (decimal): -7952827 or 4564614. OLE color: 4564614.

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

Color convert

RGB13416669-
CMYK0.1900.580.35
HSL79.79º41.28%46.08%-
HSV(B)79.79º58.43%65.1%-
XYZ24.5432.7710.66-
YUV145.3784.9119.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=36.31%
G=44.99%
B=18.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134166690.1900.580.3579.7941.2846.08
Hex86A6451303A2350292e
Octal20624610523072431205156
Binary100001101010011010001011001101110101000111010000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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