#80B58B

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

Shades of Bay Leaf #80B58B

Tints of Bay Leaf #80B58B

Color information

#80B58B (or 0x80B58B) is unknown color: approx Bay Leaf. HEX triplet: 80, B5 and 8B. RGB value is (128,181,139). Sum of RGB (Red+Green+Blue) = 128+181+139=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #80B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B58B is #7F4A74. Grayscale: #A0A0A0. Windows color (decimal): -8342133 or 9155968. OLE color: 9155968.

HSL color Cylindrical-coordinate representation of color #80B58B: hue angle of 132.45º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B58B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB128181139-
CMYK0.2900.230.29
HSL132.45º26.37%60.59%-
HSV(B)132.45º29.28%70.98%-
XYZ30.0939.530.46-
YUV160.36115.94104.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=28.57%
G=40.40%
B=31.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811390.2900.230.29132.4526.3760.59
Hex80B58B1D0171D841a3d
Octal20026521335027352043275
Binary10000000101101011000101111101010111111011000010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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