Shades of Bay Leaf #80A98B
Tints of Bay Leaf #80A98B
RGB
CMYK
RGB Variations
Color information
#80A98B (or 0x80A98B) is known color: Bay Leaf. HEX triplet: 80, A9 and 8B. RGB value is (128,169,139). Sum of RGB (Red+Green+Blue) = 128+169+139=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #80A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A98B is #7F5674. Grayscale: #999999. Windows color (decimal): -8345205 or 9152896. OLE color: 9152896.
HSL color Cylindrical-coordinate representation of color #80A98B: hue angle of 136.1º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A98B is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 139 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.34 |
| HSL | 136.1º | 0.19% | 0.58% | - |
| HSV(B) | 136.1º | 0.24% | 0.66% | - |
| XYZ | 27.75 | 34.83 | 29.69 | - |
| YUV | 153.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 139 | 0.24 | 0 | 0.18 | 0.34 | 136.1 | 0.19 | 0.58 |
| Hex | 80 | A9 | 8B | 18 | 0 | 12 | 22 | 88 | 13 | 3A |
| Octal | 200 | 251 | 213 | 30 | 0 | 22 | 42 | 210 | 23 | 72 |
| Binary | 10000000 | 10101001 | 10001011 | 11000 | 0 | 10010 | 100010 | 10001000 | 10011 | 111010 |
Color Harmonies of #80A98B
Complementary color
Monochromatic Colors of #80A98B
Black with #80A98B
Text Example
Text Example
White with #80A98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A98B; }
p { color: rgb(128,169,139); }
H1.HeaderClassName
{
color: #80A98B;
}
.AnyTagClassName
{
color: #80A98B;
}
</style>
background-color css
<style>
a { background-color: #80A98B; }
a { background-color: rgb(128,169,139); }
div.DivClassName
{
background-color: #80A98B;
}
.BgClassName
{
background-color: #80A98B;
}
</style>
border-color css
<style>
span { border-color: #80A98B; }
span { border-color: rgb(128,169,139); }
td.TdClassName
{
border-color: #80A98B;
}
.TagClassName
{
border-color: #80A98B;
}
</style>