Shades of Bay Leaf #73BA83
Tints of Bay Leaf #73BA83
RGB
CMYK
RGB Variations
Color information
#73BA83 (or 0x73BA83) is known color: Bay Leaf. HEX triplet: 73, BA and 83. RGB value is (115,186,131). Sum of RGB (Red+Green+Blue) = 115+186+131=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA83 is #8C457C. Grayscale: #9E9E9E. Windows color (decimal): -9192829 or 8632947. OLE color: 8632947.
HSL color Cylindrical-coordinate representation of color #73BA83: hue angle of 133.52º 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 #73BA83 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 131 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.27 |
| HSL | 133.52º | 0.34% | 0.59% | - |
| HSV(B) | 133.52º | 0.38% | 0.73% | - |
| XYZ | 28.73 | 40.4 | 27.76 | - |
| YUV | 158.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 131 | 0.38 | 0 | 0.30 | 0.27 | 133.52 | 0.34 | 0.59 |
| Hex | 73 | BA | 83 | 26 | 0 | 1E | 1B | 86 | 22 | 3B |
| Octal | 163 | 272 | 203 | 46 | 0 | 36 | 33 | 206 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10000011 | 100110 | 0 | 11110 | 11011 | 10000110 | 100010 | 111011 |
Color Harmonies of #73BA83
Complementary color
Monochromatic Colors of #73BA83
Black with #73BA83
Text Example
Text Example
White with #73BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA83; }
p { color: rgb(115,186,131); }
H1.HeaderClassName
{
color: #73BA83;
}
.AnyTagClassName
{
color: #73BA83;
}
</style>
background-color css
<style>
a { background-color: #73BA83; }
a { background-color: rgb(115,186,131); }
div.DivClassName
{
background-color: #73BA83;
}
.BgClassName
{
background-color: #73BA83;
}
</style>
border-color css
<style>
span { border-color: #73BA83; }
span { border-color: rgb(115,186,131); }
td.TdClassName
{
border-color: #73BA83;
}
.TagClassName
{
border-color: #73BA83;
}
</style>