Shades of Mountain Meadow #1BC886
Tints of Mountain Meadow #1BC886
RGB
CMYK
RGB Variations
Color information
#1BC886 (or 0x1BC886) is known color: Mountain Meadow. HEX triplet: 1B, C8 and 86. RGB value is (27,200,134). Sum of RGB (Red+Green+Blue) = 27+200+134=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC886 is #E43779. Grayscale: #8C8C8C. Windows color (decimal): -14956410 or 8833051. OLE color: 8833051.
HSL color Cylindrical-coordinate representation of color #1BC886: hue angle of 157.11º 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 #1BC886 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 134 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.22 |
| HSL | 157.11º | 0.76% | 0.45% | - |
| HSV(B) | 157.11º | 0.87% | 0.78% | - |
| XYZ | 25.41 | 43.26 | 29.57 | - |
| YUV | 140.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 134 | 0.86 | 0 | 0.33 | 0.22 | 157.11 | 0.76 | 0.45 |
| Hex | 1B | C8 | 86 | 56 | 0 | 21 | 16 | 9D | 4C | 2D |
| Octal | 33 | 310 | 206 | 126 | 0 | 41 | 26 | 235 | 114 | 55 |
| Binary | 11011 | 11001000 | 10000110 | 1010110 | 0 | 100001 | 10110 | 10011101 | 1001100 | 101101 |
Color Harmonies of #1BC886
Complementary color
Monochromatic Colors of #1BC886
Black with #1BC886
Text Example
Text Example
White with #1BC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC886; }
p { color: rgb(27,200,134); }
H1.HeaderClassName
{
color: #1BC886;
}
.AnyTagClassName
{
color: #1BC886;
}
</style>
background-color css
<style>
a { background-color: #1BC886; }
a { background-color: rgb(27,200,134); }
div.DivClassName
{
background-color: #1BC886;
}
.BgClassName
{
background-color: #1BC886;
}
</style>
border-color css
<style>
span { border-color: #1BC886; }
span { border-color: rgb(27,200,134); }
td.TdClassName
{
border-color: #1BC886;
}
.TagClassName
{
border-color: #1BC886;
}
</style>