Shades of Bay Leaf #80B58B
Tints of Bay Leaf #80B58B
RGB
CMYK
RGB Variations
Color information
#80B58B (or 0x80B58B) is known color: Bay Leaf. HEX triplet: 80, B5 and 8B. RGB value is (128,181,139). Sum of RGB (Red+Green+Blue) = 128+181+139=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #80B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B58B is #7F4A74. Grayscale: #A0A0A0. Windows color (decimal): -8342133 or 9155968. OLE color: 9155968.
HSL color Cylindrical-coordinate representation of color #80B58B: hue angle of 132.45º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B58B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 139 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.29 |
| HSL | 132.45º | 0.26% | 0.61% | - |
| HSV(B) | 132.45º | 0.29% | 0.71% | - |
| XYZ | 30.09 | 39.5 | 30.46 | - |
| YUV | 160.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 139 | 0.29 | 0 | 0.23 | 0.29 | 132.45 | 0.26 | 0.61 |
| Hex | 80 | B5 | 8B | 1D | 0 | 17 | 1D | 84 | 1A | 3D |
| Octal | 200 | 265 | 213 | 35 | 0 | 27 | 35 | 204 | 32 | 75 |
| Binary | 10000000 | 10110101 | 10001011 | 11101 | 0 | 10111 | 11101 | 10000100 | 11010 | 111101 |
Color Harmonies of #80B58B
Complementary color
Monochromatic Colors of #80B58B
Black with #80B58B
Text Example
Text Example
White with #80B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B58B; }
p { color: rgb(128,181,139); }
H1.HeaderClassName
{
color: #80B58B;
}
.AnyTagClassName
{
color: #80B58B;
}
</style>
background-color css
<style>
a { background-color: #80B58B; }
a { background-color: rgb(128,181,139); }
div.DivClassName
{
background-color: #80B58B;
}
.BgClassName
{
background-color: #80B58B;
}
</style>
border-color css
<style>
span { border-color: #80B58B; }
span { border-color: rgb(128,181,139); }
td.TdClassName
{
border-color: #80B58B;
}
.TagClassName
{
border-color: #80B58B;
}
</style>