#86A545

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

Shades of Chelsea Cucumber #86A545

Tints of Chelsea Cucumber #86A545

Color information

#86A545 (or 0x86A545) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A5 and 45. RGB value is (134,165,69). Sum of RGB (Red+Green+Blue) = 134+165+69=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #86A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A545 is #795ABA. Grayscale: #919191. Windows color (decimal): -7953083 or 4564358. OLE color: 4564358.

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

Color convert

RGB13416569-
CMYK0.1900.580.35
HSL79.38º41.03%45.88%-
HSV(B)79.38º58.18%64.71%-
XYZ24.3632.4110.6-
YUV144.7985.23120.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=36.41%
G=44.84%
B=18.75%

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
Decimal134165690.1900.580.3579.3841.0345.88
Hex86A5451303A234f292e
Octal20624510523072431175156
Binary100001101010010110001011001101110101000111001111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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