Shades of Bay Leaf #80B18C
Tints of Bay Leaf #80B18C
RGB
CMYK
RGB Variations
Color information
#80B18C (or 0x80B18C) is known color: Bay Leaf. HEX triplet: 80, B1 and 8C. RGB value is (128,177,140). Sum of RGB (Red+Green+Blue) = 128+177+140=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #80B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B18C is #7F4E73. Grayscale: #9E9E9E. Windows color (decimal): -8343156 or 9220480. OLE color: 9220480.
HSL color Cylindrical-coordinate representation of color #80B18C: hue angle of 134.69º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B18C is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 140 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.31 |
| HSL | 134.69º | 0.24% | 0.6% | - |
| HSV(B) | 134.69º | 0.28% | 0.69% | - |
| XYZ | 29.36 | 37.93 | 30.58 | - |
| YUV | 158.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 140 | 0.28 | 0 | 0.21 | 0.31 | 134.69 | 0.24 | 0.6 |
| Hex | 80 | B1 | 8C | 1C | 0 | 15 | 1F | 87 | 18 | 3C |
| Octal | 200 | 261 | 214 | 34 | 0 | 25 | 37 | 207 | 30 | 74 |
| Binary | 10000000 | 10110001 | 10001100 | 11100 | 0 | 10101 | 11111 | 10000111 | 11000 | 111100 |
Color Harmonies of #80B18C
Complementary color
Monochromatic Colors of #80B18C
Black with #80B18C
Text Example
Text Example
White with #80B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B18C; }
p { color: rgb(128,177,140); }
H1.HeaderClassName
{
color: #80B18C;
}
.AnyTagClassName
{
color: #80B18C;
}
</style>
background-color css
<style>
a { background-color: #80B18C; }
a { background-color: rgb(128,177,140); }
div.DivClassName
{
background-color: #80B18C;
}
.BgClassName
{
background-color: #80B18C;
}
</style>
border-color css
<style>
span { border-color: #80B18C; }
span { border-color: rgb(128,177,140); }
td.TdClassName
{
border-color: #80B18C;
}
.TagClassName
{
border-color: #80B18C;
}
</style>