Shades of Bay Leaf #73BC86
Tints of Bay Leaf #73BC86
RGB
CMYK
RGB Variations
Color information
#73BC86 (or 0x73BC86) is known color: Bay Leaf. HEX triplet: 73, BC and 86. RGB value is (115,188,134). Sum of RGB (Red+Green+Blue) = 115+188+134=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC86 is #8C4379. Grayscale: #A0A0A0. Windows color (decimal): -9192314 or 8830067. OLE color: 8830067.
HSL color Cylindrical-coordinate representation of color #73BC86: hue angle of 135.62º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BC86 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 134 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.26 |
| HSL | 135.62º | 0.35% | 0.59% | - |
| HSV(B) | 135.62º | 0.39% | 0.74% | - |
| XYZ | 29.36 | 41.33 | 28.98 | - |
| YUV | 160.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 134 | 0.39 | 0 | 0.29 | 0.26 | 135.62 | 0.35 | 0.59 |
| Hex | 73 | BC | 86 | 27 | 0 | 1D | 1A | 88 | 23 | 3B |
| Octal | 163 | 274 | 206 | 47 | 0 | 35 | 32 | 210 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10000110 | 100111 | 0 | 11101 | 11010 | 10001000 | 100011 | 111011 |
Color Harmonies of #73BC86
Complementary color
Monochromatic Colors of #73BC86
Black with #73BC86
Text Example
Text Example
White with #73BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC86; }
p { color: rgb(115,188,134); }
H1.HeaderClassName
{
color: #73BC86;
}
.AnyTagClassName
{
color: #73BC86;
}
</style>
background-color css
<style>
a { background-color: #73BC86; }
a { background-color: rgb(115,188,134); }
div.DivClassName
{
background-color: #73BC86;
}
.BgClassName
{
background-color: #73BC86;
}
</style>
border-color css
<style>
span { border-color: #73BC86; }
span { border-color: rgb(115,188,134); }
td.TdClassName
{
border-color: #73BC86;
}
.TagClassName
{
border-color: #73BC86;
}
</style>