#80AC89

Color #80AC89 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #80AC89

Tints of Bay Leaf #80AC89

Color information

#80AC89 (or 0x80AC89) is unknown color: approx Bay Leaf. HEX triplet: 80, AC and 89. RGB value is (128,172,137). Sum of RGB (Red+Green+Blue) = 128+172+137=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC89 is #7F5376. Grayscale: #9A9A9A. Windows color (decimal): -8344439 or 9022592. OLE color: 9022592.

HSL color Cylindrical-coordinate representation of color #80AC89: hue angle of 132.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC89 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB128172137-
CMYK0.2600.200.33
HSL132.27º20.95%58.82%-
HSV(B)132.27º25.58%67.45%-
XYZ28.1735.929.11-
YUV154.85117.92108.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=29.29%
G=39.36%
B=31.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281721370.2600.200.33132.2720.9558.82
Hex80AC891A0142184153b
Octal20025421132024412042573
Binary100000001010110010001001110100101001000011000010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,137); }

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

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

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

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

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

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

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