Shades of Mountain Meadow #1BC395
Tints of Mountain Meadow #1BC395
RGB
CMYK
RGB Variations
Color information
#1BC395 (or 0x1BC395) is known color: Mountain Meadow. HEX triplet: 1B, C3 and 95. RGB value is (27,195,149). Sum of RGB (Red+Green+Blue) = 27+195+149=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC395 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC395 is #E43C6A. Grayscale: #8B8B8B. Windows color (decimal): -14957675 or 9814811. OLE color: 9814811.
HSL color Cylindrical-coordinate representation of color #1BC395: hue angle of 163.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC395 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 195 | 149 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.24 |
| HSL | 163.57º | 0.76% | 0.44% | - |
| HSV(B) | 163.57º | 0.86% | 0.76% | - |
| XYZ | 25.39 | 41.43 | 35.09 | - |
| YUV | 139.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 149 | 0.86 | 0 | 0.24 | 0.24 | 163.57 | 0.76 | 0.44 |
| Hex | 1B | C3 | 95 | 56 | 0 | 18 | 18 | A4 | 4C | 2C |
| Octal | 33 | 303 | 225 | 126 | 0 | 30 | 30 | 244 | 114 | 54 |
| Binary | 11011 | 11000011 | 10010101 | 1010110 | 0 | 11000 | 11000 | 10100100 | 1001100 | 101100 |
Color Harmonies of #1BC395
Complementary color
Monochromatic Colors of #1BC395
Black with #1BC395
Text Example
Text Example
White with #1BC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC395; }
p { color: rgb(27,195,149); }
H1.HeaderClassName
{
color: #1BC395;
}
.AnyTagClassName
{
color: #1BC395;
}
</style>
background-color css
<style>
a { background-color: #1BC395; }
a { background-color: rgb(27,195,149); }
div.DivClassName
{
background-color: #1BC395;
}
.BgClassName
{
background-color: #1BC395;
}
</style>
border-color css
<style>
span { border-color: #1BC395; }
span { border-color: rgb(27,195,149); }
td.TdClassName
{
border-color: #1BC395;
}
.TagClassName
{
border-color: #1BC395;
}
</style>