Shades of Mountain Meadow #1CBC76
Tints of Mountain Meadow #1CBC76
RGB
CMYK
RGB Variations
Color information
#1CBC76 (or 0x1CBC76) is known color: Mountain Meadow. HEX triplet: 1C, BC and 76. RGB value is (28,188,118). Sum of RGB (Red+Green+Blue) = 28+188+118=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC76 is #E34389. Grayscale: #848484. Windows color (decimal): -14893962 or 7781404. OLE color: 7781404.
HSL color Cylindrical-coordinate representation of color #1CBC76: hue angle of 153.75º 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 #1CBC76 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 118 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.26 |
| HSL | 153.75º | 0.74% | 0.42% | - |
| HSV(B) | 153.75º | 0.85% | 0.74% | - |
| XYZ | 21.73 | 37.52 | 23.24 | - |
| YUV | 132.18 | 119.99 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 118 | 0.85 | 0 | 0.37 | 0.26 | 153.75 | 0.74 | 0.42 |
| Hex | 1C | BC | 76 | 55 | 0 | 25 | 1A | 9A | 4A | 2A |
| Octal | 34 | 274 | 166 | 125 | 0 | 45 | 32 | 232 | 112 | 52 |
| Binary | 11100 | 10111100 | 1110110 | 1010101 | 0 | 100101 | 11010 | 10011010 | 1001010 | 101010 |
Color Harmonies of #1CBC76
Complementary color
Monochromatic Colors of #1CBC76
Black with #1CBC76
Text Example
Text Example
White with #1CBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC76; }
p { color: rgb(28,188,118); }
H1.HeaderClassName
{
color: #1CBC76;
}
.AnyTagClassName
{
color: #1CBC76;
}
</style>
background-color css
<style>
a { background-color: #1CBC76; }
a { background-color: rgb(28,188,118); }
div.DivClassName
{
background-color: #1CBC76;
}
.BgClassName
{
background-color: #1CBC76;
}
</style>
border-color css
<style>
span { border-color: #1CBC76; }
span { border-color: rgb(28,188,118); }
td.TdClassName
{
border-color: #1CBC76;
}
.TagClassName
{
border-color: #1CBC76;
}
</style>