Shades of Mountain Meadow #1BB478
Tints of Mountain Meadow #1BB478
RGB
CMYK
RGB Variations
Color information
#1BB478 (or 0x1BB478) is known color: Mountain Meadow. HEX triplet: 1B, B4 and 78. RGB value is (27,180,120). Sum of RGB (Red+Green+Blue) = 27+180+120=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB478 is #E44B87. Grayscale: #7F7F7F. Windows color (decimal): -14961544 or 7910427. OLE color: 7910427.
HSL color Cylindrical-coordinate representation of color #1BB478: hue angle of 156.47º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB478 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 120 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.29 |
| HSL | 156.47º | 0.74% | 0.41% | - |
| HSV(B) | 156.47º | 0.85% | 0.71% | - |
| XYZ | 20.16 | 34.23 | 23.31 | - |
| YUV | 127.41 | 123.81 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 120 | 0.85 | 0 | 0.33 | 0.29 | 156.47 | 0.74 | 0.41 |
| Hex | 1B | B4 | 78 | 55 | 0 | 21 | 1D | 9C | 4A | 29 |
| Octal | 33 | 264 | 170 | 125 | 0 | 41 | 35 | 234 | 112 | 51 |
| Binary | 11011 | 10110100 | 1111000 | 1010101 | 0 | 100001 | 11101 | 10011100 | 1001010 | 101001 |
Color Harmonies of #1BB478
Complementary color
Monochromatic Colors of #1BB478
Black with #1BB478
Text Example
Text Example
White with #1BB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB478; }
p { color: rgb(27,180,120); }
H1.HeaderClassName
{
color: #1BB478;
}
.AnyTagClassName
{
color: #1BB478;
}
</style>
background-color css
<style>
a { background-color: #1BB478; }
a { background-color: rgb(27,180,120); }
div.DivClassName
{
background-color: #1BB478;
}
.BgClassName
{
background-color: #1BB478;
}
</style>
border-color css
<style>
span { border-color: #1BB478; }
span { border-color: rgb(27,180,120); }
td.TdClassName
{
border-color: #1BB478;
}
.TagClassName
{
border-color: #1BB478;
}
</style>