#80BA85

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

Shades of De York #80BA85

Tints of De York #80BA85

Color information

#80BA85 (or 0x80BA85) is unknown color: approx De York. HEX triplet: 80, BA and 85. RGB value is (128,186,133). Sum of RGB (Red+Green+Blue) = 128+186+133=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA85 is #7F457A. Grayscale: #A2A2A2. Windows color (decimal): -8340859 or 8764032. OLE color: 8764032.

HSL color Cylindrical-coordinate representation of color #80BA85: hue angle of 125.17º 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 #80BA85 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB128186133-
CMYK0.3100.280.27
HSL125.17º29.59%61.57%-
HSV(B)125.17º31.18%72.94%-
XYZ30.6941.428.56-
YUV162.62111.28103.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=28.64%
G=41.61%
B=29.75%

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
Decimal1281861330.3100.280.27125.1729.5961.57
Hex80BA851F01C1B7d1e3e
Octal20027220537034331753676
Binary1000000010111010100001011111101110011011111110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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