Shades of Mountain Meadow #1BB386
Tints of Mountain Meadow #1BB386
RGB
CMYK
RGB Variations
Color information
#1BB386 (or 0x1BB386) is known color: Mountain Meadow. HEX triplet: 1B, B3 and 86. RGB value is (27,179,134). Sum of RGB (Red+Green+Blue) = 27+179+134=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB386 is #E44C79. Grayscale: #808080. Windows color (decimal): -14961786 or 8827675. OLE color: 8827675.
HSL color Cylindrical-coordinate representation of color #1BB386: hue angle of 162.24º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB386 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 134 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.30 |
| HSL | 162.24º | 0.74% | 0.4% | - |
| HSV(B) | 162.24º | 0.85% | 0.7% | - |
| XYZ | 20.88 | 34.19 | 28.05 | - |
| YUV | 128.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 134 | 0.85 | 0 | 0.25 | 0.30 | 162.24 | 0.74 | 0.4 |
| Hex | 1B | B3 | 86 | 55 | 0 | 19 | 1E | A2 | 4A | 28 |
| Octal | 33 | 263 | 206 | 125 | 0 | 31 | 36 | 242 | 112 | 50 |
| Binary | 11011 | 10110011 | 10000110 | 1010101 | 0 | 11001 | 11110 | 10100010 | 1001010 | 101000 |
Color Harmonies of #1BB386
Complementary color
Monochromatic Colors of #1BB386
Black with #1BB386
Text Example
Text Example
White with #1BB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB386; }
p { color: rgb(27,179,134); }
H1.HeaderClassName
{
color: #1BB386;
}
.AnyTagClassName
{
color: #1BB386;
}
</style>
background-color css
<style>
a { background-color: #1BB386; }
a { background-color: rgb(27,179,134); }
div.DivClassName
{
background-color: #1BB386;
}
.BgClassName
{
background-color: #1BB386;
}
</style>
border-color css
<style>
span { border-color: #1BB386; }
span { border-color: rgb(27,179,134); }
td.TdClassName
{
border-color: #1BB386;
}
.TagClassName
{
border-color: #1BB386;
}
</style>