#8BDC89

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

Shades of De York #8BDC89

Tints of De York #8BDC89

Color information

#8BDC89 (or 0x8BDC89) is unknown color: approx De York. HEX triplet: 8B, DC and 89. RGB value is (139,220,137). Sum of RGB (Red+Green+Blue) = 139+220+137=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC89 is #742376. Grayscale: #BABABA. Windows color (decimal): -7611255 or 9034891. OLE color: 9034891.

HSL color Cylindrical-coordinate representation of color #8BDC89: hue angle of 118.55º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDC89 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB139220137-
CMYK0.3700.380.14
HSL118.55º54.25%70%-
HSV(B)118.55º37.73%86.27%-
XYZ40.7658.4832.81-
YUV186.32100.1694.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=28.02%
G=44.35%
B=27.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392201370.3700.380.14118.5554.2570
Hex8BDC8925026E773646
Octal213334211450461616766106
Binary1000101111011100100010011001010100110111011101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDC89; }

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

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

<style>
 a { background-color: #8BDC89; }

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

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

<style>
 span { border-color: #8BDC89; }

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

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