#80BB8A

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

Shades of Bay Leaf #80BB8A

Tints of Bay Leaf #80BB8A

Color information

#80BB8A (or 0x80BB8A) is unknown color: approx Bay Leaf. HEX triplet: 80, BB and 8A. RGB value is (128,187,138). Sum of RGB (Red+Green+Blue) = 128+187+138=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BB8A is #7F4475. Grayscale: #A3A3A3. Windows color (decimal): -8340598 or 9091968. OLE color: 9091968.

HSL color Cylindrical-coordinate representation of color #80BB8A: hue angle of 130.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BB8A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB128187138-
CMYK0.3200.260.27
HSL130.17º30.26%61.76%-
HSV(B)130.17º31.55%73.33%-
XYZ31.2641.9630.5-
YUV163.77113.45102.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.26%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=28.26%
G=41.28%
B=30.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281871380.3200.260.27130.1730.2661.76
Hex80BB8A2001A1B821e3e
Octal20027321240032332023676
Binary100000001011101110001010100000011010110111000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,138); }

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

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

 a { background-color: rgb(128,187,138); }

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

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

 span { border-color: rgb(128,187,138); }

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