#80BC8D

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

Shades of Bay Leaf #80BC8D

Tints of Bay Leaf #80BC8D

Color information

#80BC8D (or 0x80BC8D) is unknown color: approx Bay Leaf. HEX triplet: 80, BC and 8D. RGB value is (128,188,141). Sum of RGB (Red+Green+Blue) = 128+188+141=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC8D is #7F4372. Grayscale: #A4A4A4. Windows color (decimal): -8340339 or 9288832. OLE color: 9288832.

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

Color convert

RGB128188141-
CMYK0.3200.250.26
HSL133º30.93%61.96%-
HSV(B)133º31.91%73.73%-
XYZ31.6942.4831.73-
YUV164.7114.62101.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=28.01%
G=41.14%
B=30.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881410.3200.250.2613330.9361.96
Hex80BC8D200191A851f3e
Octal20027421540031322053776
Binary100000001011110010001101100000011001110101000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,141); }

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

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

 a { background-color: rgb(128,188,141); }

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

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

 span { border-color: rgb(128,188,141); }

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