#80BE8D

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

Shades of Bay Leaf #80BE8D

Tints of Bay Leaf #80BE8D

Color information

#80BE8D (or 0x80BE8D) is unknown color: approx Bay Leaf. HEX triplet: 80, BE and 8D. RGB value is (128,190,141). Sum of RGB (Red+Green+Blue) = 128+190+141=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE8D is #7F4172. Grayscale: #A6A6A6. Windows color (decimal): -8339827 or 9289344. OLE color: 9289344.

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

Color convert

RGB128190141-
CMYK0.3300.260.25
HSL132.58º32.29%62.35%-
HSV(B)132.58º32.63%74.51%-
XYZ32.1243.3431.87-
YUV165.88113.96100.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=27.89%
G=41.39%
B=30.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901410.3300.260.25132.5832.2962.35
Hex80BE8D2101A1985203e
Octal20027621541032312054076
Binary1000000010111110100011011000010110101100110000101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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