Shades of Mountain Meadow #1BBC7D
Tints of Mountain Meadow #1BBC7D
RGB
CMYK
RGB Variations
Color information
#1BBC7D (or 0x1BBC7D) is known color: Mountain Meadow. HEX triplet: 1B, BC and 7D. RGB value is (27,188,125). Sum of RGB (Red+Green+Blue) = 27+188+125=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBC7D is #E44382. Grayscale: #848484. Windows color (decimal): -14959491 or 8240155. OLE color: 8240155.
HSL color Cylindrical-coordinate representation of color #1BBC7D: hue angle of 156.52º 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 #1BBC7D is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 125 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.26 |
| HSL | 156.52º | 0.75% | 0.42% | - |
| HSV(B) | 156.52º | 0.86% | 0.74% | - |
| XYZ | 22.14 | 37.68 | 25.51 | - |
| YUV | 132.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 125 | 0.86 | 0 | 0.34 | 0.26 | 156.52 | 0.75 | 0.42 |
| Hex | 1B | BC | 7D | 56 | 0 | 22 | 1A | 9D | 4B | 2A |
| Octal | 33 | 274 | 175 | 126 | 0 | 42 | 32 | 235 | 113 | 52 |
| Binary | 11011 | 10111100 | 1111101 | 1010110 | 0 | 100010 | 11010 | 10011101 | 1001011 | 101010 |
Color Harmonies of #1BBC7D
Complementary color
Monochromatic Colors of #1BBC7D
Black with #1BBC7D
Text Example
Text Example
White with #1BBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC7D; }
p { color: rgb(27,188,125); }
H1.HeaderClassName
{
color: #1BBC7D;
}
.AnyTagClassName
{
color: #1BBC7D;
}
</style>
background-color css
<style>
a { background-color: #1BBC7D; }
a { background-color: rgb(27,188,125); }
div.DivClassName
{
background-color: #1BBC7D;
}
.BgClassName
{
background-color: #1BBC7D;
}
</style>
border-color css
<style>
span { border-color: #1BBC7D; }
span { border-color: rgb(27,188,125); }
td.TdClassName
{
border-color: #1BBC7D;
}
.TagClassName
{
border-color: #1BBC7D;
}
</style>