Shades of Mountain Meadow #1BBC92
Tints of Mountain Meadow #1BBC92
RGB
CMYK
RGB Variations
Color information
#1BBC92 (or 0x1BBC92) is known color: Mountain Meadow. HEX triplet: 1B, BC and 92. RGB value is (27,188,146). Sum of RGB (Red+Green+Blue) = 27+188+146=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBC92 is #E4436D. Grayscale: #878787. Windows color (decimal): -14959470 or 9616411. OLE color: 9616411.
HSL color Cylindrical-coordinate representation of color #1BBC92: hue angle of 164.35º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC92 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 146 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.26 |
| HSL | 164.35º | 0.75% | 0.42% | - |
| HSV(B) | 164.35º | 0.86% | 0.74% | - |
| XYZ | 23.62 | 38.27 | 33.34 | - |
| YUV | 135.07 | 134.16 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 146 | 0.86 | 0 | 0.22 | 0.26 | 164.35 | 0.75 | 0.42 |
| Hex | 1B | BC | 92 | 56 | 0 | 16 | 1A | A4 | 4B | 2A |
| Octal | 33 | 274 | 222 | 126 | 0 | 26 | 32 | 244 | 113 | 52 |
| Binary | 11011 | 10111100 | 10010010 | 1010110 | 0 | 10110 | 11010 | 10100100 | 1001011 | 101010 |
Color Harmonies of #1BBC92
Complementary color
Monochromatic Colors of #1BBC92
Black with #1BBC92
Text Example
Text Example
White with #1BBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC92; }
p { color: rgb(27,188,146); }
H1.HeaderClassName
{
color: #1BBC92;
}
.AnyTagClassName
{
color: #1BBC92;
}
</style>
background-color css
<style>
a { background-color: #1BBC92; }
a { background-color: rgb(27,188,146); }
div.DivClassName
{
background-color: #1BBC92;
}
.BgClassName
{
background-color: #1BBC92;
}
</style>
border-color css
<style>
span { border-color: #1BBC92; }
span { border-color: rgb(27,188,146); }
td.TdClassName
{
border-color: #1BBC92;
}
.TagClassName
{
border-color: #1BBC92;
}
</style>