Shades of Mountain Meadow #1BB880
Tints of Mountain Meadow #1BB880
RGB
CMYK
RGB Variations
Color information
#1BB880 (or 0x1BB880) is known color: Mountain Meadow. HEX triplet: 1B, B8 and 80. RGB value is (27,184,128). Sum of RGB (Red+Green+Blue) = 27+184+128=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #1BB880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB880 is #E4477F. Grayscale: #828282. Windows color (decimal): -14960512 or 8435739. OLE color: 8435739.
HSL color Cylindrical-coordinate representation of color #1BB880: hue angle of 158.6º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB880 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 184 | 128 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.28 |
| HSL | 158.6º | 0.74% | 0.41% | - |
| HSV(B) | 158.6º | 0.85% | 0.72% | - |
| XYZ | 21.49 | 36.07 | 26.25 | - |
| YUV | 130.67 | 126.49 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 184 | 128 | 0.85 | 0 | 0.30 | 0.28 | 158.6 | 0.74 | 0.41 |
| Hex | 1B | B8 | 80 | 55 | 0 | 1E | 1C | 9F | 4A | 29 |
| Octal | 33 | 270 | 200 | 125 | 0 | 36 | 34 | 237 | 112 | 51 |
| Binary | 11011 | 10111000 | 10000000 | 1010101 | 0 | 11110 | 11100 | 10011111 | 1001010 | 101001 |
Color Harmonies of #1BB880
Complementary color
Monochromatic Colors of #1BB880
Black with #1BB880
Text Example
Text Example
White with #1BB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB880; }
p { color: rgb(27,184,128); }
H1.HeaderClassName
{
color: #1BB880;
}
.AnyTagClassName
{
color: #1BB880;
}
</style>
background-color css
<style>
a { background-color: #1BB880; }
a { background-color: rgb(27,184,128); }
div.DivClassName
{
background-color: #1BB880;
}
.BgClassName
{
background-color: #1BB880;
}
</style>
border-color css
<style>
span { border-color: #1BB880; }
span { border-color: rgb(27,184,128); }
td.TdClassName
{
border-color: #1BB880;
}
.TagClassName
{
border-color: #1BB880;
}
</style>