Shades of Mountain Meadow #1BA871
Tints of Mountain Meadow #1BA871
RGB
CMYK
RGB Variations
Color information
#1BA871 (or 0x1BA871) is known color: Mountain Meadow. HEX triplet: 1B, A8 and 71. RGB value is (27,168,113). Sum of RGB (Red+Green+Blue) = 27+168+113=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #1BA871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA871 is #E4578E. Grayscale: #777777. Windows color (decimal): -14964623 or 7448603. OLE color: 7448603.
HSL color Cylindrical-coordinate representation of color #1BA871: hue angle of 156.6º 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 #1BA871 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 168 | 113 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.34 |
| HSL | 156.6º | 0.72% | 0.38% | - |
| HSV(B) | 156.6º | 0.84% | 0.66% | - |
| XYZ | 17.44 | 29.43 | 20.38 | - |
| YUV | 119.57 | 124.29 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 168 | 113 | 0.84 | 0 | 0.33 | 0.34 | 156.6 | 0.72 | 0.38 |
| Hex | 1B | A8 | 71 | 54 | 0 | 21 | 22 | 9D | 48 | 26 |
| Octal | 33 | 250 | 161 | 124 | 0 | 41 | 42 | 235 | 110 | 46 |
| Binary | 11011 | 10101000 | 1110001 | 1010100 | 0 | 100001 | 100010 | 10011101 | 1001000 | 100110 |
Color Harmonies of #1BA871
Complementary color
Monochromatic Colors of #1BA871
Black with #1BA871
Text Example
Text Example
White with #1BA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA871; }
p { color: rgb(27,168,113); }
H1.HeaderClassName
{
color: #1BA871;
}
.AnyTagClassName
{
color: #1BA871;
}
</style>
background-color css
<style>
a { background-color: #1BA871; }
a { background-color: rgb(27,168,113); }
div.DivClassName
{
background-color: #1BA871;
}
.BgClassName
{
background-color: #1BA871;
}
</style>
border-color css
<style>
span { border-color: #1BA871; }
span { border-color: rgb(27,168,113); }
td.TdClassName
{
border-color: #1BA871;
}
.TagClassName
{
border-color: #1BA871;
}
</style>