Shades of Bay Leaf #80AD89
Tints of Bay Leaf #80AD89
RGB
CMYK
RGB Variations
Color information
#80AD89 (or 0x80AD89) is known color: Bay Leaf. HEX triplet: 80, AD and 89. RGB value is (128,173,137). Sum of RGB (Red+Green+Blue) = 128+173+137=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD89 is #7F5276. Grayscale: #9B9B9B. Windows color (decimal): -8344183 or 9022848. OLE color: 9022848.
HSL color Cylindrical-coordinate representation of color #80AD89: hue angle of 132º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AD89 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 137 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.32 |
| HSL | 132º | 0.22% | 0.59% | - |
| HSV(B) | 132º | 0.26% | 0.68% | - |
| XYZ | 28.36 | 36.28 | 29.18 | - |
| YUV | 155.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 137 | 0.26 | 0 | 0.21 | 0.32 | 132 | 0.22 | 0.59 |
| Hex | 80 | AD | 89 | 1A | 0 | 15 | 20 | 84 | 16 | 3B |
| Octal | 200 | 255 | 211 | 32 | 0 | 25 | 40 | 204 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10001001 | 11010 | 0 | 10101 | 100000 | 10000100 | 10110 | 111011 |
Color Harmonies of #80AD89
Complementary color
Monochromatic Colors of #80AD89
Black with #80AD89
Text Example
Text Example
White with #80AD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD89; }
p { color: rgb(128,173,137); }
H1.HeaderClassName
{
color: #80AD89;
}
.AnyTagClassName
{
color: #80AD89;
}
</style>
background-color css
<style>
a { background-color: #80AD89; }
a { background-color: rgb(128,173,137); }
div.DivClassName
{
background-color: #80AD89;
}
.BgClassName
{
background-color: #80AD89;
}
</style>
border-color css
<style>
span { border-color: #80AD89; }
span { border-color: rgb(128,173,137); }
td.TdClassName
{
border-color: #80AD89;
}
.TagClassName
{
border-color: #80AD89;
}
</style>