Shades of Mountain Meadow #1CBA80
Tints of Mountain Meadow #1CBA80
RGB
CMYK
RGB Variations
Color information
#1CBA80 (or 0x1CBA80) is known color: Mountain Meadow. HEX triplet: 1C, BA and 80. RGB value is (28,186,128). Sum of RGB (Red+Green+Blue) = 28+186+128=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBA80 is #E3457F. Grayscale: #848484. Windows color (decimal): -14894464 or 8436252. OLE color: 8436252.
HSL color Cylindrical-coordinate representation of color #1CBA80: hue angle of 157.97º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA80 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 128 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.27 |
| HSL | 157.97º | 0.74% | 0.42% | - |
| HSV(B) | 157.97º | 0.85% | 0.73% | - |
| XYZ | 21.93 | 36.92 | 26.39 | - |
| YUV | 132.15 | 125.65 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 128 | 0.85 | 0 | 0.31 | 0.27 | 157.97 | 0.74 | 0.42 |
| Hex | 1C | BA | 80 | 55 | 0 | 1F | 1B | 9E | 4A | 2A |
| Octal | 34 | 272 | 200 | 125 | 0 | 37 | 33 | 236 | 112 | 52 |
| Binary | 11100 | 10111010 | 10000000 | 1010101 | 0 | 11111 | 11011 | 10011110 | 1001010 | 101010 |
Color Harmonies of #1CBA80
Complementary color
Monochromatic Colors of #1CBA80
Black with #1CBA80
Text Example
Text Example
White with #1CBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA80; }
p { color: rgb(28,186,128); }
H1.HeaderClassName
{
color: #1CBA80;
}
.AnyTagClassName
{
color: #1CBA80;
}
</style>
background-color css
<style>
a { background-color: #1CBA80; }
a { background-color: rgb(28,186,128); }
div.DivClassName
{
background-color: #1CBA80;
}
.BgClassName
{
background-color: #1CBA80;
}
</style>
border-color css
<style>
span { border-color: #1CBA80; }
span { border-color: rgb(28,186,128); }
td.TdClassName
{
border-color: #1CBA80;
}
.TagClassName
{
border-color: #1CBA80;
}
</style>