#86CA76

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

Shades of De York #86CA76

Tints of De York #86CA76

Color information

#86CA76 (or 0x86CA76) is unknown color: approx De York. HEX triplet: 86, CA and 76. RGB value is (134,202,118). Sum of RGB (Red+Green+Blue) = 134+202+118=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA76 is #793589. Grayscale: #ACACAC. Windows color (decimal): -7943562 or 7785094. OLE color: 7785094.

HSL color Cylindrical-coordinate representation of color #86CA76: hue angle of 108.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86CA76 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB134202118-
CMYK0.3400.420.21
HSL108.57º44.21%62.75%-
HSV(B)108.57º41.58%79.22%-
XYZ34.2248.6224.72-
YUV172.0997.47100.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=29.52%
G=44.49%
B=25.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021180.3400.420.21108.5744.2162.75
Hex86CA762202A156d2c3f
Octal20631216642052251555477
Binary100001101100101011101101000100101010101011101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,118); }

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

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

 a { background-color: rgb(134,202,118); }

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

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

 span { border-color: rgb(134,202,118); }

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