Shades of Mountain Meadow #1BA97B
Tints of Mountain Meadow #1BA97B
RGB
CMYK
RGB Variations
Color information
#1BA97B (or 0x1BA97B) is known color: Mountain Meadow. HEX triplet: 1B, A9 and 7B. RGB value is (27,169,123). Sum of RGB (Red+Green+Blue) = 27+169+123=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #1BA97B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA97B is #E45684. Grayscale: #797979. Windows color (decimal): -14964357 or 8104219. OLE color: 8104219.
HSL color Cylindrical-coordinate representation of color #1BA97B: hue angle of 160.56º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA97B is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 169 | 123 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.34 |
| HSL | 160.56º | 0.72% | 0.38% | - |
| HSV(B) | 160.56º | 0.84% | 0.66% | - |
| XYZ | 18.22 | 30.04 | 23.58 | - |
| YUV | 121.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 123 | 0.84 | 0 | 0.27 | 0.34 | 160.56 | 0.72 | 0.38 |
| Hex | 1B | A9 | 7B | 54 | 0 | 1B | 22 | A1 | 48 | 26 |
| Octal | 33 | 251 | 173 | 124 | 0 | 33 | 42 | 241 | 110 | 46 |
| Binary | 11011 | 10101001 | 1111011 | 1010100 | 0 | 11011 | 100010 | 10100001 | 1001000 | 100110 |
Color Harmonies of #1BA97B
Complementary color
Monochromatic Colors of #1BA97B
Black with #1BA97B
Text Example
Text Example
White with #1BA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA97B; }
p { color: rgb(27,169,123); }
H1.HeaderClassName
{
color: #1BA97B;
}
.AnyTagClassName
{
color: #1BA97B;
}
</style>
background-color css
<style>
a { background-color: #1BA97B; }
a { background-color: rgb(27,169,123); }
div.DivClassName
{
background-color: #1BA97B;
}
.BgClassName
{
background-color: #1BA97B;
}
</style>
border-color css
<style>
span { border-color: #1BA97B; }
span { border-color: rgb(27,169,123); }
td.TdClassName
{
border-color: #1BA97B;
}
.TagClassName
{
border-color: #1BA97B;
}
</style>