Shades of Mountain Meadow #1BC393
Tints of Mountain Meadow #1BC393
RGB
CMYK
RGB Variations
Color information
#1BC393 (or 0x1BC393) is known color: Mountain Meadow. HEX triplet: 1B, C3 and 93. RGB value is (27,195,147). Sum of RGB (Red+Green+Blue) = 27+195+147=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC393 is #E43C6C. Grayscale: #8B8B8B. Windows color (decimal): -14957677 or 9683739. OLE color: 9683739.
HSL color Cylindrical-coordinate representation of color #1BC393: hue angle of 162.86º 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 #1BC393 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 195 | 147 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.24 |
| HSL | 162.86º | 0.76% | 0.44% | - |
| HSV(B) | 162.86º | 0.86% | 0.76% | - |
| XYZ | 25.23 | 41.37 | 34.26 | - |
| YUV | 139.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 147 | 0.86 | 0 | 0.25 | 0.24 | 162.86 | 0.76 | 0.44 |
| Hex | 1B | C3 | 93 | 56 | 0 | 19 | 18 | A3 | 4C | 2C |
| Octal | 33 | 303 | 223 | 126 | 0 | 31 | 30 | 243 | 114 | 54 |
| Binary | 11011 | 11000011 | 10010011 | 1010110 | 0 | 11001 | 11000 | 10100011 | 1001100 | 101100 |
Color Harmonies of #1BC393
Complementary color
Monochromatic Colors of #1BC393
Black with #1BC393
Text Example
Text Example
White with #1BC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC393; }
p { color: rgb(27,195,147); }
H1.HeaderClassName
{
color: #1BC393;
}
.AnyTagClassName
{
color: #1BC393;
}
</style>
background-color css
<style>
a { background-color: #1BC393; }
a { background-color: rgb(27,195,147); }
div.DivClassName
{
background-color: #1BC393;
}
.BgClassName
{
background-color: #1BC393;
}
</style>
border-color css
<style>
span { border-color: #1BC393; }
span { border-color: rgb(27,195,147); }
td.TdClassName
{
border-color: #1BC393;
}
.TagClassName
{
border-color: #1BC393;
}
</style>