Shades of Mountain Meadow #1BC585
Tints of Mountain Meadow #1BC585
RGB
CMYK
RGB Variations
Color information
#1BC585 (or 0x1BC585) is known color: Mountain Meadow. HEX triplet: 1B, C5 and 85. RGB value is (27,197,133). Sum of RGB (Red+Green+Blue) = 27+197+133=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC585 is #E43A7A. Grayscale: #8A8A8A. Windows color (decimal): -14957179 or 8766747. OLE color: 8766747.
HSL color Cylindrical-coordinate representation of color #1BC585: hue angle of 157.41º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC585 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 133 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.23 |
| HSL | 157.41º | 0.76% | 0.44% | - |
| HSV(B) | 157.41º | 0.86% | 0.77% | - |
| XYZ | 24.65 | 41.86 | 28.97 | - |
| YUV | 138.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 133 | 0.86 | 0 | 0.32 | 0.23 | 157.41 | 0.76 | 0.44 |
| Hex | 1B | C5 | 85 | 56 | 0 | 20 | 17 | 9D | 4C | 2C |
| Octal | 33 | 305 | 205 | 126 | 0 | 40 | 27 | 235 | 114 | 54 |
| Binary | 11011 | 11000101 | 10000101 | 1010110 | 0 | 100000 | 10111 | 10011101 | 1001100 | 101100 |
Color Harmonies of #1BC585
Complementary color
Monochromatic Colors of #1BC585
Black with #1BC585
Text Example
Text Example
White with #1BC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC585; }
p { color: rgb(27,197,133); }
H1.HeaderClassName
{
color: #1BC585;
}
.AnyTagClassName
{
color: #1BC585;
}
</style>
background-color css
<style>
a { background-color: #1BC585; }
a { background-color: rgb(27,197,133); }
div.DivClassName
{
background-color: #1BC585;
}
.BgClassName
{
background-color: #1BC585;
}
</style>
border-color css
<style>
span { border-color: #1BC585; }
span { border-color: rgb(27,197,133); }
td.TdClassName
{
border-color: #1BC585;
}
.TagClassName
{
border-color: #1BC585;
}
</style>