Shades of Mountain Meadow #1BC095
Tints of Mountain Meadow #1BC095
RGB
CMYK
RGB Variations
Color information
#1BC095 (or 0x1BC095) is known color: Mountain Meadow. HEX triplet: 1B, C0 and 95. RGB value is (27,192,149). Sum of RGB (Red+Green+Blue) = 27+192+149=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC095 is #E43F6A. Grayscale: #898989. Windows color (decimal): -14958443 or 9814043. OLE color: 9814043.
HSL color Cylindrical-coordinate representation of color #1BC095: hue angle of 164.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC095 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 192 | 149 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.25 |
| HSL | 164.36º | 0.75% | 0.43% | - |
| HSV(B) | 164.36º | 0.86% | 0.75% | - |
| XYZ | 24.73 | 40.1 | 34.87 | - |
| YUV | 137.76 | 134.34 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 149 | 0.86 | 0 | 0.22 | 0.25 | 164.36 | 0.75 | 0.43 |
| Hex | 1B | C0 | 95 | 56 | 0 | 16 | 19 | A4 | 4B | 2B |
| Octal | 33 | 300 | 225 | 126 | 0 | 26 | 31 | 244 | 113 | 53 |
| Binary | 11011 | 11000000 | 10010101 | 1010110 | 0 | 10110 | 11001 | 10100100 | 1001011 | 101011 |
Color Harmonies of #1BC095
Complementary color
Monochromatic Colors of #1BC095
Black with #1BC095
Text Example
Text Example
White with #1BC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC095; }
p { color: rgb(27,192,149); }
H1.HeaderClassName
{
color: #1BC095;
}
.AnyTagClassName
{
color: #1BC095;
}
</style>
background-color css
<style>
a { background-color: #1BC095; }
a { background-color: rgb(27,192,149); }
div.DivClassName
{
background-color: #1BC095;
}
.BgClassName
{
background-color: #1BC095;
}
</style>
border-color css
<style>
span { border-color: #1BC095; }
span { border-color: rgb(27,192,149); }
td.TdClassName
{
border-color: #1BC095;
}
.TagClassName
{
border-color: #1BC095;
}
</style>