#80AB8B

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

Shades of Bay Leaf #80AB8B

Tints of Bay Leaf #80AB8B

Color information

#80AB8B (or 0x80AB8B) is unknown color: approx Bay Leaf. HEX triplet: 80, AB and 8B. RGB value is (128,171,139). Sum of RGB (Red+Green+Blue) = 128+171+139=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB8B is #7F5474. Grayscale: #9A9A9A. Windows color (decimal): -8344693 or 9153408. OLE color: 9153408.

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

Color convert

RGB128171139-
CMYK0.2500.190.33
HSL135.35º20.38%58.63%-
HSV(B)135.35º25.15%67.06%-
XYZ28.1335.5829.81-
YUV154.5119.25109.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=29.22%
G=39.04%
B=31.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711390.2500.190.33135.3520.3858.63
Hex80AB8B190132187143b
Octal20025321331023412072473
Binary100000001010101110001011110010100111000011000011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,139); }

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

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

 a { background-color: rgb(128,171,139); }

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

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

 span { border-color: rgb(128,171,139); }

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