Shades of Bay Leaf #80AA90
Tints of Bay Leaf #80AA90
RGB
CMYK
RGB Variations
Color information
#80AA90 (or 0x80AA90) is known color: Bay Leaf. HEX triplet: 80, AA and 90. RGB value is (128,170,144). Sum of RGB (Red+Green+Blue) = 128+170+144=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA90 is #7F556F. Grayscale: #9A9A9A. Windows color (decimal): -8344944 or 9480832. OLE color: 9480832.
HSL color Cylindrical-coordinate representation of color #80AA90: hue angle of 142.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AA90 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 144 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.33 |
| HSL | 142.86º | 0.2% | 0.58% | - |
| HSV(B) | 142.86º | 0.25% | 0.67% | - |
| XYZ | 28.31 | 35.35 | 31.72 | - |
| YUV | 154.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 144 | 0.25 | 0 | 0.15 | 0.33 | 142.86 | 0.2 | 0.58 |
| Hex | 80 | AA | 90 | 19 | 0 | F | 21 | 8F | 14 | 3A |
| Octal | 200 | 252 | 220 | 31 | 0 | 17 | 41 | 217 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10010000 | 11001 | 0 | 1111 | 100001 | 10001111 | 10100 | 111010 |
Color Harmonies of #80AA90
Complementary color
Monochromatic Colors of #80AA90
Black with #80AA90
Text Example
Text Example
White with #80AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA90; }
p { color: rgb(128,170,144); }
H1.HeaderClassName
{
color: #80AA90;
}
.AnyTagClassName
{
color: #80AA90;
}
</style>
background-color css
<style>
a { background-color: #80AA90; }
a { background-color: rgb(128,170,144); }
div.DivClassName
{
background-color: #80AA90;
}
.BgClassName
{
background-color: #80AA90;
}
</style>
border-color css
<style>
span { border-color: #80AA90; }
span { border-color: rgb(128,170,144); }
td.TdClassName
{
border-color: #80AA90;
}
.TagClassName
{
border-color: #80AA90;
}
</style>