Shades of Mountain Meadow #1BB985
Tints of Mountain Meadow #1BB985
RGB
CMYK
RGB Variations
Color information
#1BB985 (or 0x1BB985) is known color: Mountain Meadow. HEX triplet: 1B, B9 and 85. RGB value is (27,185,133). Sum of RGB (Red+Green+Blue) = 27+185+133=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #1BB985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB985 is #E4467A. Grayscale: #838383. Windows color (decimal): -14960251 or 8763675. OLE color: 8763675.
HSL color Cylindrical-coordinate representation of color #1BB985: hue angle of 160.25º 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 #1BB985 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 185 | 133 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.27 |
| HSL | 160.25º | 0.75% | 0.42% | - |
| HSV(B) | 160.25º | 0.85% | 0.73% | - |
| XYZ | 22.03 | 36.62 | 28.1 | - |
| YUV | 131.83 | 128.65 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 185 | 133 | 0.85 | 0 | 0.28 | 0.27 | 160.25 | 0.75 | 0.42 |
| Hex | 1B | B9 | 85 | 55 | 0 | 1C | 1B | A0 | 4B | 2A |
| Octal | 33 | 271 | 205 | 125 | 0 | 34 | 33 | 240 | 113 | 52 |
| Binary | 11011 | 10111001 | 10000101 | 1010101 | 0 | 11100 | 11011 | 10100000 | 1001011 | 101010 |
Color Harmonies of #1BB985
Complementary color
Monochromatic Colors of #1BB985
Black with #1BB985
Text Example
Text Example
White with #1BB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB985; }
p { color: rgb(27,185,133); }
H1.HeaderClassName
{
color: #1BB985;
}
.AnyTagClassName
{
color: #1BB985;
}
</style>
background-color css
<style>
a { background-color: #1BB985; }
a { background-color: rgb(27,185,133); }
div.DivClassName
{
background-color: #1BB985;
}
.BgClassName
{
background-color: #1BB985;
}
</style>
border-color css
<style>
span { border-color: #1BB985; }
span { border-color: rgb(27,185,133); }
td.TdClassName
{
border-color: #1BB985;
}
.TagClassName
{
border-color: #1BB985;
}
</style>