#86AF53

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

Shades of Chelsea Cucumber #86AF53

Tints of Chelsea Cucumber #86AF53

Color information

#86AF53 (or 0x86AF53) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AF and 53. RGB value is (134,175,83). Sum of RGB (Red+Green+Blue) = 134+175+83=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF53 is #7950AC. Grayscale: #989898. Windows color (decimal): -7950509 or 5484422. OLE color: 5484422.

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

Color convert

RGB13417583-
CMYK0.2300.530.31
HSL86.74º36.51%50.59%-
HSV(B)86.74º52.57%68.63%-
XYZ26.7236.3513.79-
YUV152.2588.92114.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=34.18%
G=44.64%
B=21.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175830.2300.530.3186.7436.5150.59
Hex86AF53170351F572533
Octal20625712327065371274563
Binary10000110101011111010011101110110101111111010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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