Shades of Mountain Meadow #13BA83
Tints of Mountain Meadow #13BA83
RGB
CMYK
RGB Variations
Color information
#13BA83 (or 0x13BA83) is known color: Mountain Meadow. HEX triplet: 13, BA and 83. RGB value is (19,186,131). Sum of RGB (Red+Green+Blue) = 19+186+131=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BA83 is #EC457C. Grayscale: #818181. Windows color (decimal): -15484285 or 8632851. OLE color: 8632851.
HSL color Cylindrical-coordinate representation of color #13BA83: hue angle of 160.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA83 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 131 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.27 |
| HSL | 160.24º | 0.81% | 0.4% | - |
| HSV(B) | 160.24º | 0.9% | 0.73% | - |
| XYZ | 21.92 | 36.89 | 27.44 | - |
| YUV | 129.8 | 128.67 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 131 | 0.90 | 0 | 0.30 | 0.27 | 160.24 | 0.81 | 0.4 |
| Hex | 13 | BA | 83 | 5A | 0 | 1E | 1B | A0 | 51 | 28 |
| Octal | 23 | 272 | 203 | 132 | 0 | 36 | 33 | 240 | 121 | 50 |
| Binary | 10011 | 10111010 | 10000011 | 1011010 | 0 | 11110 | 11011 | 10100000 | 1010001 | 101000 |
Color Harmonies of #13BA83
Complementary color
Monochromatic Colors of #13BA83
Black with #13BA83
Text Example
Text Example
White with #13BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA83; }
p { color: rgb(19,186,131); }
H1.HeaderClassName
{
color: #13BA83;
}
.AnyTagClassName
{
color: #13BA83;
}
</style>
background-color css
<style>
a { background-color: #13BA83; }
a { background-color: rgb(19,186,131); }
div.DivClassName
{
background-color: #13BA83;
}
.BgClassName
{
background-color: #13BA83;
}
</style>
border-color css
<style>
span { border-color: #13BA83; }
span { border-color: rgb(19,186,131); }
td.TdClassName
{
border-color: #13BA83;
}
.TagClassName
{
border-color: #13BA83;
}
</style>