Shades of Mountain Meadow #27BC90
Tints of Mountain Meadow #27BC90
RGB
CMYK
RGB Variations
Color information
#27BC90 (or 0x27BC90) is known color: Mountain Meadow. HEX triplet: 27, BC and 90. RGB value is (39,188,144). Sum of RGB (Red+Green+Blue) = 39+188+144=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BC90 is #D8436F. Grayscale: #8A8A8A. Windows color (decimal): -14173040 or 9485351. OLE color: 9485351.
HSL color Cylindrical-coordinate representation of color #27BC90: hue angle of 162.28º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BC90 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 144 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.26 |
| HSL | 162.28º | 0.66% | 0.45% | - |
| HSV(B) | 162.28º | 0.79% | 0.74% | - |
| XYZ | 23.85 | 38.41 | 32.54 | - |
| YUV | 138.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 144 | 0.79 | 0 | 0.23 | 0.26 | 162.28 | 0.66 | 0.45 |
| Hex | 27 | BC | 90 | 4F | 0 | 17 | 1A | A2 | 42 | 2D |
| Octal | 47 | 274 | 220 | 117 | 0 | 27 | 32 | 242 | 102 | 55 |
| Binary | 100111 | 10111100 | 10010000 | 1001111 | 0 | 10111 | 11010 | 10100010 | 1000010 | 101101 |
Color Harmonies of #27BC90
Complementary color
Monochromatic Colors of #27BC90
Black with #27BC90
Text Example
Text Example
White with #27BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC90; }
p { color: rgb(39,188,144); }
H1.HeaderClassName
{
color: #27BC90;
}
.AnyTagClassName
{
color: #27BC90;
}
</style>
background-color css
<style>
a { background-color: #27BC90; }
a { background-color: rgb(39,188,144); }
div.DivClassName
{
background-color: #27BC90;
}
.BgClassName
{
background-color: #27BC90;
}
</style>
border-color css
<style>
span { border-color: #27BC90; }
span { border-color: rgb(39,188,144); }
td.TdClassName
{
border-color: #27BC90;
}
.TagClassName
{
border-color: #27BC90;
}
</style>