#86A756

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

Shades of Chelsea Cucumber #86A756

Tints of Chelsea Cucumber #86A756

Color information

#86A756 (or 0x86A756) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A7 and 56. RGB value is (134,167,86). Sum of RGB (Red+Green+Blue) = 134+167+86=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #86A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A756 is #7958A9. Grayscale: #949494. Windows color (decimal): -7952554 or 5678982. OLE color: 5678982.

HSL color Cylindrical-coordinate representation of color #86A756: hue angle of 84.44º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86A756 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB13416786-
CMYK0.2000.490.35
HSL84.44º32.02%49.61%-
HSV(B)84.44º48.5%65.49%-
XYZ25.3333.3813.91-
YUV147.993.07118.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=34.63%
G=43.15%
B=22.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134167860.2000.490.3584.4432.0249.61
Hex86A7561403123542032
Octal20624712624061431244062
Binary100001101010011110101101010001100011000111010100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,167,86); }

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

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

 a { background-color: rgb(134,167,86); }

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

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

 span { border-color: rgb(134,167,86); }

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