Shades of Mountain Meadow #1BC295
Tints of Mountain Meadow #1BC295
RGB
CMYK
RGB Variations
Color information
#1BC295 (or 0x1BC295) is known color: Mountain Meadow. HEX triplet: 1B, C2 and 95. RGB value is (27,194,149). Sum of RGB (Red+Green+Blue) = 27+194+149=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC295 is #E43D6A. Grayscale: #8A8A8A. Windows color (decimal): -14957931 or 9814555. OLE color: 9814555.
HSL color Cylindrical-coordinate representation of color #1BC295: hue angle of 163.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC295 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 149 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.24 |
| HSL | 163.83º | 0.76% | 0.43% | - |
| HSV(B) | 163.83º | 0.86% | 0.76% | - |
| XYZ | 25.17 | 40.99 | 35.02 | - |
| YUV | 138.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 149 | 0.86 | 0 | 0.23 | 0.24 | 163.83 | 0.76 | 0.43 |
| Hex | 1B | C2 | 95 | 56 | 0 | 17 | 18 | A4 | 4C | 2B |
| Octal | 33 | 302 | 225 | 126 | 0 | 27 | 30 | 244 | 114 | 53 |
| Binary | 11011 | 11000010 | 10010101 | 1010110 | 0 | 10111 | 11000 | 10100100 | 1001100 | 101011 |
Color Harmonies of #1BC295
Complementary color
Monochromatic Colors of #1BC295
Black with #1BC295
Text Example
Text Example
White with #1BC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC295; }
p { color: rgb(27,194,149); }
H1.HeaderClassName
{
color: #1BC295;
}
.AnyTagClassName
{
color: #1BC295;
}
</style>
background-color css
<style>
a { background-color: #1BC295; }
a { background-color: rgb(27,194,149); }
div.DivClassName
{
background-color: #1BC295;
}
.BgClassName
{
background-color: #1BC295;
}
</style>
border-color css
<style>
span { border-color: #1BC295; }
span { border-color: rgb(27,194,149); }
td.TdClassName
{
border-color: #1BC295;
}
.TagClassName
{
border-color: #1BC295;
}
</style>