#80AB89

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

Shades of Bay Leaf #80AB89

Tints of Bay Leaf #80AB89

Color information

#80AB89 (or 0x80AB89) is unknown color: approx Bay Leaf. HEX triplet: 80, AB and 89. RGB value is (128,171,137). Sum of RGB (Red+Green+Blue) = 128+171+137=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB89 is #7F5476. Grayscale: #9A9A9A. Windows color (decimal): -8344695 or 9022336. OLE color: 9022336.

HSL color Cylindrical-coordinate representation of color #80AB89: hue angle of 132.56º 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 #80AB89 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB128171137-
CMYK0.2500.200.33
HSL132.56º20.38%58.63%-
HSV(B)132.56º25.15%67.06%-
XYZ27.9835.5229.05-
YUV154.27118.25109.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=29.36%
G=39.22%
B=31.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711370.2500.200.33132.5620.3858.63
Hex80AB89190142185143b
Octal20025321131024412052473
Binary100000001010101110001001110010101001000011000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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