Shades of Mountain Meadow #1CB676
Tints of Mountain Meadow #1CB676
RGB
CMYK
RGB Variations
Color information
#1CB676 (or 0x1CB676) is known color: Mountain Meadow. HEX triplet: 1C, B6 and 76. RGB value is (28,182,118). Sum of RGB (Red+Green+Blue) = 28+182+118=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB676 is #E34989. Grayscale: #808080. Windows color (decimal): -14895498 or 7779868. OLE color: 7779868.
HSL color Cylindrical-coordinate representation of color #1CB676: hue angle of 155.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB676 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 118 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.29 |
| HSL | 155.06º | 0.73% | 0.41% | - |
| HSV(B) | 155.06º | 0.85% | 0.71% | - |
| XYZ | 20.48 | 35.01 | 22.82 | - |
| YUV | 128.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 118 | 0.85 | 0 | 0.35 | 0.29 | 155.06 | 0.73 | 0.41 |
| Hex | 1C | B6 | 76 | 55 | 0 | 23 | 1D | 9B | 49 | 29 |
| Octal | 34 | 266 | 166 | 125 | 0 | 43 | 35 | 233 | 111 | 51 |
| Binary | 11100 | 10110110 | 1110110 | 1010101 | 0 | 100011 | 11101 | 10011011 | 1001001 | 101001 |
Color Harmonies of #1CB676
Complementary color
Monochromatic Colors of #1CB676
Black with #1CB676
Text Example
Text Example
White with #1CB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB676; }
p { color: rgb(28,182,118); }
H1.HeaderClassName
{
color: #1CB676;
}
.AnyTagClassName
{
color: #1CB676;
}
</style>
background-color css
<style>
a { background-color: #1CB676; }
a { background-color: rgb(28,182,118); }
div.DivClassName
{
background-color: #1CB676;
}
.BgClassName
{
background-color: #1CB676;
}
</style>
border-color css
<style>
span { border-color: #1CB676; }
span { border-color: rgb(28,182,118); }
td.TdClassName
{
border-color: #1CB676;
}
.TagClassName
{
border-color: #1CB676;
}
</style>