#86B658

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

Shades of Chelsea Cucumber #86B658

Tints of Chelsea Cucumber #86B658

Color information

#86B658 (or 0x86B658) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B6 and 58. RGB value is (134,182,88). Sum of RGB (Red+Green+Blue) = 134+182+88=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #86B658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B658 is #7949A7. Grayscale: #9D9D9D. Windows color (decimal): -7948712 or 5813894. OLE color: 5813894.

HSL color Cylindrical-coordinate representation of color #86B658: hue angle of 90.64º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86B658 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB13418288-
CMYK0.2600.520.29
HSL90.64º39.17%52.94%-
HSV(B)90.64º51.65%71.37%-
XYZ28.3239.2315.31-
YUV156.9389.1111.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 88 (34.77% from 255) = 21.78%
R=33.17%
G=45.05%
B=21.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182880.2600.520.2990.6439.1752.94
Hex86B6581A0341D5b2735
Octal20626613032064351334765
Binary10000110101101101011000110100110100111011011011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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