#86B64C

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

Shades of Chelsea Cucumber #86B64C

Tints of Chelsea Cucumber #86B64C

Color information

#86B64C (or 0x86B64C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B6 and 4C. RGB value is (134,182,76). Sum of RGB (Red+Green+Blue) = 134+182+76=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #86B64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B64C is #7949B3. Grayscale: #9B9B9B. Windows color (decimal): -7948724 or 5027462. OLE color: 5027462.

HSL color Cylindrical-coordinate representation of color #86B64C: hue angle of 87.17º 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 #86B64C is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB13418276-
CMYK0.2600.580.29
HSL87.17º42.06%50.59%-
HSV(B)87.17º58.24%71.37%-
XYZ27.8639.0512.91-
YUV155.5683.1112.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 182 (71.48% from 255) = 46.43%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=34.18%
G=46.43%
B=19.39%

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
Decimal134182760.2600.580.2987.1742.0650.59
Hex86B64C1A03A1D572a33
Octal20626611432072351275263
Binary10000110101101101001100110100111010111011010111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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