Shades of Bay Leaf #80C192
Tints of Bay Leaf #80C192
RGB
CMYK
RGB Variations
Color information
#80C192 (or 0x80C192) is known color: Bay Leaf. HEX triplet: 80, C1 and 92. RGB value is (128,193,146). Sum of RGB (Red+Green+Blue) = 128+193+146=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #80C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C192 is #7F3E6D. Grayscale: #A8A8A8. Windows color (decimal): -8339054 or 9617792. OLE color: 9617792.
HSL color Cylindrical-coordinate representation of color #80C192: hue angle of 136.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C192 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 146 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.24 |
| HSL | 136.62º | 0.34% | 0.63% | - |
| HSV(B) | 136.62º | 0.34% | 0.76% | - |
| XYZ | 33.16 | 44.8 | 34.09 | - |
| YUV | 168.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 146 | 0.34 | 0 | 0.24 | 0.24 | 136.62 | 0.34 | 0.63 |
| Hex | 80 | C1 | 92 | 22 | 0 | 18 | 18 | 89 | 22 | 3F |
| Octal | 200 | 301 | 222 | 42 | 0 | 30 | 30 | 211 | 42 | 77 |
| Binary | 10000000 | 11000001 | 10010010 | 100010 | 0 | 11000 | 11000 | 10001001 | 100010 | 111111 |
Color Harmonies of #80C192
Complementary color
Monochromatic Colors of #80C192
Black with #80C192
Text Example
Text Example
White with #80C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C192; }
p { color: rgb(128,193,146); }
H1.HeaderClassName
{
color: #80C192;
}
.AnyTagClassName
{
color: #80C192;
}
</style>
background-color css
<style>
a { background-color: #80C192; }
a { background-color: rgb(128,193,146); }
div.DivClassName
{
background-color: #80C192;
}
.BgClassName
{
background-color: #80C192;
}
</style>
border-color css
<style>
span { border-color: #80C192; }
span { border-color: rgb(128,193,146); }
td.TdClassName
{
border-color: #80C192;
}
.TagClassName
{
border-color: #80C192;
}
</style>