#86B652

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

Shades of Chelsea Cucumber #86B652

Tints of Chelsea Cucumber #86B652

Color information

#86B652 (or 0x86B652) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B6 and 52. RGB value is (134,182,82). Sum of RGB (Red+Green+Blue) = 134+182+82=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #86B652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B652 is #7949AD. Grayscale: #9C9C9C. Windows color (decimal): -7948718 or 5420678. OLE color: 5420678.

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

Color convert

RGB13418282-
CMYK0.2600.550.29
HSL88.8º40.65%51.76%-
HSV(B)88.8º54.95%71.37%-
XYZ28.0839.1314.06-
YUV156.2586.1112.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 182 (71.48% from 255) = 45.73%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=33.67%
G=45.73%
B=20.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182820.2600.550.2988.840.6551.76
Hex86B6521A0371D592934
Octal20626612232067351315164
Binary10000110101101101010010110100110111111011011001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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