#86ae4c

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

Shades of Chelsea Cucumber #86AE4C

Tints of Chelsea Cucumber #86AE4C

Color information

#86AE4C (or 0x86AE4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AE and 4C. RGB value is (134,174,76). Sum of RGB (Red+Green+Blue) = 134+174+76=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AE4C is #7951B3. Grayscale: #979797. Windows color (decimal): -7950772 or 5025414. OLE color: 5025414.

HSL color Cylindrical-coordinate representation of color #86AE4C: hue angle of 84.49º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86AE4C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB13417476-
CMYK0.2300.560.32
HSL84.49º39.2%49.02%-
HSV(B)84.49º56.32%68.24%-
XYZ26.2735.8612.37-
YUV150.8785.75115.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 76 (30.08% from 255) = 19.79%
R=34.90%
G=45.31%
B=19.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134174760.2300.560.3284.4939.249.02
Hex86AE4C1703820542731
Octal20625611427070401244761
Binary100001101010111010011001011101110001000001010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ae4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,174,76); }

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

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

 a { background-color: rgb(134,174,76); }

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

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

 span { border-color: rgb(134,174,76); }

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