Shades of Mountain Meadow #1BBB76
Tints of Mountain Meadow #1BBB76
RGB
CMYK
RGB Variations
Color information
#1BBB76 (or 0x1BBB76) is known color: Mountain Meadow. HEX triplet: 1B, BB and 76. RGB value is (27,187,118). Sum of RGB (Red+Green+Blue) = 27+187+118=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBB76 is #E44489. Grayscale: #838383. Windows color (decimal): -14959754 or 7781147. OLE color: 7781147.
HSL color Cylindrical-coordinate representation of color #1BBB76: hue angle of 154.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBB76 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 187 | 118 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.27 |
| HSL | 154.13º | 0.75% | 0.42% | - |
| HSV(B) | 154.13º | 0.86% | 0.73% | - |
| XYZ | 21.49 | 37.08 | 23.16 | - |
| YUV | 131.29 | 120.49 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 118 | 0.86 | 0 | 0.37 | 0.27 | 154.13 | 0.75 | 0.42 |
| Hex | 1B | BB | 76 | 56 | 0 | 25 | 1B | 9A | 4B | 2A |
| Octal | 33 | 273 | 166 | 126 | 0 | 45 | 33 | 232 | 113 | 52 |
| Binary | 11011 | 10111011 | 1110110 | 1010110 | 0 | 100101 | 11011 | 10011010 | 1001011 | 101010 |
Color Harmonies of #1BBB76
Complementary color
Monochromatic Colors of #1BBB76
Black with #1BBB76
Text Example
Text Example
White with #1BBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBB76; }
p { color: rgb(27,187,118); }
H1.HeaderClassName
{
color: #1BBB76;
}
.AnyTagClassName
{
color: #1BBB76;
}
</style>
background-color css
<style>
a { background-color: #1BBB76; }
a { background-color: rgb(27,187,118); }
div.DivClassName
{
background-color: #1BBB76;
}
.BgClassName
{
background-color: #1BBB76;
}
</style>
border-color css
<style>
span { border-color: #1BBB76; }
span { border-color: rgb(27,187,118); }
td.TdClassName
{
border-color: #1BBB76;
}
.TagClassName
{
border-color: #1BBB76;
}
</style>