Shades of Mountain Meadow #03BA85
Tints of Mountain Meadow #03BA85
RGB
CMYK
RGB Variations
Color information
#03BA85 (or 0x03BA85) is known color: Mountain Meadow. HEX triplet: 03, BA and 85. RGB value is (3,186,133). Sum of RGB (Red+Green+Blue) = 3+186+133=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA85 is #FC457A. Grayscale: #7D7D7D. Windows color (decimal): -16532859 or 8763907. OLE color: 8763907.
HSL color Cylindrical-coordinate representation of color #03BA85: hue angle of 162.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA85 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 133 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.27 |
| HSL | 162.62º | 0.97% | 0.37% | - |
| HSV(B) | 162.62º | 0.98% | 0.73% | - |
| XYZ | 21.83 | 36.83 | 28.15 | - |
| YUV | 125.24 | 132.37 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 133 | 0.98 | 0 | 0.28 | 0.27 | 162.62 | 0.97 | 0.37 |
| Hex | 3 | BA | 85 | 62 | 0 | 1C | 1B | A3 | 61 | 25 |
| Octal | 3 | 272 | 205 | 142 | 0 | 34 | 33 | 243 | 141 | 45 |
| Binary | 11 | 10111010 | 10000101 | 1100010 | 0 | 11100 | 11011 | 10100011 | 1100001 | 100101 |
Color Harmonies of #03BA85
Complementary color
Monochromatic Colors of #03BA85
Black with #03BA85
Text Example
Text Example
White with #03BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA85; }
p { color: rgb(3,186,133); }
H1.HeaderClassName
{
color: #03BA85;
}
.AnyTagClassName
{
color: #03BA85;
}
</style>
background-color css
<style>
a { background-color: #03BA85; }
a { background-color: rgb(3,186,133); }
div.DivClassName
{
background-color: #03BA85;
}
.BgClassName
{
background-color: #03BA85;
}
</style>
border-color css
<style>
span { border-color: #03BA85; }
span { border-color: rgb(3,186,133); }
td.TdClassName
{
border-color: #03BA85;
}
.TagClassName
{
border-color: #03BA85;
}
</style>