Shades of Mountain Meadow #1CBC74
Tints of Mountain Meadow #1CBC74
RGB
CMYK
RGB Variations
Color information
#1CBC74 (or 0x1CBC74) is known color: Mountain Meadow. HEX triplet: 1C, BC and 74. RGB value is (28,188,116). Sum of RGB (Red+Green+Blue) = 28+188+116=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC74 is #E3438B. Grayscale: #848484. Windows color (decimal): -14893964 or 7650332. OLE color: 7650332.
HSL color Cylindrical-coordinate representation of color #1CBC74: hue angle of 153º 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 #1CBC74 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 116 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.26 |
| HSL | 153º | 0.74% | 0.42% | - |
| HSV(B) | 153º | 0.85% | 0.74% | - |
| XYZ | 21.61 | 37.47 | 22.62 | - |
| YUV | 131.95 | 118.99 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 116 | 0.85 | 0 | 0.38 | 0.26 | 153 | 0.74 | 0.42 |
| Hex | 1C | BC | 74 | 55 | 0 | 26 | 1A | 99 | 4A | 2A |
| Octal | 34 | 274 | 164 | 125 | 0 | 46 | 32 | 231 | 112 | 52 |
| Binary | 11100 | 10111100 | 1110100 | 1010101 | 0 | 100110 | 11010 | 10011001 | 1001010 | 101010 |
Color Harmonies of #1CBC74
Complementary color
Monochromatic Colors of #1CBC74
Black with #1CBC74
Text Example
Text Example
White with #1CBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC74; }
p { color: rgb(28,188,116); }
H1.HeaderClassName
{
color: #1CBC74;
}
.AnyTagClassName
{
color: #1CBC74;
}
</style>
background-color css
<style>
a { background-color: #1CBC74; }
a { background-color: rgb(28,188,116); }
div.DivClassName
{
background-color: #1CBC74;
}
.BgClassName
{
background-color: #1CBC74;
}
</style>
border-color css
<style>
span { border-color: #1CBC74; }
span { border-color: rgb(28,188,116); }
td.TdClassName
{
border-color: #1CBC74;
}
.TagClassName
{
border-color: #1CBC74;
}
</style>