Shades of Mountain Meadow #1BC172
Tints of Mountain Meadow #1BC172
RGB
CMYK
RGB Variations
Color information
#1BC172 (or 0x1BC172) is known color: Mountain Meadow. HEX triplet: 1B, C1 and 72. RGB value is (27,193,114). Sum of RGB (Red+Green+Blue) = 27+193+114=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #1BC172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC172 is #E43E8D. Grayscale: #868686. Windows color (decimal): -14958222 or 7520539. OLE color: 7520539.
HSL color Cylindrical-coordinate representation of color #1BC172: hue angle of 151.45º degrees, saturation: 0.75, 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 #1BC172 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 193 | 114 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.24 |
| HSL | 151.45º | 0.75% | 0.43% | - |
| HSV(B) | 151.45º | 0.86% | 0.76% | - |
| XYZ | 22.56 | 39.59 | 22.37 | - |
| YUV | 134.36 | 116.5 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 193 | 114 | 0.86 | 0 | 0.41 | 0.24 | 151.45 | 0.75 | 0.43 |
| Hex | 1B | C1 | 72 | 56 | 0 | 29 | 18 | 97 | 4B | 2B |
| Octal | 33 | 301 | 162 | 126 | 0 | 51 | 30 | 227 | 113 | 53 |
| Binary | 11011 | 11000001 | 1110010 | 1010110 | 0 | 101001 | 11000 | 10010111 | 1001011 | 101011 |
Color Harmonies of #1BC172
Complementary color
Monochromatic Colors of #1BC172
Black with #1BC172
Text Example
Text Example
White with #1BC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC172; }
p { color: rgb(27,193,114); }
H1.HeaderClassName
{
color: #1BC172;
}
.AnyTagClassName
{
color: #1BC172;
}
</style>
background-color css
<style>
a { background-color: #1BC172; }
a { background-color: rgb(27,193,114); }
div.DivClassName
{
background-color: #1BC172;
}
.BgClassName
{
background-color: #1BC172;
}
</style>
border-color css
<style>
span { border-color: #1BC172; }
span { border-color: rgb(27,193,114); }
td.TdClassName
{
border-color: #1BC172;
}
.TagClassName
{
border-color: #1BC172;
}
</style>