#86D597

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

Shades of De York #86D597

Tints of De York #86D597

Color information

#86D597 (or 0x86D597) is unknown color: approx De York. HEX triplet: 86, D5 and 97. RGB value is (134,213,151). Sum of RGB (Red+Green+Blue) = 134+213+151=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #86D597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D597 is #792A68. Grayscale: #B6B6B6. Windows color (decimal): -7940713 or 9950598. OLE color: 9950598.

HSL color Cylindrical-coordinate representation of color #86D597: hue angle of 132.91º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D597 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB134213151-
CMYK0.3700.290.16
HSL132.91º48.47%68.04%-
HSV(B)132.91º37.09%83.53%-
XYZ39.2154.8937.81-
YUV182.31110.3393.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=26.91%
G=42.77%
B=30.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131510.3700.290.16132.9148.4768.04
Hex86D5972501D10853044
Octal206325227450352020560104
Binary10000110110101011001011110010101110110000100001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,151); }

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

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

 a { background-color: rgb(134,213,151); }

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

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

 span { border-color: rgb(134,213,151); }

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