Shades of Mountain Meadow #1BC273
Tints of Mountain Meadow #1BC273
RGB
CMYK
RGB Variations
Color information
#1BC273 (or 0x1BC273) is known color: Mountain Meadow. HEX triplet: 1B, C2 and 73. RGB value is (27,194,115). Sum of RGB (Red+Green+Blue) = 27+194+115=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC273 is #E43D8C. Grayscale: #878787. Windows color (decimal): -14957965 or 7586331. OLE color: 7586331.
HSL color Cylindrical-coordinate representation of color #1BC273: hue angle of 151.62º 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 #1BC273 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 115 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.24 |
| HSL | 151.62º | 0.76% | 0.43% | - |
| HSV(B) | 151.62º | 0.86% | 0.76% | - |
| XYZ | 22.84 | 40.05 | 22.75 | - |
| YUV | 135.06 | 116.67 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 115 | 0.86 | 0 | 0.41 | 0.24 | 151.62 | 0.76 | 0.43 |
| Hex | 1B | C2 | 73 | 56 | 0 | 29 | 18 | 98 | 4C | 2B |
| Octal | 33 | 302 | 163 | 126 | 0 | 51 | 30 | 230 | 114 | 53 |
| Binary | 11011 | 11000010 | 1110011 | 1010110 | 0 | 101001 | 11000 | 10011000 | 1001100 | 101011 |
Color Harmonies of #1BC273
Complementary color
Monochromatic Colors of #1BC273
Black with #1BC273
Text Example
Text Example
White with #1BC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC273; }
p { color: rgb(27,194,115); }
H1.HeaderClassName
{
color: #1BC273;
}
.AnyTagClassName
{
color: #1BC273;
}
</style>
background-color css
<style>
a { background-color: #1BC273; }
a { background-color: rgb(27,194,115); }
div.DivClassName
{
background-color: #1BC273;
}
.BgClassName
{
background-color: #1BC273;
}
</style>
border-color css
<style>
span { border-color: #1BC273; }
span { border-color: rgb(27,194,115); }
td.TdClassName
{
border-color: #1BC273;
}
.TagClassName
{
border-color: #1BC273;
}
</style>