#80A98C

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

Shades of Bay Leaf #80A98C

Tints of Bay Leaf #80A98C

Color information

#80A98C (or 0x80A98C) is unknown color: approx Bay Leaf. HEX triplet: 80, A9 and 8C. RGB value is (128,169,140). Sum of RGB (Red+Green+Blue) = 128+169+140=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 169 - color contains mainly: green. Hex color #80A98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A98C is #7F5673. Grayscale: #999999. Windows color (decimal): -8345204 or 9218432. OLE color: 9218432.

HSL color Cylindrical-coordinate representation of color #80A98C: hue angle of 137.56º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A98C is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB128169140-
CMYK0.2400.170.34
HSL137.56º19.25%58.24%-
HSV(B)137.56º24.26%66.27%-
XYZ27.8234.8630.07-
YUV153.44120.42109.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=29.29%
G=38.67%
B=32.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281691400.2400.170.34137.5619.2558.24
Hex80A98C18011228a133a
Octal20025121430021422122372
Binary100000001010100110001100110000100011000101000101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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