Shades of Bay Leaf #73BC83
Tints of Bay Leaf #73BC83
RGB
CMYK
RGB Variations
Color information
#73BC83 (or 0x73BC83) is known color: Bay Leaf. HEX triplet: 73, BC and 83. RGB value is (115,188,131). Sum of RGB (Red+Green+Blue) = 115+188+131=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC83 is #8C437C. Grayscale: #9F9F9F. Windows color (decimal): -9192317 or 8633459. OLE color: 8633459.
HSL color Cylindrical-coordinate representation of color #73BC83: hue angle of 133.15º 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 #73BC83 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 131 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.26 |
| HSL | 133.15º | 0.35% | 0.59% | - |
| HSV(B) | 133.15º | 0.39% | 0.74% | - |
| XYZ | 29.15 | 41.25 | 27.9 | - |
| YUV | 159.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 131 | 0.39 | 0 | 0.30 | 0.26 | 133.15 | 0.35 | 0.59 |
| Hex | 73 | BC | 83 | 27 | 0 | 1E | 1A | 85 | 23 | 3B |
| Octal | 163 | 274 | 203 | 47 | 0 | 36 | 32 | 205 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10000011 | 100111 | 0 | 11110 | 11010 | 10000101 | 100011 | 111011 |
Color Harmonies of #73BC83
Complementary color
Monochromatic Colors of #73BC83
Black with #73BC83
Text Example
Text Example
White with #73BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC83; }
p { color: rgb(115,188,131); }
H1.HeaderClassName
{
color: #73BC83;
}
.AnyTagClassName
{
color: #73BC83;
}
</style>
background-color css
<style>
a { background-color: #73BC83; }
a { background-color: rgb(115,188,131); }
div.DivClassName
{
background-color: #73BC83;
}
.BgClassName
{
background-color: #73BC83;
}
</style>
border-color css
<style>
span { border-color: #73BC83; }
span { border-color: rgb(115,188,131); }
td.TdClassName
{
border-color: #73BC83;
}
.TagClassName
{
border-color: #73BC83;
}
</style>