Shades of Mountain Meadow #1BBC6D
Tints of Mountain Meadow #1BBC6D
RGB
CMYK
RGB Variations
Color information
#1BBC6D (or 0x1BBC6D) is known color: Mountain Meadow. HEX triplet: 1B, BC and 6D. RGB value is (27,188,109). Sum of RGB (Red+Green+Blue) = 27+188+109=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBC6D is #E44392. Grayscale: #838383. Windows color (decimal): -14959507 or 7191579. OLE color: 7191579.
HSL color Cylindrical-coordinate representation of color #1BBC6D: hue angle of 150.56º 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 #1BBC6D is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 109 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.26 |
| HSL | 150.56º | 0.75% | 0.42% | - |
| HSV(B) | 150.56º | 0.86% | 0.74% | - |
| XYZ | 21.2 | 37.3 | 20.55 | - |
| YUV | 130.86 | 115.66 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 109 | 0.86 | 0 | 0.42 | 0.26 | 150.56 | 0.75 | 0.42 |
| Hex | 1B | BC | 6D | 56 | 0 | 2A | 1A | 97 | 4B | 2A |
| Octal | 33 | 274 | 155 | 126 | 0 | 52 | 32 | 227 | 113 | 52 |
| Binary | 11011 | 10111100 | 1101101 | 1010110 | 0 | 101010 | 11010 | 10010111 | 1001011 | 101010 |
Color Harmonies of #1BBC6D
Complementary color
Monochromatic Colors of #1BBC6D
Black with #1BBC6D
Text Example
Text Example
White with #1BBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC6D; }
p { color: rgb(27,188,109); }
H1.HeaderClassName
{
color: #1BBC6D;
}
.AnyTagClassName
{
color: #1BBC6D;
}
</style>
background-color css
<style>
a { background-color: #1BBC6D; }
a { background-color: rgb(27,188,109); }
div.DivClassName
{
background-color: #1BBC6D;
}
.BgClassName
{
background-color: #1BBC6D;
}
</style>
border-color css
<style>
span { border-color: #1BBC6D; }
span { border-color: rgb(27,188,109); }
td.TdClassName
{
border-color: #1BBC6D;
}
.TagClassName
{
border-color: #1BBC6D;
}
</style>