#86B45E

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

Shades of Chelsea Cucumber #86B45E

Tints of Chelsea Cucumber #86B45E

Color information

#86B45E (or 0x86B45E) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B4 and 5E. RGB value is (134,180,94). Sum of RGB (Red+Green+Blue) = 134+180+94=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #86B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B45E is #794BA1. Grayscale: #9C9C9C. Windows color (decimal): -7949218 or 6206598. OLE color: 6206598.

HSL color Cylindrical-coordinate representation of color #86B45E: hue angle of 92.09º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86B45E is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB13418094-
CMYK0.2600.480.29
HSL92.09º36.44%53.73%-
HSV(B)92.09º47.78%70.59%-
XYZ28.1738.5216.54-
YUV156.4492.76111.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=32.84%
G=44.12%
B=23.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134180940.2600.480.2992.0936.4453.73
Hex86B45E1A0301D5c2436
Octal20626413632060351344466
Binary10000110101101001011110110100110000111011011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,94); }

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

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

 a { background-color: rgb(134,180,94); }

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

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

 span { border-color: rgb(134,180,94); }

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