#80B991

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

Shades of Bay Leaf #80B991

Tints of Bay Leaf #80B991

Color information

#80B991 (or 0x80B991) is unknown color: approx Bay Leaf. HEX triplet: 80, B9 and 91. RGB value is (128,185,145). Sum of RGB (Red+Green+Blue) = 128+185+145=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #80B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B991 is #7F466E. Grayscale: #A3A3A3. Windows color (decimal): -8341103 or 9550208. OLE color: 9550208.

HSL color Cylindrical-coordinate representation of color #80B991: hue angle of 137.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B991 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB128185145-
CMYK0.3100.220.27
HSL137.89º28.93%61.37%-
HSV(B)137.89º30.81%72.55%-
XYZ31.3641.3333.11-
YUV163.4117.62102.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=27.95%
G=40.39%
B=31.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281851450.3100.220.27137.8928.9361.37
Hex80B9911F0161B8a1d3d
Octal20027122137026332123575
Binary10000000101110011001000111111010110110111000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,185,145); }

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

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

 a { background-color: rgb(128,185,145); }

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

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

 span { border-color: rgb(128,185,145); }

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