Shades of Mountain Meadow #1CBC79
Tints of Mountain Meadow #1CBC79
RGB
CMYK
RGB Variations
Color information
#1CBC79 (or 0x1CBC79) is known color: Mountain Meadow. HEX triplet: 1C, BC and 79. RGB value is (28,188,121). Sum of RGB (Red+Green+Blue) = 28+188+121=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC79 is #E34386. Grayscale: #848484. Windows color (decimal): -14893959 or 7978012. OLE color: 7978012.
HSL color Cylindrical-coordinate representation of color #1CBC79: hue angle of 154.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC79 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 121 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.26 |
| HSL | 154.88º | 0.74% | 0.42% | - |
| HSV(B) | 154.88º | 0.85% | 0.74% | - |
| XYZ | 21.91 | 37.59 | 24.19 | - |
| YUV | 132.52 | 121.49 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 121 | 0.85 | 0 | 0.36 | 0.26 | 154.88 | 0.74 | 0.42 |
| Hex | 1C | BC | 79 | 55 | 0 | 24 | 1A | 9B | 4A | 2A |
| Octal | 34 | 274 | 171 | 125 | 0 | 44 | 32 | 233 | 112 | 52 |
| Binary | 11100 | 10111100 | 1111001 | 1010101 | 0 | 100100 | 11010 | 10011011 | 1001010 | 101010 |
Color Harmonies of #1CBC79
Complementary color
Monochromatic Colors of #1CBC79
Black with #1CBC79
Text Example
Text Example
White with #1CBC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC79; }
p { color: rgb(28,188,121); }
H1.HeaderClassName
{
color: #1CBC79;
}
.AnyTagClassName
{
color: #1CBC79;
}
</style>
background-color css
<style>
a { background-color: #1CBC79; }
a { background-color: rgb(28,188,121); }
div.DivClassName
{
background-color: #1CBC79;
}
.BgClassName
{
background-color: #1CBC79;
}
</style>
border-color css
<style>
span { border-color: #1CBC79; }
span { border-color: rgb(28,188,121); }
td.TdClassName
{
border-color: #1CBC79;
}
.TagClassName
{
border-color: #1CBC79;
}
</style>