#89CC86

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

Shades of De York #89CC86

Tints of De York #89CC86

Color information

#89CC86 (or 0x89CC86) is unknown color: approx De York. HEX triplet: 89, CC and 86. RGB value is (137,204,134). Sum of RGB (Red+Green+Blue) = 137+204+134=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CC86 is #763379. Grayscale: #B0B0B0. Windows color (decimal): -7746426 or 8834185. OLE color: 8834185.

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

Color convert

RGB137204134-
CMYK0.3300.340.2
HSL117.43º40.7%66.27%-
HSV(B)117.43º34.31%80%-
XYZ36.2150.2330.34-
YUV175.99104.3100.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=28.84%
G=42.95%
B=28.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041340.3300.340.2117.4340.766.27
Hex89CC862102214752942
Octal211314206410422416551102
Binary10001001110011001000011010000101000101010011101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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