Shades of Mountain Meadow #1BBA72
Tints of Mountain Meadow #1BBA72
RGB
CMYK
RGB Variations
Color information
#1BBA72 (or 0x1BBA72) is known color: Mountain Meadow. HEX triplet: 1B, BA and 72. RGB value is (27,186,114). Sum of RGB (Red+Green+Blue) = 27+186+114=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA72 is #E4458D. Grayscale: #828282. Windows color (decimal): -14960014 or 7518747. OLE color: 7518747.
HSL color Cylindrical-coordinate representation of color #1BBA72: hue angle of 152.83º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA72 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 114 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.27 |
| HSL | 152.83º | 0.75% | 0.42% | - |
| HSV(B) | 152.83º | 0.85% | 0.73% | - |
| XYZ | 21.05 | 36.57 | 21.87 | - |
| YUV | 130.25 | 118.82 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 114 | 0.85 | 0 | 0.39 | 0.27 | 152.83 | 0.75 | 0.42 |
| Hex | 1B | BA | 72 | 55 | 0 | 27 | 1B | 99 | 4B | 2A |
| Octal | 33 | 272 | 162 | 125 | 0 | 47 | 33 | 231 | 113 | 52 |
| Binary | 11011 | 10111010 | 1110010 | 1010101 | 0 | 100111 | 11011 | 10011001 | 1001011 | 101010 |
Color Harmonies of #1BBA72
Complementary color
Monochromatic Colors of #1BBA72
Black with #1BBA72
Text Example
Text Example
White with #1BBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA72; }
p { color: rgb(27,186,114); }
H1.HeaderClassName
{
color: #1BBA72;
}
.AnyTagClassName
{
color: #1BBA72;
}
</style>
background-color css
<style>
a { background-color: #1BBA72; }
a { background-color: rgb(27,186,114); }
div.DivClassName
{
background-color: #1BBA72;
}
.BgClassName
{
background-color: #1BBA72;
}
</style>
border-color css
<style>
span { border-color: #1BBA72; }
span { border-color: rgb(27,186,114); }
td.TdClassName
{
border-color: #1BBA72;
}
.TagClassName
{
border-color: #1BBA72;
}
</style>