Shades of Mountain Meadow #1BAD85
Tints of Mountain Meadow #1BAD85
RGB
CMYK
RGB Variations
Color information
#1BAD85 (or 0x1BAD85) is known color: Mountain Meadow. HEX triplet: 1B, AD and 85. RGB value is (27,173,133). Sum of RGB (Red+Green+Blue) = 27+173+133=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAD85 is #E4527A. Grayscale: #7C7C7C. Windows color (decimal): -14963323 or 8760603. OLE color: 8760603.
HSL color Cylindrical-coordinate representation of color #1BAD85: hue angle of 163.56º 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 #1BAD85 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 133 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.32 |
| HSL | 163.56º | 0.73% | 0.39% | - |
| HSV(B) | 163.56º | 0.84% | 0.68% | - |
| XYZ | 19.63 | 31.81 | 27.3 | - |
| YUV | 124.79 | 132.63 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 133 | 0.84 | 0 | 0.23 | 0.32 | 163.56 | 0.73 | 0.39 |
| Hex | 1B | AD | 85 | 54 | 0 | 17 | 20 | A4 | 49 | 27 |
| Octal | 33 | 255 | 205 | 124 | 0 | 27 | 40 | 244 | 111 | 47 |
| Binary | 11011 | 10101101 | 10000101 | 1010100 | 0 | 10111 | 100000 | 10100100 | 1001001 | 100111 |
Color Harmonies of #1BAD85
Complementary color
Monochromatic Colors of #1BAD85
Black with #1BAD85
Text Example
Text Example
White with #1BAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD85; }
p { color: rgb(27,173,133); }
H1.HeaderClassName
{
color: #1BAD85;
}
.AnyTagClassName
{
color: #1BAD85;
}
</style>
background-color css
<style>
a { background-color: #1BAD85; }
a { background-color: rgb(27,173,133); }
div.DivClassName
{
background-color: #1BAD85;
}
.BgClassName
{
background-color: #1BAD85;
}
</style>
border-color css
<style>
span { border-color: #1BAD85; }
span { border-color: rgb(27,173,133); }
td.TdClassName
{
border-color: #1BAD85;
}
.TagClassName
{
border-color: #1BAD85;
}
</style>