Shades of Mountain Meadow #1BBC7C
Tints of Mountain Meadow #1BBC7C
RGB
CMYK
RGB Variations
Color information
#1BBC7C (or 0x1BBC7C) is known color: Mountain Meadow. HEX triplet: 1B, BC and 7C. RGB value is (27,188,124). Sum of RGB (Red+Green+Blue) = 27+188+124=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBC7C is #E44383. Grayscale: #848484. Windows color (decimal): -14959492 or 8174619. OLE color: 8174619.
HSL color Cylindrical-coordinate representation of color #1BBC7C: hue angle of 156.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC7C is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 124 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.26 |
| HSL | 156.15º | 0.75% | 0.42% | - |
| HSV(B) | 156.15º | 0.86% | 0.74% | - |
| XYZ | 22.07 | 37.65 | 25.17 | - |
| YUV | 132.57 | 123.16 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 124 | 0.86 | 0 | 0.34 | 0.26 | 156.15 | 0.75 | 0.42 |
| Hex | 1B | BC | 7C | 56 | 0 | 22 | 1A | 9C | 4B | 2A |
| Octal | 33 | 274 | 174 | 126 | 0 | 42 | 32 | 234 | 113 | 52 |
| Binary | 11011 | 10111100 | 1111100 | 1010110 | 0 | 100010 | 11010 | 10011100 | 1001011 | 101010 |
Color Harmonies of #1BBC7C
Complementary color
Monochromatic Colors of #1BBC7C
Black with #1BBC7C
Text Example
Text Example
White with #1BBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC7C; }
p { color: rgb(27,188,124); }
H1.HeaderClassName
{
color: #1BBC7C;
}
.AnyTagClassName
{
color: #1BBC7C;
}
</style>
background-color css
<style>
a { background-color: #1BBC7C; }
a { background-color: rgb(27,188,124); }
div.DivClassName
{
background-color: #1BBC7C;
}
.BgClassName
{
background-color: #1BBC7C;
}
</style>
border-color css
<style>
span { border-color: #1BBC7C; }
span { border-color: rgb(27,188,124); }
td.TdClassName
{
border-color: #1BBC7C;
}
.TagClassName
{
border-color: #1BBC7C;
}
</style>