Shades of Mountain Meadow #1BC472
Tints of Mountain Meadow #1BC472
RGB
CMYK
RGB Variations
Color information
#1BC472 (or 0x1BC472) is known color: Mountain Meadow. HEX triplet: 1B, C4 and 72. RGB value is (27,196,114). Sum of RGB (Red+Green+Blue) = 27+196+114=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC472 is #E43B8D. Grayscale: #888888. Windows color (decimal): -14957454 or 7521307. OLE color: 7521307.
HSL color Cylindrical-coordinate representation of color #1BC472: hue angle of 150.89º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC472 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 114 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.23 |
| HSL | 150.89º | 0.76% | 0.44% | - |
| HSV(B) | 150.89º | 0.86% | 0.77% | - |
| XYZ | 23.23 | 40.93 | 22.6 | - |
| YUV | 136.12 | 115.51 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 114 | 0.86 | 0 | 0.42 | 0.23 | 150.89 | 0.76 | 0.44 |
| Hex | 1B | C4 | 72 | 56 | 0 | 2A | 17 | 97 | 4C | 2C |
| Octal | 33 | 304 | 162 | 126 | 0 | 52 | 27 | 227 | 114 | 54 |
| Binary | 11011 | 11000100 | 1110010 | 1010110 | 0 | 101010 | 10111 | 10010111 | 1001100 | 101100 |
Color Harmonies of #1BC472
Complementary color
Monochromatic Colors of #1BC472
Black with #1BC472
Text Example
Text Example
White with #1BC472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC472; }
p { color: rgb(27,196,114); }
H1.HeaderClassName
{
color: #1BC472;
}
.AnyTagClassName
{
color: #1BC472;
}
</style>
background-color css
<style>
a { background-color: #1BC472; }
a { background-color: rgb(27,196,114); }
div.DivClassName
{
background-color: #1BC472;
}
.BgClassName
{
background-color: #1BC472;
}
</style>
border-color css
<style>
span { border-color: #1BC472; }
span { border-color: rgb(27,196,114); }
td.TdClassName
{
border-color: #1BC472;
}
.TagClassName
{
border-color: #1BC472;
}
</style>