Shades of Mountain Meadow #1BBC76
Tints of Mountain Meadow #1BBC76
RGB
CMYK
RGB Variations
Color information
#1BBC76 (or 0x1BBC76) is known color: Mountain Meadow. HEX triplet: 1B, BC and 76. RGB value is (27,188,118). Sum of RGB (Red+Green+Blue) = 27+188+118=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBC76 is #E44389. Grayscale: #838383. Windows color (decimal): -14959498 or 7781403. OLE color: 7781403.
HSL color Cylindrical-coordinate representation of color #1BBC76: hue angle of 153.91º 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 #1BBC76 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 118 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.26 |
| HSL | 153.91º | 0.75% | 0.42% | - |
| HSV(B) | 153.91º | 0.86% | 0.74% | - |
| XYZ | 21.71 | 37.51 | 23.24 | - |
| YUV | 131.88 | 120.16 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 118 | 0.86 | 0 | 0.37 | 0.26 | 153.91 | 0.75 | 0.42 |
| Hex | 1B | BC | 76 | 56 | 0 | 25 | 1A | 9A | 4B | 2A |
| Octal | 33 | 274 | 166 | 126 | 0 | 45 | 32 | 232 | 113 | 52 |
| Binary | 11011 | 10111100 | 1110110 | 1010110 | 0 | 100101 | 11010 | 10011010 | 1001011 | 101010 |
Color Harmonies of #1BBC76
Complementary color
Monochromatic Colors of #1BBC76
Black with #1BBC76
Text Example
Text Example
White with #1BBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC76; }
p { color: rgb(27,188,118); }
H1.HeaderClassName
{
color: #1BBC76;
}
.AnyTagClassName
{
color: #1BBC76;
}
</style>
background-color css
<style>
a { background-color: #1BBC76; }
a { background-color: rgb(27,188,118); }
div.DivClassName
{
background-color: #1BBC76;
}
.BgClassName
{
background-color: #1BBC76;
}
</style>
border-color css
<style>
span { border-color: #1BBC76; }
span { border-color: rgb(27,188,118); }
td.TdClassName
{
border-color: #1BBC76;
}
.TagClassName
{
border-color: #1BBC76;
}
</style>