#86A757

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

Shades of Chelsea Cucumber #86A757

Tints of Chelsea Cucumber #86A757

Color information

#86A757 (or 0x86A757) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A7 and 57. RGB value is (134,167,87). Sum of RGB (Red+Green+Blue) = 134+167+87=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #86A757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A757 is #7958A8. Grayscale: #949494. Windows color (decimal): -7952553 or 5744518. OLE color: 5744518.

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

Color convert

RGB13416787-
CMYK0.2000.480.35
HSL84.75º31.5%49.8%-
HSV(B)84.75º47.9%65.49%-
XYZ25.3733.3914.13-
YUV148.0193.57118-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=34.54%
G=43.04%
B=22.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134167870.2000.480.3584.7531.549.8
Hex86A7571403023551f32
Octal20624712724060431253762
Binary10000110101001111010111101000110000100011101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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