Shades of Mountain Meadow #1BBC8D
Tints of Mountain Meadow #1BBC8D
RGB
CMYK
RGB Variations
Color information
#1BBC8D (or 0x1BBC8D) is known color: Mountain Meadow. HEX triplet: 1B, BC and 8D. RGB value is (27,188,141). Sum of RGB (Red+Green+Blue) = 27+188+141=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBC8D is #E44372. Grayscale: #868686. Windows color (decimal): -14959475 or 9288731. OLE color: 9288731.
HSL color Cylindrical-coordinate representation of color #1BBC8D: hue angle of 162.48º 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 #1BBC8D is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 141 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.26 |
| HSL | 162.48º | 0.75% | 0.42% | - |
| HSV(B) | 162.48º | 0.86% | 0.74% | - |
| XYZ | 23.24 | 38.12 | 31.33 | - |
| YUV | 134.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 141 | 0.86 | 0 | 0.25 | 0.26 | 162.48 | 0.75 | 0.42 |
| Hex | 1B | BC | 8D | 56 | 0 | 19 | 1A | A2 | 4B | 2A |
| Octal | 33 | 274 | 215 | 126 | 0 | 31 | 32 | 242 | 113 | 52 |
| Binary | 11011 | 10111100 | 10001101 | 1010110 | 0 | 11001 | 11010 | 10100010 | 1001011 | 101010 |
Color Harmonies of #1BBC8D
Complementary color
Monochromatic Colors of #1BBC8D
Black with #1BBC8D
Text Example
Text Example
White with #1BBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC8D; }
p { color: rgb(27,188,141); }
H1.HeaderClassName
{
color: #1BBC8D;
}
.AnyTagClassName
{
color: #1BBC8D;
}
</style>
background-color css
<style>
a { background-color: #1BBC8D; }
a { background-color: rgb(27,188,141); }
div.DivClassName
{
background-color: #1BBC8D;
}
.BgClassName
{
background-color: #1BBC8D;
}
</style>
border-color css
<style>
span { border-color: #1BBC8D; }
span { border-color: rgb(27,188,141); }
td.TdClassName
{
border-color: #1BBC8D;
}
.TagClassName
{
border-color: #1BBC8D;
}
</style>