Shades of Mountain Meadow #1BB184
Tints of Mountain Meadow #1BB184
RGB
CMYK
RGB Variations
Color information
#1BB184 (or 0x1BB184) is known color: Mountain Meadow. HEX triplet: 1B, B1 and 84. RGB value is (27,177,132). Sum of RGB (Red+Green+Blue) = 27+177+132=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #1BB184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BB184 is #E44E7B. Grayscale: #7F7F7F. Windows color (decimal): -14962300 or 8696091. OLE color: 8696091.
HSL color Cylindrical-coordinate representation of color #1BB184: hue angle of 162º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB184 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 177 | 132 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.31 |
| HSL | 162º | 0.74% | 0.4% | - |
| HSV(B) | 162º | 0.85% | 0.69% | - |
| XYZ | 20.34 | 33.34 | 27.19 | - |
| YUV | 127.02 | 130.81 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 177 | 132 | 0.85 | 0 | 0.25 | 0.31 | 162 | 0.74 | 0.4 |
| Hex | 1B | B1 | 84 | 55 | 0 | 19 | 1F | A2 | 4A | 28 |
| Octal | 33 | 261 | 204 | 125 | 0 | 31 | 37 | 242 | 112 | 50 |
| Binary | 11011 | 10110001 | 10000100 | 1010101 | 0 | 11001 | 11111 | 10100010 | 1001010 | 101000 |
Color Harmonies of #1BB184
Complementary color
Monochromatic Colors of #1BB184
Black with #1BB184
Text Example
Text Example
White with #1BB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB184; }
p { color: rgb(27,177,132); }
H1.HeaderClassName
{
color: #1BB184;
}
.AnyTagClassName
{
color: #1BB184;
}
</style>
background-color css
<style>
a { background-color: #1BB184; }
a { background-color: rgb(27,177,132); }
div.DivClassName
{
background-color: #1BB184;
}
.BgClassName
{
background-color: #1BB184;
}
</style>
border-color css
<style>
span { border-color: #1BB184; }
span { border-color: rgb(27,177,132); }
td.TdClassName
{
border-color: #1BB184;
}
.TagClassName
{
border-color: #1BB184;
}
</style>