Shades of Mountain Meadow #1CBC99
Tints of Mountain Meadow #1CBC99
RGB
CMYK
RGB Variations
Color information
#1CBC99 (or 0x1CBC99) is known color: Mountain Meadow. HEX triplet: 1C, BC and 99. RGB value is (28,188,153). Sum of RGB (Red+Green+Blue) = 28+188+153=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBC99 is #E34366. Grayscale: #888888. Windows color (decimal): -14893927 or 10075164. OLE color: 10075164.
HSL color Cylindrical-coordinate representation of color #1CBC99: hue angle of 166.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 #1CBC99 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 153 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.26 |
| HSL | 166.88º | 0.74% | 0.42% | - |
| HSV(B) | 166.88º | 0.85% | 0.74% | - |
| XYZ | 24.21 | 38.51 | 36.29 | - |
| YUV | 136.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 153 | 0.85 | 0 | 0.19 | 0.26 | 166.88 | 0.74 | 0.42 |
| Hex | 1C | BC | 99 | 55 | 0 | 13 | 1A | A7 | 4A | 2A |
| Octal | 34 | 274 | 231 | 125 | 0 | 23 | 32 | 247 | 112 | 52 |
| Binary | 11100 | 10111100 | 10011001 | 1010101 | 0 | 10011 | 11010 | 10100111 | 1001010 | 101010 |
Color Harmonies of #1CBC99
Complementary color
Monochromatic Colors of #1CBC99
Black with #1CBC99
Text Example
Text Example
White with #1CBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC99; }
p { color: rgb(28,188,153); }
H1.HeaderClassName
{
color: #1CBC99;
}
.AnyTagClassName
{
color: #1CBC99;
}
</style>
background-color css
<style>
a { background-color: #1CBC99; }
a { background-color: rgb(28,188,153); }
div.DivClassName
{
background-color: #1CBC99;
}
.BgClassName
{
background-color: #1CBC99;
}
</style>
border-color css
<style>
span { border-color: #1CBC99; }
span { border-color: rgb(28,188,153); }
td.TdClassName
{
border-color: #1CBC99;
}
.TagClassName
{
border-color: #1CBC99;
}
</style>