#86B756

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

Shades of Chelsea Cucumber #86B756

Tints of Chelsea Cucumber #86B756

Color information

#86B756 (or 0x86B756) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B7 and 56. RGB value is (134,183,86). Sum of RGB (Red+Green+Blue) = 134+183+86=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #86B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B756 is #7948A9. Grayscale: #9D9D9D. Windows color (decimal): -7948458 or 5683078. OLE color: 5683078.

HSL color Cylindrical-coordinate representation of color #86B756: hue angle of 90.31º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86B756 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB13418386-
CMYK0.2700.530.28
HSL90.31º40.25%52.75%-
HSV(B)90.31º53.01%71.76%-
XYZ28.4439.6114.95-
YUV157.2987.77111.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 183 (71.88% from 255) = 45.41%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=33.25%
G=45.41%
B=21.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134183860.2700.530.2890.3140.2552.75
Hex86B7561B0351C5a2835
Octal20626712633065341325065
Binary10000110101101111010110110110110101111001011010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,183,86); }

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

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

 a { background-color: rgb(134,183,86); }

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

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

 span { border-color: rgb(134,183,86); }

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