#80B389

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

Shades of Bay Leaf #80B389

Tints of Bay Leaf #80B389

Color information

#80B389 (or 0x80B389) is unknown color: approx Bay Leaf. HEX triplet: 80, B3 and 89. RGB value is (128,179,137). Sum of RGB (Red+Green+Blue) = 128+179+137=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #80B389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B389 is #7F4C76. Grayscale: #9F9F9F. Windows color (decimal): -8342647 or 9024384. OLE color: 9024384.

HSL color Cylindrical-coordinate representation of color #80B389: hue angle of 130.59º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B389 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB128179137-
CMYK0.2800.230.30
HSL130.59º25.12%60.2%-
HSV(B)130.59º28.49%70.2%-
XYZ29.5438.6429.57-
YUV158.96115.6105.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=28.83%
G=40.32%
B=30.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281791370.2800.230.30130.5925.1260.2
Hex80B3891C0171E83193c
Octal20026321134027362033174
Binary10000000101100111000100111100010111111101000001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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