Shades of Bay Leaf #80B990
Tints of Bay Leaf #80B990
RGB
CMYK
RGB Variations
Color information
#80B990 (or 0x80B990) is known color: Bay Leaf. HEX triplet: 80, B9 and 90. RGB value is (128,185,144). Sum of RGB (Red+Green+Blue) = 128+185+144=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #80B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B990 is #7F466F. Grayscale: #A3A3A3. Windows color (decimal): -8341104 or 9484672. OLE color: 9484672.
HSL color Cylindrical-coordinate representation of color #80B990: hue angle of 136.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B990 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 144 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.27 |
| HSL | 136.84º | 0.29% | 0.61% | - |
| HSV(B) | 136.84º | 0.31% | 0.73% | - |
| XYZ | 31.29 | 41.3 | 32.71 | - |
| YUV | 163.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 144 | 0.31 | 0 | 0.22 | 0.27 | 136.84 | 0.29 | 0.61 |
| Hex | 80 | B9 | 90 | 1F | 0 | 16 | 1B | 89 | 1D | 3D |
| Octal | 200 | 271 | 220 | 37 | 0 | 26 | 33 | 211 | 35 | 75 |
| Binary | 10000000 | 10111001 | 10010000 | 11111 | 0 | 10110 | 11011 | 10001001 | 11101 | 111101 |
Color Harmonies of #80B990
Complementary color
Monochromatic Colors of #80B990
Black with #80B990
Text Example
Text Example
White with #80B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B990; }
p { color: rgb(128,185,144); }
H1.HeaderClassName
{
color: #80B990;
}
.AnyTagClassName
{
color: #80B990;
}
</style>
background-color css
<style>
a { background-color: #80B990; }
a { background-color: rgb(128,185,144); }
div.DivClassName
{
background-color: #80B990;
}
.BgClassName
{
background-color: #80B990;
}
</style>
border-color css
<style>
span { border-color: #80B990; }
span { border-color: rgb(128,185,144); }
td.TdClassName
{
border-color: #80B990;
}
.TagClassName
{
border-color: #80B990;
}
</style>