#86A055

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

Shades of Chelsea Cucumber #86A055

Tints of Chelsea Cucumber #86A055

Color information

#86A055 (or 0x86A055) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A0 and 55. RGB value is (134,160,85). Sum of RGB (Red+Green+Blue) = 134+160+85=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #86A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A055 is #795FAA. Grayscale: #8F8F8F. Windows color (decimal): -7954347 or 5611654. OLE color: 5611654.

HSL color Cylindrical-coordinate representation of color #86A055: hue angle of 80.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86A055 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB13416085-
CMYK0.1600.470.37
HSL80.8º30.61%48.04%-
HSV(B)80.8º46.88%62.75%-
XYZ24.0430.8713.28-
YUV143.6894.89121.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 160 (62.89% from 255) = 42.22%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=35.36%
G=42.22%
B=22.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134160850.1600.470.3780.830.6148.04
Hex86A0551002F25511f30
Octal20624012520057451213760
Binary10000110101000001010101100000101111100101101000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,160,85); }

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

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

 a { background-color: rgb(134,160,85); }

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

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

 span { border-color: rgb(134,160,85); }

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