#89DC86

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

Shades of De York #89DC86

Tints of De York #89DC86

Color information

#89DC86 (or 0x89DC86) is unknown color: approx De York. HEX triplet: 89, DC and 86. RGB value is (137,220,134). Sum of RGB (Red+Green+Blue) = 137+220+134=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #89DC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DC86 is #762379. Grayscale: #B9B9B9. Windows color (decimal): -7742330 or 8838281. OLE color: 8838281.

HSL color Cylindrical-coordinate representation of color #89DC86: hue angle of 117.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DC86 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB137220134-
CMYK0.3800.390.14
HSL117.91º55.13%69.41%-
HSV(B)117.91º39.09%86.27%-
XYZ40.2158.2331.67-
YUV185.389993.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=27.90%
G=44.81%
B=27.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372201340.3800.390.14117.9155.1369.41
Hex89DC8626027E763745
Octal211334206460471616667105
Binary1000100111011100100001101001100100111111011101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89DC86; }

 p { color: rgb(137,220,134); }

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

<style>
 a { background-color: #89DC86; }

 a { background-color: rgb(137,220,134); }

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

<style>
 span { border-color: #89DC86; }

 span { border-color: rgb(137,220,134); }

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