Shades of Mountain Meadow #1BC887
Tints of Mountain Meadow #1BC887
RGB
CMYK
RGB Variations
Color information
#1BC887 (or 0x1BC887) is known color: Mountain Meadow. HEX triplet: 1B, C8 and 87. RGB value is (27,200,135). Sum of RGB (Red+Green+Blue) = 27+200+135=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC887 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC887 is #E43778. Grayscale: #8C8C8C. Windows color (decimal): -14956409 or 8898587. OLE color: 8898587.
HSL color Cylindrical-coordinate representation of color #1BC887: hue angle of 157.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC887 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 135 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.22 |
| HSL | 157.46º | 0.76% | 0.45% | - |
| HSV(B) | 157.46º | 0.87% | 0.78% | - |
| XYZ | 25.48 | 43.29 | 29.93 | - |
| YUV | 140.86 | 124.69 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 135 | 0.86 | 0 | 0.32 | 0.22 | 157.46 | 0.76 | 0.45 |
| Hex | 1B | C8 | 87 | 56 | 0 | 20 | 16 | 9D | 4C | 2D |
| Octal | 33 | 310 | 207 | 126 | 0 | 40 | 26 | 235 | 114 | 55 |
| Binary | 11011 | 11001000 | 10000111 | 1010110 | 0 | 100000 | 10110 | 10011101 | 1001100 | 101101 |
Color Harmonies of #1BC887
Complementary color
Monochromatic Colors of #1BC887
Black with #1BC887
Text Example
Text Example
White with #1BC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC887; }
p { color: rgb(27,200,135); }
H1.HeaderClassName
{
color: #1BC887;
}
.AnyTagClassName
{
color: #1BC887;
}
</style>
background-color css
<style>
a { background-color: #1BC887; }
a { background-color: rgb(27,200,135); }
div.DivClassName
{
background-color: #1BC887;
}
.BgClassName
{
background-color: #1BC887;
}
</style>
border-color css
<style>
span { border-color: #1BC887; }
span { border-color: rgb(27,200,135); }
td.TdClassName
{
border-color: #1BC887;
}
.TagClassName
{
border-color: #1BC887;
}
</style>