#86A456

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

Shades of Chelsea Cucumber #86A456

Tints of Chelsea Cucumber #86A456

Color information

#86A456 (or 0x86A456) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A4 and 56. RGB value is (134,164,86). Sum of RGB (Red+Green+Blue) = 134+164+86=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #86A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A456 is #795BA9. Grayscale: #929292. Windows color (decimal): -7953322 or 5678214. OLE color: 5678214.

HSL color Cylindrical-coordinate representation of color #86A456: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86A456 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB13416486-
CMYK0.1800.480.36
HSL83.08º31.2%49.02%-
HSV(B)83.08º47.56%64.31%-
XYZ24.7932.2913.73-
YUV146.1494.06119.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=34.90%
G=42.71%
B=22.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134164860.1800.480.3683.0831.249.02
Hex86A4561203024531f31
Octal20624412622060441233761
Binary10000110101001001010110100100110000100100101001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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