Shades of Bay Leaf #80BD8B
Tints of Bay Leaf #80BD8B
RGB
CMYK
RGB Variations
Color information
#80BD8B (or 0x80BD8B) is known color: Bay Leaf. HEX triplet: 80, BD and 8B. RGB value is (128,189,139). Sum of RGB (Red+Green+Blue) = 128+189+139=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BD8B is #7F4274. Grayscale: #A5A5A5. Windows color (decimal): -8340085 or 9158016. OLE color: 9158016.
HSL color Cylindrical-coordinate representation of color #80BD8B: hue angle of 130.82º degrees, saturation: 0.32, 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 #80BD8B is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 139 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.26 |
| HSL | 130.82º | 0.32% | 0.62% | - |
| HSV(B) | 130.82º | 0.32% | 0.74% | - |
| XYZ | 31.76 | 42.85 | 31.02 | - |
| YUV | 165.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 139 | 0.32 | 0 | 0.26 | 0.26 | 130.82 | 0.32 | 0.62 |
| Hex | 80 | BD | 8B | 20 | 0 | 1A | 1A | 83 | 20 | 3E |
| Octal | 200 | 275 | 213 | 40 | 0 | 32 | 32 | 203 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10001011 | 100000 | 0 | 11010 | 11010 | 10000011 | 100000 | 111110 |
Color Harmonies of #80BD8B
Complementary color
Monochromatic Colors of #80BD8B
Black with #80BD8B
Text Example
Text Example
White with #80BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD8B; }
p { color: rgb(128,189,139); }
H1.HeaderClassName
{
color: #80BD8B;
}
.AnyTagClassName
{
color: #80BD8B;
}
</style>
background-color css
<style>
a { background-color: #80BD8B; }
a { background-color: rgb(128,189,139); }
div.DivClassName
{
background-color: #80BD8B;
}
.BgClassName
{
background-color: #80BD8B;
}
</style>
border-color css
<style>
span { border-color: #80BD8B; }
span { border-color: rgb(128,189,139); }
td.TdClassName
{
border-color: #80BD8B;
}
.TagClassName
{
border-color: #80BD8B;
}
</style>