Shades of Mountain Meadow #1CBB86
Tints of Mountain Meadow #1CBB86
RGB
CMYK
RGB Variations
Color information
#1CBB86 (or 0x1CBB86) is known color: Mountain Meadow. HEX triplet: 1C, BB and 86. RGB value is (28,187,134). Sum of RGB (Red+Green+Blue) = 28+187+134=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBB86 is #E34479. Grayscale: #858585. Windows color (decimal): -14894202 or 8829724. OLE color: 8829724.
HSL color Cylindrical-coordinate representation of color #1CBB86: hue angle of 160º degrees, saturation: 0.74, 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 #1CBB86 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 134 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.27 |
| HSL | 160º | 0.74% | 0.42% | - |
| HSV(B) | 160º | 0.85% | 0.73% | - |
| XYZ | 22.55 | 37.51 | 28.61 | - |
| YUV | 133.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 134 | 0.85 | 0 | 0.28 | 0.27 | 160 | 0.74 | 0.42 |
| Hex | 1C | BB | 86 | 55 | 0 | 1C | 1B | A0 | 4A | 2A |
| Octal | 34 | 273 | 206 | 125 | 0 | 34 | 33 | 240 | 112 | 52 |
| Binary | 11100 | 10111011 | 10000110 | 1010101 | 0 | 11100 | 11011 | 10100000 | 1001010 | 101010 |
Color Harmonies of #1CBB86
Complementary color
Monochromatic Colors of #1CBB86
Black with #1CBB86
Text Example
Text Example
White with #1CBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB86; }
p { color: rgb(28,187,134); }
H1.HeaderClassName
{
color: #1CBB86;
}
.AnyTagClassName
{
color: #1CBB86;
}
</style>
background-color css
<style>
a { background-color: #1CBB86; }
a { background-color: rgb(28,187,134); }
div.DivClassName
{
background-color: #1CBB86;
}
.BgClassName
{
background-color: #1CBB86;
}
</style>
border-color css
<style>
span { border-color: #1CBB86; }
span { border-color: rgb(28,187,134); }
td.TdClassName
{
border-color: #1CBB86;
}
.TagClassName
{
border-color: #1CBB86;
}
</style>