#86B649

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

Shades of Chelsea Cucumber #86B649

Tints of Chelsea Cucumber #86B649

Color information

#86B649 (or 0x86B649) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B6 and 49. RGB value is (134,182,73). Sum of RGB (Red+Green+Blue) = 134+182+73=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #86B649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B649 is #7949B6. Grayscale: #9B9B9B. Windows color (decimal): -7948727 or 4830854. OLE color: 4830854.

HSL color Cylindrical-coordinate representation of color #86B649: hue angle of 86.42º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86B649 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB13418273-
CMYK0.2600.600.29
HSL86.42º42.75%50%-
HSV(B)86.42º59.89%71.37%-
XYZ27.7639.0112.37-
YUV155.2281.6112.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=34.45%
G=46.79%
B=18.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182730.2600.600.2986.4242.7550
Hex86B6491A03C1D562b32
Octal20626611132074351265362
Binary10000110101101101001001110100111100111011010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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