#86A65A

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

Shades of Chelsea Cucumber #86A65A

Tints of Chelsea Cucumber #86A65A

Color information

#86A65A (or 0x86A65A) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A6 and 5A. RGB value is (134,166,90). Sum of RGB (Red+Green+Blue) = 134+166+90=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #86A65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A65A is #7959A5. Grayscale: #949494. Windows color (decimal): -7952806 or 5940870. OLE color: 5940870.

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

Color convert

RGB13416690-
CMYK0.1900.460.35
HSL85.26º29.92%50.2%-
HSV(B)85.26º45.78%65.1%-
XYZ25.3133.0814.72-
YUV147.7795.4118.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=34.36%
G=42.56%
B=23.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134166900.1900.460.3585.2629.9250.2
Hex86A65A1302E23551e32
Octal20624613223056431253662
Binary10000110101001101011010100110101110100011101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,166,90); }

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

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

 a { background-color: rgb(134,166,90); }

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

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

 span { border-color: rgb(134,166,90); }

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