Shades of Mountain Meadow #1BCD89
Tints of Mountain Meadow #1BCD89
RGB
CMYK
RGB Variations
Color information
#1BCD89 (or 0x1BCD89) is known color: Mountain Meadow. HEX triplet: 1B, CD and 89. RGB value is (27,205,137). Sum of RGB (Red+Green+Blue) = 27+205+137=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCD89 is #E43276. Grayscale: #909090. Windows color (decimal): -14955127 or 9030939. OLE color: 9030939.
HSL color Cylindrical-coordinate representation of color #1BCD89: hue angle of 157.08º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD89 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 137 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.20 |
| HSL | 157.08º | 0.77% | 0.45% | - |
| HSV(B) | 157.08º | 0.87% | 0.8% | - |
| XYZ | 26.8 | 45.7 | 31.08 | - |
| YUV | 144.03 | 124.03 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 137 | 0.87 | 0 | 0.33 | 0.20 | 157.08 | 0.77 | 0.45 |
| Hex | 1B | CD | 89 | 57 | 0 | 21 | 14 | 9D | 4D | 2D |
| Octal | 33 | 315 | 211 | 127 | 0 | 41 | 24 | 235 | 115 | 55 |
| Binary | 11011 | 11001101 | 10001001 | 1010111 | 0 | 100001 | 10100 | 10011101 | 1001101 | 101101 |
Color Harmonies of #1BCD89
Complementary color
Monochromatic Colors of #1BCD89
Black with #1BCD89
Text Example
Text Example
White with #1BCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD89; }
p { color: rgb(27,205,137); }
H1.HeaderClassName
{
color: #1BCD89;
}
.AnyTagClassName
{
color: #1BCD89;
}
</style>
background-color css
<style>
a { background-color: #1BCD89; }
a { background-color: rgb(27,205,137); }
div.DivClassName
{
background-color: #1BCD89;
}
.BgClassName
{
background-color: #1BCD89;
}
</style>
border-color css
<style>
span { border-color: #1BCD89; }
span { border-color: rgb(27,205,137); }
td.TdClassName
{
border-color: #1BCD89;
}
.TagClassName
{
border-color: #1BCD89;
}
</style>