Shades of Bay Leaf #80BE8D
Tints of Bay Leaf #80BE8D
RGB
CMYK
RGB Variations
Color information
#80BE8D (or 0x80BE8D) is known color: 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
| RGB | 128 | 190 | 141 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.25 |
| HSL | 132.58º | 0.32% | 0.62% | - |
| HSV(B) | 132.58º | 0.33% | 0.75% | - |
| XYZ | 32.12 | 43.34 | 31.87 | - |
| YUV | 165.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 141 | 0.33 | 0 | 0.26 | 0.25 | 132.58 | 0.32 | 0.62 |
| Hex | 80 | BE | 8D | 21 | 0 | 1A | 19 | 85 | 20 | 3E |
| Octal | 200 | 276 | 215 | 41 | 0 | 32 | 31 | 205 | 40 | 76 |
| Binary | 10000000 | 10111110 | 10001101 | 100001 | 0 | 11010 | 11001 | 10000101 | 100000 | 111110 |
Color Harmonies of #80BE8D
Complementary color
Monochromatic Colors of #80BE8D
Black with #80BE8D
Text Example
Text Example
White with #80BE8D
Text Example
Text Example
HTML Codes & Css Web 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>