Shades of Mountain Meadow #1BBA79
Tints of Mountain Meadow #1BBA79
RGB
CMYK
RGB Variations
Color information
#1BBA79 (or 0x1BBA79) is known color: Mountain Meadow. HEX triplet: 1B, BA and 79. RGB value is (27,186,121). Sum of RGB (Red+Green+Blue) = 27+186+121=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA79 is #E44586. Grayscale: #838383. Windows color (decimal): -14960007 or 7977499. OLE color: 7977499.
HSL color Cylindrical-coordinate representation of color #1BBA79: hue angle of 155.47º 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 #1BBA79 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 121 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.27 |
| HSL | 155.47º | 0.75% | 0.42% | - |
| HSV(B) | 155.47º | 0.85% | 0.73% | - |
| XYZ | 21.46 | 36.73 | 24.05 | - |
| YUV | 131.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 121 | 0.85 | 0 | 0.35 | 0.27 | 155.47 | 0.75 | 0.42 |
| Hex | 1B | BA | 79 | 55 | 0 | 23 | 1B | 9B | 4B | 2A |
| Octal | 33 | 272 | 171 | 125 | 0 | 43 | 33 | 233 | 113 | 52 |
| Binary | 11011 | 10111010 | 1111001 | 1010101 | 0 | 100011 | 11011 | 10011011 | 1001011 | 101010 |
Color Harmonies of #1BBA79
Complementary color
Monochromatic Colors of #1BBA79
Black with #1BBA79
Text Example
Text Example
White with #1BBA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA79; }
p { color: rgb(27,186,121); }
H1.HeaderClassName
{
color: #1BBA79;
}
.AnyTagClassName
{
color: #1BBA79;
}
</style>
background-color css
<style>
a { background-color: #1BBA79; }
a { background-color: rgb(27,186,121); }
div.DivClassName
{
background-color: #1BBA79;
}
.BgClassName
{
background-color: #1BBA79;
}
</style>
border-color css
<style>
span { border-color: #1BBA79; }
span { border-color: rgb(27,186,121); }
td.TdClassName
{
border-color: #1BBA79;
}
.TagClassName
{
border-color: #1BBA79;
}
</style>