#80A48C

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

Shades of Bay Leaf #80A48C

Tints of Bay Leaf #80A48C

Color information

#80A48C (or 0x80A48C) is unknown color: approx Bay Leaf. HEX triplet: 80, A4 and 8C. RGB value is (128,164,140). Sum of RGB (Red+Green+Blue) = 128+164+140=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #80A48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A48C is #7F5B73. Grayscale: #969696. Windows color (decimal): -8346484 or 9217152. OLE color: 9217152.

HSL color Cylindrical-coordinate representation of color #80A48C: hue angle of 140º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A48C is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB128164140-
CMYK0.2200.150.36
HSL140º16.51%57.25%-
HSV(B)140º21.95%64.31%-
XYZ26.9133.0329.77-
YUV150.5122.07111.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=29.63%
G=37.96%
B=32.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281641400.2200.150.3614016.5157.25
Hex80A48C160F248c1139
Octal20024421426017442142171
Binary10000000101001001000110010110011111001001000110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,164,140); }

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

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

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

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

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

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

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