Shades of Mountain Meadow #1BC490
Tints of Mountain Meadow #1BC490
RGB
CMYK
RGB Variations
Color information
#1BC490 (or 0x1BC490) is known color: Mountain Meadow. HEX triplet: 1B, C4 and 90. RGB value is (27,196,144). Sum of RGB (Red+Green+Blue) = 27+196+144=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC490 is #E43B6F. Grayscale: #8B8B8B. Windows color (decimal): -14957424 or 9487387. OLE color: 9487387.
HSL color Cylindrical-coordinate representation of color #1BC490: hue angle of 161.54º 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 #1BC490 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 144 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.23 |
| HSL | 161.54º | 0.76% | 0.44% | - |
| HSV(B) | 161.54º | 0.86% | 0.77% | - |
| XYZ | 25.23 | 41.73 | 33.11 | - |
| YUV | 139.54 | 130.51 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 144 | 0.86 | 0 | 0.27 | 0.23 | 161.54 | 0.76 | 0.44 |
| Hex | 1B | C4 | 90 | 56 | 0 | 1B | 17 | A2 | 4C | 2C |
| Octal | 33 | 304 | 220 | 126 | 0 | 33 | 27 | 242 | 114 | 54 |
| Binary | 11011 | 11000100 | 10010000 | 1010110 | 0 | 11011 | 10111 | 10100010 | 1001100 | 101100 |
Color Harmonies of #1BC490
Complementary color
Monochromatic Colors of #1BC490
Black with #1BC490
Text Example
Text Example
White with #1BC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC490; }
p { color: rgb(27,196,144); }
H1.HeaderClassName
{
color: #1BC490;
}
.AnyTagClassName
{
color: #1BC490;
}
</style>
background-color css
<style>
a { background-color: #1BC490; }
a { background-color: rgb(27,196,144); }
div.DivClassName
{
background-color: #1BC490;
}
.BgClassName
{
background-color: #1BC490;
}
</style>
border-color css
<style>
span { border-color: #1BC490; }
span { border-color: rgb(27,196,144); }
td.TdClassName
{
border-color: #1BC490;
}
.TagClassName
{
border-color: #1BC490;
}
</style>