#8BCD89

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

Shades of De York #8BCD89

Tints of De York #8BCD89

Color information

#8BCD89 (or 0x8BCD89) is unknown color: approx De York. HEX triplet: 8B, CD and 89. RGB value is (139,205,137). Sum of RGB (Red+Green+Blue) = 139+205+137=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD89 is #743276. Grayscale: #B1B1B1. Windows color (decimal): -7615095 or 9031051. OLE color: 9031051.

HSL color Cylindrical-coordinate representation of color #8BCD89: hue angle of 118.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCD89 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB139205137-
CMYK0.3200.330.20
HSL118.24º40.48%67.06%-
HSV(B)118.24º33.17%80.39%-
XYZ36.9950.9631.55-
YUV177.51105.13100.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=28.90%
G=42.62%
B=28.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051370.3200.330.20118.2440.4867.06
Hex8BCD892002114762843
Octal213315211400412416650103
Binary10001011110011011000100110000001000011010011101101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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