#86A467

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

Shades of Chelsea Cucumber #86A467

Tints of Chelsea Cucumber #86A467

Color information

#86A467 (or 0x86A467) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A4 and 67. RGB value is (134,164,103). Sum of RGB (Red+Green+Blue) = 134+164+103=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #86A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A467 is #795B98. Grayscale: #949494. Windows color (decimal): -7953305 or 6792326. OLE color: 6792326.

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

Color convert

RGB134164103-
CMYK0.1800.370.36
HSL89.51º25.1%52.35%-
HSV(B)89.51º37.2%64.31%-
XYZ25.5632.617.78-
YUV148.08102.56117.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=33.42%
G=40.90%
B=25.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641030.1800.370.3689.5125.152.35
Hex86A46712025245a1934
Octal20624414722045441323164
Binary10000110101001001100111100100100101100100101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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