Shades of Mountain Meadow #1CBA6C
Tints of Mountain Meadow #1CBA6C
RGB
CMYK
RGB Variations
Color information
#1CBA6C (or 0x1CBA6C) is known color: Mountain Meadow. HEX triplet: 1C, BA and 6C. RGB value is (28,186,108). Sum of RGB (Red+Green+Blue) = 28+186+108=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA6C is #E34593. Grayscale: #828282. Windows color (decimal): -14894484 or 7125532. OLE color: 7125532.
HSL color Cylindrical-coordinate representation of color #1CBA6C: hue angle of 150.38º 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 #1CBA6C is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 108 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.27 |
| HSL | 150.38º | 0.74% | 0.42% | - |
| HSV(B) | 150.38º | 0.85% | 0.73% | - |
| XYZ | 20.74 | 36.45 | 20.13 | - |
| YUV | 129.87 | 115.65 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 108 | 0.85 | 0 | 0.42 | 0.27 | 150.38 | 0.74 | 0.42 |
| Hex | 1C | BA | 6C | 55 | 0 | 2A | 1B | 96 | 4A | 2A |
| Octal | 34 | 272 | 154 | 125 | 0 | 52 | 33 | 226 | 112 | 52 |
| Binary | 11100 | 10111010 | 1101100 | 1010101 | 0 | 101010 | 11011 | 10010110 | 1001010 | 101010 |
Color Harmonies of #1CBA6C
Complementary color
Monochromatic Colors of #1CBA6C
Black with #1CBA6C
Text Example
Text Example
White with #1CBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA6C; }
p { color: rgb(28,186,108); }
H1.HeaderClassName
{
color: #1CBA6C;
}
.AnyTagClassName
{
color: #1CBA6C;
}
</style>
background-color css
<style>
a { background-color: #1CBA6C; }
a { background-color: rgb(28,186,108); }
div.DivClassName
{
background-color: #1CBA6C;
}
.BgClassName
{
background-color: #1CBA6C;
}
</style>
border-color css
<style>
span { border-color: #1CBA6C; }
span { border-color: rgb(28,186,108); }
td.TdClassName
{
border-color: #1CBA6C;
}
.TagClassName
{
border-color: #1CBA6C;
}
</style>