Shades of Mountain Meadow #1BAD86
Tints of Mountain Meadow #1BAD86
RGB
CMYK
RGB Variations
Color information
#1BAD86 (or 0x1BAD86) is known color: Mountain Meadow. HEX triplet: 1B, AD and 86. RGB value is (27,173,134). Sum of RGB (Red+Green+Blue) = 27+173+134=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAD86 is #E45279. Grayscale: #7C7C7C. Windows color (decimal): -14963322 or 8826139. OLE color: 8826139.
HSL color Cylindrical-coordinate representation of color #1BAD86: hue angle of 163.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD86 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 134 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.32 |
| HSL | 163.97º | 0.73% | 0.39% | - |
| HSV(B) | 163.97º | 0.84% | 0.68% | - |
| XYZ | 19.7 | 31.84 | 27.66 | - |
| YUV | 124.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 134 | 0.84 | 0 | 0.23 | 0.32 | 163.97 | 0.73 | 0.39 |
| Hex | 1B | AD | 86 | 54 | 0 | 17 | 20 | A4 | 49 | 27 |
| Octal | 33 | 255 | 206 | 124 | 0 | 27 | 40 | 244 | 111 | 47 |
| Binary | 11011 | 10101101 | 10000110 | 1010100 | 0 | 10111 | 100000 | 10100100 | 1001001 | 100111 |
Color Harmonies of #1BAD86
Complementary color
Monochromatic Colors of #1BAD86
Black with #1BAD86
Text Example
Text Example
White with #1BAD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD86; }
p { color: rgb(27,173,134); }
H1.HeaderClassName
{
color: #1BAD86;
}
.AnyTagClassName
{
color: #1BAD86;
}
</style>
background-color css
<style>
a { background-color: #1BAD86; }
a { background-color: rgb(27,173,134); }
div.DivClassName
{
background-color: #1BAD86;
}
.BgClassName
{
background-color: #1BAD86;
}
</style>
border-color css
<style>
span { border-color: #1BAD86; }
span { border-color: rgb(27,173,134); }
td.TdClassName
{
border-color: #1BAD86;
}
.TagClassName
{
border-color: #1BAD86;
}
</style>