Shades of Bay Leaf #80BC8C
Tints of Bay Leaf #80BC8C
RGB
CMYK
RGB Variations
Color information
#80BC8C (or 0x80BC8C) is known color: Bay Leaf. HEX triplet: 80, BC and 8C. RGB value is (128,188,140). Sum of RGB (Red+Green+Blue) = 128+188+140=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC8C is #7F4373. Grayscale: #A4A4A4. Windows color (decimal): -8340340 or 9223296. OLE color: 9223296.
HSL color Cylindrical-coordinate representation of color #80BC8C: hue angle of 132º degrees, saturation: 0.31, 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 #80BC8C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 140 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.26 |
| HSL | 132º | 0.31% | 0.62% | - |
| HSV(B) | 132º | 0.32% | 0.74% | - |
| XYZ | 31.62 | 42.45 | 31.34 | - |
| YUV | 164.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 140 | 0.32 | 0 | 0.26 | 0.26 | 132 | 0.31 | 0.62 |
| Hex | 80 | BC | 8C | 20 | 0 | 1A | 1A | 84 | 1F | 3E |
| Octal | 200 | 274 | 214 | 40 | 0 | 32 | 32 | 204 | 37 | 76 |
| Binary | 10000000 | 10111100 | 10001100 | 100000 | 0 | 11010 | 11010 | 10000100 | 11111 | 111110 |
Color Harmonies of #80BC8C
Complementary color
Monochromatic Colors of #80BC8C
Black with #80BC8C
Text Example
Text Example
White with #80BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC8C; }
p { color: rgb(128,188,140); }
H1.HeaderClassName
{
color: #80BC8C;
}
.AnyTagClassName
{
color: #80BC8C;
}
</style>
background-color css
<style>
a { background-color: #80BC8C; }
a { background-color: rgb(128,188,140); }
div.DivClassName
{
background-color: #80BC8C;
}
.BgClassName
{
background-color: #80BC8C;
}
</style>
border-color css
<style>
span { border-color: #80BC8C; }
span { border-color: rgb(128,188,140); }
td.TdClassName
{
border-color: #80BC8C;
}
.TagClassName
{
border-color: #80BC8C;
}
</style>