#80B880

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

Shades of De York #80B880

Tints of De York #80B880

Color information

#80B880 (or 0x80B880) is unknown color: approx De York. HEX triplet: 80, B8 and 80. RGB value is (128,184,128). Sum of RGB (Red+Green+Blue) = 128+184+128=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #80B880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B880 is #7F477F. Grayscale: #A1A1A1. Windows color (decimal): -8341376 or 8435840. OLE color: 8435840.

HSL color Cylindrical-coordinate representation of color #80B880: hue angle of 120º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B880 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB128184128-
CMYK0.3000.300.28
HSL120º28.28%61.18%-
HSV(B)120º30.43%72.16%-
XYZ29.9440.4326.65-
YUV160.87109.45104.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=29.09%
G=41.82%
B=29.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281841280.3000.300.2812028.2861.18
Hex80B8801E01E1C781c3d
Octal20027020036036341703475
Binary1000000010111000100000001111001111011100111100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B880; }

 p { color: rgb(128,184,128); }

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

<style>
 a { background-color: #80B880; }

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

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

<style>
 span { border-color: #80B880; }

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

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