#86A446

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

Shades of Chelsea Cucumber #86A446

Tints of Chelsea Cucumber #86A446

Color information

#86A446 (or 0x86A446) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A4 and 46. RGB value is (134,164,70). Sum of RGB (Red+Green+Blue) = 134+164+70=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #86A446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A446 is #795BB9. Grayscale: #909090. Windows color (decimal): -7953338 or 4629638. OLE color: 4629638.

HSL color Cylindrical-coordinate representation of color #86A446: hue angle of 79.15º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86A446 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB13416470-
CMYK0.1800.570.36
HSL79.15º40.17%45.88%-
HSV(B)79.15º57.32%64.31%-
XYZ24.2132.0610.71-
YUV144.3186.06120.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 70 (27.73% from 255) = 19.02%
R=36.41%
G=44.57%
B=19.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134164700.1800.570.3679.1540.1745.88
Hex86A44612039244f282e
Octal20624410622071441175056
Binary100001101010010010001101001001110011001001001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,70); }

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

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

 a { background-color: rgb(134,164,70); }

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

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

 span { border-color: rgb(134,164,70); }

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