Shades of Mountain Meadow #1BBA7F
Tints of Mountain Meadow #1BBA7F
RGB
CMYK
RGB Variations
Color information
#1BBA7F (or 0x1BBA7F) is known color: Mountain Meadow. HEX triplet: 1B, BA and 7F. RGB value is (27,186,127). Sum of RGB (Red+Green+Blue) = 27+186+127=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA7F is #E44580. Grayscale: #838383. Windows color (decimal): -14960001 or 8370715. OLE color: 8370715.
HSL color Cylindrical-coordinate representation of color #1BBA7F: hue angle of 157.74º 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 #1BBA7F is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 127 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.27 |
| HSL | 157.74º | 0.75% | 0.42% | - |
| HSV(B) | 157.74º | 0.85% | 0.73% | - |
| XYZ | 21.84 | 36.88 | 26.05 | - |
| YUV | 131.73 | 125.32 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 127 | 0.85 | 0 | 0.32 | 0.27 | 157.74 | 0.75 | 0.42 |
| Hex | 1B | BA | 7F | 55 | 0 | 20 | 1B | 9E | 4B | 2A |
| Octal | 33 | 272 | 177 | 125 | 0 | 40 | 33 | 236 | 113 | 52 |
| Binary | 11011 | 10111010 | 1111111 | 1010101 | 0 | 100000 | 11011 | 10011110 | 1001011 | 101010 |
Color Harmonies of #1BBA7F
Complementary color
Monochromatic Colors of #1BBA7F
Black with #1BBA7F
Text Example
Text Example
White with #1BBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA7F; }
p { color: rgb(27,186,127); }
H1.HeaderClassName
{
color: #1BBA7F;
}
.AnyTagClassName
{
color: #1BBA7F;
}
</style>
background-color css
<style>
a { background-color: #1BBA7F; }
a { background-color: rgb(27,186,127); }
div.DivClassName
{
background-color: #1BBA7F;
}
.BgClassName
{
background-color: #1BBA7F;
}
</style>
border-color css
<style>
span { border-color: #1BBA7F; }
span { border-color: rgb(27,186,127); }
td.TdClassName
{
border-color: #1BBA7F;
}
.TagClassName
{
border-color: #1BBA7F;
}
</style>