Shades of Mountain Meadow #1CBA7B
Tints of Mountain Meadow #1CBA7B
RGB
CMYK
RGB Variations
Color information
#1CBA7B (or 0x1CBA7B) is known color: Mountain Meadow. HEX triplet: 1C, BA and 7B. RGB value is (28,186,123). Sum of RGB (Red+Green+Blue) = 28+186+123=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA7B is #E34584. Grayscale: #838383. Windows color (decimal): -14894469 or 8108572. OLE color: 8108572.
HSL color Cylindrical-coordinate representation of color #1CBA7B: hue angle of 156.08º 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 #1CBA7B is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 123 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.27 |
| HSL | 156.08º | 0.74% | 0.42% | - |
| HSV(B) | 156.08º | 0.85% | 0.73% | - |
| XYZ | 21.61 | 36.79 | 24.7 | - |
| YUV | 131.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 123 | 0.85 | 0 | 0.34 | 0.27 | 156.08 | 0.74 | 0.42 |
| Hex | 1C | BA | 7B | 55 | 0 | 22 | 1B | 9C | 4A | 2A |
| Octal | 34 | 272 | 173 | 125 | 0 | 42 | 33 | 234 | 112 | 52 |
| Binary | 11100 | 10111010 | 1111011 | 1010101 | 0 | 100010 | 11011 | 10011100 | 1001010 | 101010 |
Color Harmonies of #1CBA7B
Complementary color
Monochromatic Colors of #1CBA7B
Black with #1CBA7B
Text Example
Text Example
White with #1CBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA7B; }
p { color: rgb(28,186,123); }
H1.HeaderClassName
{
color: #1CBA7B;
}
.AnyTagClassName
{
color: #1CBA7B;
}
</style>
background-color css
<style>
a { background-color: #1CBA7B; }
a { background-color: rgb(28,186,123); }
div.DivClassName
{
background-color: #1CBA7B;
}
.BgClassName
{
background-color: #1CBA7B;
}
</style>
border-color css
<style>
span { border-color: #1CBA7B; }
span { border-color: rgb(28,186,123); }
td.TdClassName
{
border-color: #1CBA7B;
}
.TagClassName
{
border-color: #1CBA7B;
}
</style>