Shades of Mountain Meadow #1BB987
Tints of Mountain Meadow #1BB987
RGB
CMYK
RGB Variations
Color information
#1BB987 (or 0x1BB987) is known color: Mountain Meadow. HEX triplet: 1B, B9 and 87. RGB value is (27,185,135). Sum of RGB (Red+Green+Blue) = 27+185+135=347 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.78% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #1BB987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB987 is #E44678. Grayscale: #848484. Windows color (decimal): -14960249 or 8894747. OLE color: 8894747.
HSL color Cylindrical-coordinate representation of color #1BB987: hue angle of 161.01º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB987 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 185 | 135 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.27 |
| HSL | 161.01º | 0.75% | 0.42% | - |
| HSV(B) | 161.01º | 0.85% | 0.73% | - |
| XYZ | 22.17 | 36.68 | 28.83 | - |
| YUV | 132.06 | 129.65 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 185 | 135 | 0.85 | 0 | 0.27 | 0.27 | 161.01 | 0.75 | 0.42 |
| Hex | 1B | B9 | 87 | 55 | 0 | 1B | 1B | A1 | 4B | 2A |
| Octal | 33 | 271 | 207 | 125 | 0 | 33 | 33 | 241 | 113 | 52 |
| Binary | 11011 | 10111001 | 10000111 | 1010101 | 0 | 11011 | 11011 | 10100001 | 1001011 | 101010 |
Color Harmonies of #1BB987
Complementary color
Monochromatic Colors of #1BB987
Black with #1BB987
Text Example
Text Example
White with #1BB987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB987; }
p { color: rgb(27,185,135); }
H1.HeaderClassName
{
color: #1BB987;
}
.AnyTagClassName
{
color: #1BB987;
}
</style>
background-color css
<style>
a { background-color: #1BB987; }
a { background-color: rgb(27,185,135); }
div.DivClassName
{
background-color: #1BB987;
}
.BgClassName
{
background-color: #1BB987;
}
</style>
border-color css
<style>
span { border-color: #1BB987; }
span { border-color: rgb(27,185,135); }
td.TdClassName
{
border-color: #1BB987;
}
.TagClassName
{
border-color: #1BB987;
}
</style>