#86A649

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

Shades of Chelsea Cucumber #86A649

Tints of Chelsea Cucumber #86A649

Color information

#86A649 (or 0x86A649) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A6 and 49. RGB value is (134,166,73). Sum of RGB (Red+Green+Blue) = 134+166+73=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #86A649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A649 is #7959B6. Grayscale: #929292. Windows color (decimal): -7952823 or 4826758. OLE color: 4826758.

HSL color Cylindrical-coordinate representation of color #86A649: hue angle of 80.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86A649 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB13416673-
CMYK0.1900.560.35
HSL80.65º38.91%46.86%-
HSV(B)80.65º56.02%65.1%-
XYZ24.6732.8211.34-
YUV145.8386.9119.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=35.92%
G=44.50%
B=19.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134166730.1900.560.3580.6538.9146.86
Hex86A649130382351272f
Octal20624611123070431214757
Binary100001101010011010010011001101110001000111010001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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