#80BA77

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

Shades of De York #80BA77

Tints of De York #80BA77

Color information

#80BA77 (or 0x80BA77) is unknown color: approx De York. HEX triplet: 80, BA and 77. RGB value is (128,186,119). Sum of RGB (Red+Green+Blue) = 128+186+119=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA77 is #7F4588. Grayscale: #A1A1A1. Windows color (decimal): -8340873 or 7846528. OLE color: 7846528.

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

Color convert

RGB128186119-
CMYK0.3100.360.27
HSL111.94º32.68%59.8%-
HSV(B)111.94º36.02%72.94%-
XYZ29.7941.0423.8-
YUV161.02104.28104.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=29.56%
G=42.96%
B=27.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861190.3100.360.27111.9432.6859.8
Hex80BA771F0241B70213c
Octal20027216737044331604174
Binary10000000101110101110111111110100100110111110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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