#86CC84

Color #86CC84 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #86CC84

Tints of De York #86CC84

Color information

#86CC84 (or 0x86CC84) is unknown color: approx De York. HEX triplet: 86, CC and 84. RGB value is (134,204,132). Sum of RGB (Red+Green+Blue) = 134+204+132=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC84 is #79337B. Grayscale: #AFAFAF. Windows color (decimal): -7943036 or 8703110. OLE color: 8703110.

HSL color Cylindrical-coordinate representation of color #86CC84: hue angle of 118.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CC84 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB134204132-
CMYK0.3400.350.2
HSL118.33º41.38%65.88%-
HSV(B)118.33º35.29%80%-
XYZ35.5949.9229.59-
YUV174.86103.8198.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=28.51%
G=43.40%
B=28.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342041320.3400.350.2118.3341.3865.88
Hex86CC842202314762942
Octal206314204420432416651102
Binary10000110110011001000010010001001000111010011101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,132); }

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

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

 a { background-color: rgb(134,204,132); }

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

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

 span { border-color: rgb(134,204,132); }

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