#86A167

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

Shades of Chelsea Cucumber #86A167

Tints of Chelsea Cucumber #86A167

Color information

#86A167 (or 0x86A167) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A1 and 67. RGB value is (134,161,103). Sum of RGB (Red+Green+Blue) = 134+161+103=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #86A167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A167 is #795E98. Grayscale: #929292. Windows color (decimal): -7954073 or 6791558. OLE color: 6791558.

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

Color convert

RGB134161103-
CMYK0.1700.360.37
HSL87.93º23.58%51.76%-
HSV(B)87.93º36.02%63.14%-
XYZ25.0231.5417.6-
YUV146.31103.55119.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=33.67%
G=40.45%
B=25.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1341611030.1700.360.3787.9323.5851.76
Hex86A1671102425581834
Octal20624114721044451303064
Binary10000110101000011100111100010100100100101101100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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