Shades of Bay Leaf #80BA91
Tints of Bay Leaf #80BA91
RGB
CMYK
RGB Variations
Color information
#80BA91 (or 0x80BA91) is known color: Bay Leaf. HEX triplet: 80, BA and 91. RGB value is (128,186,145). Sum of RGB (Red+Green+Blue) = 128+186+145=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA91 is #7F456E. Grayscale: #A4A4A4. Windows color (decimal): -8340847 or 9550464. OLE color: 9550464.
HSL color Cylindrical-coordinate representation of color #80BA91: hue angle of 137.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA91 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 145 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.27 |
| HSL | 137.59º | 0.3% | 0.62% | - |
| HSV(B) | 137.59º | 0.31% | 0.73% | - |
| XYZ | 31.57 | 41.75 | 33.18 | - |
| YUV | 163.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 145 | 0.31 | 0 | 0.22 | 0.27 | 137.59 | 0.3 | 0.62 |
| Hex | 80 | BA | 91 | 1F | 0 | 16 | 1B | 8A | 1E | 3E |
| Octal | 200 | 272 | 221 | 37 | 0 | 26 | 33 | 212 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10010001 | 11111 | 0 | 10110 | 11011 | 10001010 | 11110 | 111110 |
Color Harmonies of #80BA91
Complementary color
Monochromatic Colors of #80BA91
Black with #80BA91
Text Example
Text Example
White with #80BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA91; }
p { color: rgb(128,186,145); }
H1.HeaderClassName
{
color: #80BA91;
}
.AnyTagClassName
{
color: #80BA91;
}
</style>
background-color css
<style>
a { background-color: #80BA91; }
a { background-color: rgb(128,186,145); }
div.DivClassName
{
background-color: #80BA91;
}
.BgClassName
{
background-color: #80BA91;
}
</style>
border-color css
<style>
span { border-color: #80BA91; }
span { border-color: rgb(128,186,145); }
td.TdClassName
{
border-color: #80BA91;
}
.TagClassName
{
border-color: #80BA91;
}
</style>