#86A359

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

Shades of Chelsea Cucumber #86A359

Tints of Chelsea Cucumber #86A359

Color information

#86A359 (or 0x86A359) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A3 and 59. RGB value is (134,163,89). Sum of RGB (Red+Green+Blue) = 134+163+89=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #86A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A359 is #795CA6. Grayscale: #929292. Windows color (decimal): -7953575 or 5874566. OLE color: 5874566.

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

Color convert

RGB13416389-
CMYK0.1800.450.36
HSL83.51º29.37%49.41%-
HSV(B)83.51º45.4%63.92%-
XYZ24.7331.9814.32-
YUV145.8995.89119.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=34.72%
G=42.23%
B=23.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134163890.1800.450.3683.5129.3749.41
Hex86A3591202D24541d31
Octal20624313122055441243561
Binary10000110101000111011001100100101101100100101010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,89); }

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

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

 a { background-color: rgb(134,163,89); }

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

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

 span { border-color: rgb(134,163,89); }

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