Shades of Mountain Meadow #1BC885
Tints of Mountain Meadow #1BC885
RGB
CMYK
RGB Variations
Color information
#1BC885 (or 0x1BC885) is known color: Mountain Meadow. HEX triplet: 1B, C8 and 85. RGB value is (27,200,133). Sum of RGB (Red+Green+Blue) = 27+200+133=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC885 is #E4377A. Grayscale: #8C8C8C. Windows color (decimal): -14956411 or 8767515. OLE color: 8767515.
HSL color Cylindrical-coordinate representation of color #1BC885: hue angle of 156.76º 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 #1BC885 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 133 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.22 |
| HSL | 156.76º | 0.76% | 0.45% | - |
| HSV(B) | 156.76º | 0.87% | 0.78% | - |
| XYZ | 25.34 | 43.24 | 29.2 | - |
| YUV | 140.64 | 123.69 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 133 | 0.86 | 0 | 0.34 | 0.22 | 156.76 | 0.76 | 0.45 |
| Hex | 1B | C8 | 85 | 56 | 0 | 22 | 16 | 9D | 4C | 2D |
| Octal | 33 | 310 | 205 | 126 | 0 | 42 | 26 | 235 | 114 | 55 |
| Binary | 11011 | 11001000 | 10000101 | 1010110 | 0 | 100010 | 10110 | 10011101 | 1001100 | 101101 |
Color Harmonies of #1BC885
Complementary color
Monochromatic Colors of #1BC885
Black with #1BC885
Text Example
Text Example
White with #1BC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC885; }
p { color: rgb(27,200,133); }
H1.HeaderClassName
{
color: #1BC885;
}
.AnyTagClassName
{
color: #1BC885;
}
</style>
background-color css
<style>
a { background-color: #1BC885; }
a { background-color: rgb(27,200,133); }
div.DivClassName
{
background-color: #1BC885;
}
.BgClassName
{
background-color: #1BC885;
}
</style>
border-color css
<style>
span { border-color: #1BC885; }
span { border-color: rgb(27,200,133); }
td.TdClassName
{
border-color: #1BC885;
}
.TagClassName
{
border-color: #1BC885;
}
</style>