#8BC980

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

Shades of De York #8BC980

Tints of De York #8BC980

Color information

#8BC980 (or 0x8BC980) is unknown color: approx De York. HEX triplet: 8B, C9 and 80. RGB value is (139,201,128). Sum of RGB (Red+Green+Blue) = 139+201+128=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC980 is #74367F. Grayscale: #AEAEAE. Windows color (decimal): -7616128 or 8440203. OLE color: 8440203.

HSL color Cylindrical-coordinate representation of color #8BC980: hue angle of 110.96º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BC980 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB139201128-
CMYK0.3100.360.21
HSL110.96º40.33%64.51%-
HSV(B)110.96º36.32%78.82%-
XYZ35.4348.8227.98-
YUV174.14101.96102.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.70%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=29.70%
G=42.95%
B=27.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392011280.3100.360.21110.9640.3364.51
Hex8BC9801F024156f2841
Octal213311200370442515750101
Binary1000101111001001100000001111101001001010111011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,201,128); }

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

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

 a { background-color: rgb(139,201,128); }

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

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

 span { border-color: rgb(139,201,128); }

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