#8BC889

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

Shades of De York #8BC889

Tints of De York #8BC889

Color information

#8BC889 (or 0x8BC889) is unknown color: approx De York. HEX triplet: 8B, C8 and 89. RGB value is (139,200,137). Sum of RGB (Red+Green+Blue) = 139+200+137=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC889 is #743776. Grayscale: #AEAEAE. Windows color (decimal): -7616375 or 9029771. OLE color: 9029771.

HSL color Cylindrical-coordinate representation of color #8BC889: hue angle of 118.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC889 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB139200137-
CMYK0.3000.320.22
HSL118.1º36.42%66.08%-
HSV(B)118.1º31.5%78.43%-
XYZ35.8248.631.16-
YUV174.58106.79102.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.20%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=29.20%
G=42.02%
B=28.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1392001370.3000.320.22118.136.4266.08
Hex8BC8891E02016762442
Octal213310211360402616644102
Binary1000101111001000100010011111001000001011011101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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