Shades of Mountain Meadow #1BBC7A
Tints of Mountain Meadow #1BBC7A
RGB
CMYK
RGB Variations
Color information
#1BBC7A (or 0x1BBC7A) is known color: Mountain Meadow. HEX triplet: 1B, BC and 7A. RGB value is (27,188,122). Sum of RGB (Red+Green+Blue) = 27+188+122=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBC7A is #E44385. Grayscale: #848484. Windows color (decimal): -14959494 or 8043547. OLE color: 8043547.
HSL color Cylindrical-coordinate representation of color #1BBC7A: hue angle of 155.4º 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 #1BBC7A is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 122 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.26 |
| HSL | 155.4º | 0.75% | 0.42% | - |
| HSV(B) | 155.4º | 0.86% | 0.74% | - |
| XYZ | 21.95 | 37.6 | 24.51 | - |
| YUV | 132.34 | 122.16 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 122 | 0.86 | 0 | 0.35 | 0.26 | 155.4 | 0.75 | 0.42 |
| Hex | 1B | BC | 7A | 56 | 0 | 23 | 1A | 9B | 4B | 2A |
| Octal | 33 | 274 | 172 | 126 | 0 | 43 | 32 | 233 | 113 | 52 |
| Binary | 11011 | 10111100 | 1111010 | 1010110 | 0 | 100011 | 11010 | 10011011 | 1001011 | 101010 |
Color Harmonies of #1BBC7A
Complementary color
Monochromatic Colors of #1BBC7A
Black with #1BBC7A
Text Example
Text Example
White with #1BBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC7A; }
p { color: rgb(27,188,122); }
H1.HeaderClassName
{
color: #1BBC7A;
}
.AnyTagClassName
{
color: #1BBC7A;
}
</style>
background-color css
<style>
a { background-color: #1BBC7A; }
a { background-color: rgb(27,188,122); }
div.DivClassName
{
background-color: #1BBC7A;
}
.BgClassName
{
background-color: #1BBC7A;
}
</style>
border-color css
<style>
span { border-color: #1BBC7A; }
span { border-color: rgb(27,188,122); }
td.TdClassName
{
border-color: #1BBC7A;
}
.TagClassName
{
border-color: #1BBC7A;
}
</style>