#86AF49

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

Shades of Chelsea Cucumber #86AF49

Tints of Chelsea Cucumber #86AF49

Color information

#86AF49 (or 0x86AF49) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AF and 49. RGB value is (134,175,73). Sum of RGB (Red+Green+Blue) = 134+175+73=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF49 is #7950B6. Grayscale: #979797. Windows color (decimal): -7950519 or 4829062. OLE color: 4829062.

HSL color Cylindrical-coordinate representation of color #86AF49: hue angle of 84.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86AF49 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB13417573-
CMYK0.2300.580.31
HSL84.12º41.13%48.63%-
HSV(B)84.12º58.29%68.63%-
XYZ26.3636.2111.9-
YUV151.1183.92115.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 73 (28.91% from 255) = 19.11%
R=35.08%
G=45.81%
B=19.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175730.2300.580.3184.1241.1348.63
Hex86AF491703A1F542931
Octal20625711127072371245161
Binary10000110101011111001001101110111010111111010100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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