Shades of Bay Leaf #73BA84
Tints of Bay Leaf #73BA84
RGB
CMYK
RGB Variations
Color information
#73BA84 (or 0x73BA84) is known color: Bay Leaf. HEX triplet: 73, BA and 84. RGB value is (115,186,132). Sum of RGB (Red+Green+Blue) = 115+186+132=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA84 is #8C457B. Grayscale: #9E9E9E. Windows color (decimal): -9192828 or 8698483. OLE color: 8698483.
HSL color Cylindrical-coordinate representation of color #73BA84: hue angle of 134.37º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA84 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 132 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.27 |
| HSL | 134.37º | 0.34% | 0.59% | - |
| HSV(B) | 134.37º | 0.38% | 0.73% | - |
| XYZ | 28.79 | 40.43 | 28.12 | - |
| YUV | 158.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 132 | 0.38 | 0 | 0.29 | 0.27 | 134.37 | 0.34 | 0.59 |
| Hex | 73 | BA | 84 | 26 | 0 | 1D | 1B | 86 | 22 | 3B |
| Octal | 163 | 272 | 204 | 46 | 0 | 35 | 33 | 206 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10000100 | 100110 | 0 | 11101 | 11011 | 10000110 | 100010 | 111011 |
Color Harmonies of #73BA84
Complementary color
Monochromatic Colors of #73BA84
Black with #73BA84
Text Example
Text Example
White with #73BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA84; }
p { color: rgb(115,186,132); }
H1.HeaderClassName
{
color: #73BA84;
}
.AnyTagClassName
{
color: #73BA84;
}
</style>
background-color css
<style>
a { background-color: #73BA84; }
a { background-color: rgb(115,186,132); }
div.DivClassName
{
background-color: #73BA84;
}
.BgClassName
{
background-color: #73BA84;
}
</style>
border-color css
<style>
span { border-color: #73BA84; }
span { border-color: rgb(115,186,132); }
td.TdClassName
{
border-color: #73BA84;
}
.TagClassName
{
border-color: #73BA84;
}
</style>