Shades of Mountain Meadow #1DBA89
Tints of Mountain Meadow #1DBA89
RGB
CMYK
RGB Variations
Color information
#1DBA89 (or 0x1DBA89) is known color: Mountain Meadow. HEX triplet: 1D, BA and 89. RGB value is (29,186,137). Sum of RGB (Red+Green+Blue) = 29+186+137=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBA89 is #E24576. Grayscale: #858585. Windows color (decimal): -14828919 or 9026077. OLE color: 9026077.
HSL color Cylindrical-coordinate representation of color #1DBA89: hue angle of 161.27º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA89 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 137 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.27 |
| HSL | 161.27º | 0.73% | 0.42% | - |
| HSV(B) | 161.27º | 0.84% | 0.73% | - |
| XYZ | 22.58 | 37.19 | 29.65 | - |
| YUV | 133.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 137 | 0.84 | 0 | 0.26 | 0.27 | 161.27 | 0.73 | 0.42 |
| Hex | 1D | BA | 89 | 54 | 0 | 1A | 1B | A1 | 49 | 2A |
| Octal | 35 | 272 | 211 | 124 | 0 | 32 | 33 | 241 | 111 | 52 |
| Binary | 11101 | 10111010 | 10001001 | 1010100 | 0 | 11010 | 11011 | 10100001 | 1001001 | 101010 |
Color Harmonies of #1DBA89
Complementary color
Monochromatic Colors of #1DBA89
Black with #1DBA89
Text Example
Text Example
White with #1DBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA89; }
p { color: rgb(29,186,137); }
H1.HeaderClassName
{
color: #1DBA89;
}
.AnyTagClassName
{
color: #1DBA89;
}
</style>
background-color css
<style>
a { background-color: #1DBA89; }
a { background-color: rgb(29,186,137); }
div.DivClassName
{
background-color: #1DBA89;
}
.BgClassName
{
background-color: #1DBA89;
}
</style>
border-color css
<style>
span { border-color: #1DBA89; }
span { border-color: rgb(29,186,137); }
td.TdClassName
{
border-color: #1DBA89;
}
.TagClassName
{
border-color: #1DBA89;
}
</style>