Shades of Mountain Meadow #1BC296
Tints of Mountain Meadow #1BC296
RGB
CMYK
RGB Variations
Color information
#1BC296 (or 0x1BC296) is known color: Mountain Meadow. HEX triplet: 1B, C2 and 96. RGB value is (27,194,150). Sum of RGB (Red+Green+Blue) = 27+194+150=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC296 is #E43D69. Grayscale: #8B8B8B. Windows color (decimal): -14957930 or 9880091. OLE color: 9880091.
HSL color Cylindrical-coordinate representation of color #1BC296: hue angle of 164.19º 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 #1BC296 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 150 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.24 |
| HSL | 164.19º | 0.76% | 0.43% | - |
| HSV(B) | 164.19º | 0.86% | 0.76% | - |
| XYZ | 25.25 | 41.02 | 35.44 | - |
| YUV | 139.05 | 134.17 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 150 | 0.86 | 0 | 0.23 | 0.24 | 164.19 | 0.76 | 0.43 |
| Hex | 1B | C2 | 96 | 56 | 0 | 17 | 18 | A4 | 4C | 2B |
| Octal | 33 | 302 | 226 | 126 | 0 | 27 | 30 | 244 | 114 | 53 |
| Binary | 11011 | 11000010 | 10010110 | 1010110 | 0 | 10111 | 11000 | 10100100 | 1001100 | 101011 |
Color Harmonies of #1BC296
Complementary color
Monochromatic Colors of #1BC296
Black with #1BC296
Text Example
Text Example
White with #1BC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC296; }
p { color: rgb(27,194,150); }
H1.HeaderClassName
{
color: #1BC296;
}
.AnyTagClassName
{
color: #1BC296;
}
</style>
background-color css
<style>
a { background-color: #1BC296; }
a { background-color: rgb(27,194,150); }
div.DivClassName
{
background-color: #1BC296;
}
.BgClassName
{
background-color: #1BC296;
}
</style>
border-color css
<style>
span { border-color: #1BC296; }
span { border-color: rgb(27,194,150); }
td.TdClassName
{
border-color: #1BC296;
}
.TagClassName
{
border-color: #1BC296;
}
</style>