#86AC55

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

Shades of Chelsea Cucumber #86AC55

Tints of Chelsea Cucumber #86AC55

Color information

#86AC55 (or 0x86AC55) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AC and 55. RGB value is (134,172,85). Sum of RGB (Red+Green+Blue) = 134+172+85=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC55 is #7953AA. Grayscale: #979797. Windows color (decimal): -7951275 or 5614726. OLE color: 5614726.

HSL color Cylindrical-coordinate representation of color #86AC55: hue angle of 86.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86AC55 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB13417285-
CMYK0.2200.510.33
HSL86.21º34.39%50.39%-
HSV(B)86.21º50.58%67.45%-
XYZ26.2235.2314.01-
YUV150.7290.91116.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=34.27%
G=43.99%
B=21.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134172850.2200.510.3386.2134.3950.39
Hex86AC551603321562232
Octal20625412526063411264262
Binary100001101010110010101011011001100111000011010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,85); }

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

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

 a { background-color: rgb(134,172,85); }

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

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

 span { border-color: rgb(134,172,85); }

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