#86B64D

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

Shades of Chelsea Cucumber #86B64D

Tints of Chelsea Cucumber #86B64D

Color information

#86B64D (or 0x86B64D) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B6 and 4D. RGB value is (134,182,77). Sum of RGB (Red+Green+Blue) = 134+182+77=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #86B64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B64D is #7949B2. Grayscale: #9C9C9C. Windows color (decimal): -7948723 or 5092998. OLE color: 5092998.

HSL color Cylindrical-coordinate representation of color #86B64D: hue angle of 87.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86B64D is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB13418277-
CMYK0.2600.580.29
HSL87.43º41.83%50.78%-
HSV(B)87.43º57.69%71.37%-
XYZ27.939.0613.09-
YUV155.6883.6112.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=34.10%
G=46.31%
B=19.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182770.2600.580.2987.4341.8350.78
Hex86B64D1A03A1D572a33
Octal20626611532072351275263
Binary10000110101101101001101110100111010111011010111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,77); }

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

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

 a { background-color: rgb(134,182,77); }

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

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

 span { border-color: rgb(134,182,77); }

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