Shades of Mountain Meadow #1BA472
Tints of Mountain Meadow #1BA472
RGB
CMYK
RGB Variations
Color information
#1BA472 (or 0x1BA472) is known color: Mountain Meadow. HEX triplet: 1B, A4 and 72. RGB value is (27,164,114). Sum of RGB (Red+Green+Blue) = 27+164+114=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA472 is #E45B8D. Grayscale: #757575. Windows color (decimal): -14965646 or 7513115. OLE color: 7513115.
HSL color Cylindrical-coordinate representation of color #1BA472: hue angle of 158.1º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA472 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 164 | 114 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.36 |
| HSL | 158.1º | 0.72% | 0.37% | - |
| HSV(B) | 158.1º | 0.84% | 0.64% | - |
| XYZ | 16.76 | 28 | 20.44 | - |
| YUV | 117.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 114 | 0.84 | 0 | 0.30 | 0.36 | 158.1 | 0.72 | 0.37 |
| Hex | 1B | A4 | 72 | 54 | 0 | 1E | 24 | 9E | 48 | 25 |
| Octal | 33 | 244 | 162 | 124 | 0 | 36 | 44 | 236 | 110 | 45 |
| Binary | 11011 | 10100100 | 1110010 | 1010100 | 0 | 11110 | 100100 | 10011110 | 1001000 | 100101 |
Color Harmonies of #1BA472
Complementary color
Monochromatic Colors of #1BA472
Black with #1BA472
Text Example
Text Example
White with #1BA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA472; }
p { color: rgb(27,164,114); }
H1.HeaderClassName
{
color: #1BA472;
}
.AnyTagClassName
{
color: #1BA472;
}
</style>
background-color css
<style>
a { background-color: #1BA472; }
a { background-color: rgb(27,164,114); }
div.DivClassName
{
background-color: #1BA472;
}
.BgClassName
{
background-color: #1BA472;
}
</style>
border-color css
<style>
span { border-color: #1BA472; }
span { border-color: rgb(27,164,114); }
td.TdClassName
{
border-color: #1BA472;
}
.TagClassName
{
border-color: #1BA472;
}
</style>