Shades of Mountain Meadow #1CBC95
Tints of Mountain Meadow #1CBC95
RGB
CMYK
RGB Variations
Color information
#1CBC95 (or 0x1CBC95) is known color: Mountain Meadow. HEX triplet: 1C, BC and 95. RGB value is (28,188,149). Sum of RGB (Red+Green+Blue) = 28+188+149=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBC95 is #E3436A. Grayscale: #878787. Windows color (decimal): -14893931 or 9813020. OLE color: 9813020.
HSL color Cylindrical-coordinate representation of color #1CBC95: hue angle of 165.38º 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 #1CBC95 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 149 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.26 |
| HSL | 165.38º | 0.74% | 0.42% | - |
| HSV(B) | 165.38º | 0.85% | 0.74% | - |
| XYZ | 23.89 | 38.38 | 34.58 | - |
| YUV | 135.71 | 135.49 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 149 | 0.85 | 0 | 0.21 | 0.26 | 165.38 | 0.74 | 0.42 |
| Hex | 1C | BC | 95 | 55 | 0 | 15 | 1A | A5 | 4A | 2A |
| Octal | 34 | 274 | 225 | 125 | 0 | 25 | 32 | 245 | 112 | 52 |
| Binary | 11100 | 10111100 | 10010101 | 1010101 | 0 | 10101 | 11010 | 10100101 | 1001010 | 101010 |
Color Harmonies of #1CBC95
Complementary color
Monochromatic Colors of #1CBC95
Black with #1CBC95
Text Example
Text Example
White with #1CBC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC95; }
p { color: rgb(28,188,149); }
H1.HeaderClassName
{
color: #1CBC95;
}
.AnyTagClassName
{
color: #1CBC95;
}
</style>
background-color css
<style>
a { background-color: #1CBC95; }
a { background-color: rgb(28,188,149); }
div.DivClassName
{
background-color: #1CBC95;
}
.BgClassName
{
background-color: #1CBC95;
}
</style>
border-color css
<style>
span { border-color: #1CBC95; }
span { border-color: rgb(28,188,149); }
td.TdClassName
{
border-color: #1CBC95;
}
.TagClassName
{
border-color: #1CBC95;
}
</style>