#86AC4C

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

Shades of Chelsea Cucumber #86AC4C

Tints of Chelsea Cucumber #86AC4C

Color information

#86AC4C (or 0x86AC4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AC and 4C. RGB value is (134,172,76). Sum of RGB (Red+Green+Blue) = 134+172+76=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC4C is #7953B3. Grayscale: #969696. Windows color (decimal): -7951284 or 5024902. OLE color: 5024902.

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

Color convert

RGB13417276-
CMYK0.2200.560.33
HSL83.75º38.71%48.63%-
HSV(B)83.75º55.81%67.45%-
XYZ25.8935.112.25-
YUV149.6986.41116.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=35.08%
G=45.03%
B=19.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134172760.2200.560.3383.7538.7148.63
Hex86AC4C1603821542731
Octal20625411426070411244761
Binary100001101010110010011001011001110001000011010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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