#80BA86

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

Shades of De York #80BA86

Tints of De York #80BA86

Color information

#80BA86 (or 0x80BA86) is unknown color: approx De York. HEX triplet: 80, BA and 86. RGB value is (128,186,134). Sum of RGB (Red+Green+Blue) = 128+186+134=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA86 is #7F4579. Grayscale: #A2A2A2. Windows color (decimal): -8340858 or 8829568. OLE color: 8829568.

HSL color Cylindrical-coordinate representation of color #80BA86: hue angle of 126.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA86 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB128186134-
CMYK0.3100.280.27
HSL126.21º29.59%61.57%-
HSV(B)126.21º31.18%72.94%-
XYZ30.7641.4328.93-
YUV162.73111.78103.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=28.57%
G=41.52%
B=29.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861340.3100.280.27126.2129.5961.57
Hex80BA861F01C1B7e1e3e
Octal20027220637034331763676
Binary1000000010111010100001101111101110011011111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,134); }

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

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

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

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

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

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

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