Shades of Mountain Meadow #1BC890
Tints of Mountain Meadow #1BC890
RGB
CMYK
RGB Variations
Color information
#1BC890 (or 0x1BC890) is known color: Mountain Meadow. HEX triplet: 1B, C8 and 90. RGB value is (27,200,144). Sum of RGB (Red+Green+Blue) = 27+200+144=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC890 is #E4376F. Grayscale: #8D8D8D. Windows color (decimal): -14956400 or 9488411. OLE color: 9488411.
HSL color Cylindrical-coordinate representation of color #1BC890: hue angle of 160.58º 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 #1BC890 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 144 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.22 |
| HSL | 160.58º | 0.76% | 0.45% | - |
| HSV(B) | 160.58º | 0.87% | 0.78% | - |
| XYZ | 26.14 | 43.56 | 33.41 | - |
| YUV | 141.89 | 129.19 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 144 | 0.86 | 0 | 0.28 | 0.22 | 160.58 | 0.76 | 0.45 |
| Hex | 1B | C8 | 90 | 56 | 0 | 1C | 16 | A1 | 4C | 2D |
| Octal | 33 | 310 | 220 | 126 | 0 | 34 | 26 | 241 | 114 | 55 |
| Binary | 11011 | 11001000 | 10010000 | 1010110 | 0 | 11100 | 10110 | 10100001 | 1001100 | 101101 |
Color Harmonies of #1BC890
Complementary color
Monochromatic Colors of #1BC890
Black with #1BC890
Text Example
Text Example
White with #1BC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC890; }
p { color: rgb(27,200,144); }
H1.HeaderClassName
{
color: #1BC890;
}
.AnyTagClassName
{
color: #1BC890;
}
</style>
background-color css
<style>
a { background-color: #1BC890; }
a { background-color: rgb(27,200,144); }
div.DivClassName
{
background-color: #1BC890;
}
.BgClassName
{
background-color: #1BC890;
}
</style>
border-color css
<style>
span { border-color: #1BC890; }
span { border-color: rgb(27,200,144); }
td.TdClassName
{
border-color: #1BC890;
}
.TagClassName
{
border-color: #1BC890;
}
</style>