Shades of Mountain Meadow #1CBC77
Tints of Mountain Meadow #1CBC77
RGB
CMYK
RGB Variations
Color information
#1CBC77 (or 0x1CBC77) is known color: Mountain Meadow. HEX triplet: 1C, BC and 77. RGB value is (28,188,119). Sum of RGB (Red+Green+Blue) = 28+188+119=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC77 is #E34388. Grayscale: #848484. Windows color (decimal): -14893961 or 7846940. OLE color: 7846940.
HSL color Cylindrical-coordinate representation of color #1CBC77: hue angle of 154.12º 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 #1CBC77 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 119 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.26 |
| HSL | 154.13º | 0.74% | 0.42% | - |
| HSV(B) | 154.13º | 0.85% | 0.74% | - |
| XYZ | 21.79 | 37.55 | 23.55 | - |
| YUV | 132.29 | 120.49 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 119 | 0.85 | 0 | 0.37 | 0.26 | 154.13 | 0.74 | 0.42 |
| Hex | 1C | BC | 77 | 55 | 0 | 25 | 1A | 9A | 4A | 2A |
| Octal | 34 | 274 | 167 | 125 | 0 | 45 | 32 | 232 | 112 | 52 |
| Binary | 11100 | 10111100 | 1110111 | 1010101 | 0 | 100101 | 11010 | 10011010 | 1001010 | 101010 |
Color Harmonies of #1CBC77
Complementary color
Monochromatic Colors of #1CBC77
Black with #1CBC77
Text Example
Text Example
White with #1CBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC77; }
p { color: rgb(28,188,119); }
H1.HeaderClassName
{
color: #1CBC77;
}
.AnyTagClassName
{
color: #1CBC77;
}
</style>
background-color css
<style>
a { background-color: #1CBC77; }
a { background-color: rgb(28,188,119); }
div.DivClassName
{
background-color: #1CBC77;
}
.BgClassName
{
background-color: #1CBC77;
}
</style>
border-color css
<style>
span { border-color: #1CBC77; }
span { border-color: rgb(28,188,119); }
td.TdClassName
{
border-color: #1CBC77;
}
.TagClassName
{
border-color: #1CBC77;
}
</style>