Shades of Mountain Meadow #1BAB6D
Tints of Mountain Meadow #1BAB6D
RGB
CMYK
RGB Variations
Color information
#1BAB6D (or 0x1BAB6D) is known color: Mountain Meadow. HEX triplet: 1B, AB and 6D. RGB value is (27,171,109). Sum of RGB (Red+Green+Blue) = 27+171+109=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAB6D is #E45492. Grayscale: #787878. Windows color (decimal): -14963859 or 7187227. OLE color: 7187227.
HSL color Cylindrical-coordinate representation of color #1BAB6D: hue angle of 154.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAB6D is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 109 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.33 |
| HSL | 154.17º | 0.73% | 0.39% | - |
| HSV(B) | 154.17º | 0.84% | 0.67% | - |
| XYZ | 17.78 | 30.46 | 19.41 | - |
| YUV | 120.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 109 | 0.84 | 0 | 0.36 | 0.33 | 154.17 | 0.73 | 0.39 |
| Hex | 1B | AB | 6D | 54 | 0 | 24 | 21 | 9A | 49 | 27 |
| Octal | 33 | 253 | 155 | 124 | 0 | 44 | 41 | 232 | 111 | 47 |
| Binary | 11011 | 10101011 | 1101101 | 1010100 | 0 | 100100 | 100001 | 10011010 | 1001001 | 100111 |
Color Harmonies of #1BAB6D
Complementary color
Monochromatic Colors of #1BAB6D
Black with #1BAB6D
Text Example
Text Example
White with #1BAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB6D; }
p { color: rgb(27,171,109); }
H1.HeaderClassName
{
color: #1BAB6D;
}
.AnyTagClassName
{
color: #1BAB6D;
}
</style>
background-color css
<style>
a { background-color: #1BAB6D; }
a { background-color: rgb(27,171,109); }
div.DivClassName
{
background-color: #1BAB6D;
}
.BgClassName
{
background-color: #1BAB6D;
}
</style>
border-color css
<style>
span { border-color: #1BAB6D; }
span { border-color: rgb(27,171,109); }
td.TdClassName
{
border-color: #1BAB6D;
}
.TagClassName
{
border-color: #1BAB6D;
}
</style>