Shades of Mountain Meadow #27BD86
Tints of Mountain Meadow #27BD86
RGB
CMYK
RGB Variations
Color information
#27BD86 (or 0x27BD86) is known color: Mountain Meadow. HEX triplet: 27, BD and 86. RGB value is (39,189,134). Sum of RGB (Red+Green+Blue) = 39+189+134=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BD86 is #D84279. Grayscale: #898989. Windows color (decimal): -14172794 or 8830247. OLE color: 8830247.
HSL color Cylindrical-coordinate representation of color #27BD86: hue angle of 158º 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 #27BD86 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 134 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.26 |
| HSL | 158º | 0.66% | 0.45% | - |
| HSV(B) | 158º | 0.79% | 0.74% | - |
| XYZ | 23.34 | 38.55 | 28.76 | - |
| YUV | 137.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 134 | 0.79 | 0 | 0.29 | 0.26 | 158 | 0.66 | 0.45 |
| Hex | 27 | BD | 86 | 4F | 0 | 1D | 1A | 9E | 42 | 2D |
| Octal | 47 | 275 | 206 | 117 | 0 | 35 | 32 | 236 | 102 | 55 |
| Binary | 100111 | 10111101 | 10000110 | 1001111 | 0 | 11101 | 11010 | 10011110 | 1000010 | 101101 |
Color Harmonies of #27BD86
Complementary color
Monochromatic Colors of #27BD86
Black with #27BD86
Text Example
Text Example
White with #27BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD86; }
p { color: rgb(39,189,134); }
H1.HeaderClassName
{
color: #27BD86;
}
.AnyTagClassName
{
color: #27BD86;
}
</style>
background-color css
<style>
a { background-color: #27BD86; }
a { background-color: rgb(39,189,134); }
div.DivClassName
{
background-color: #27BD86;
}
.BgClassName
{
background-color: #27BD86;
}
</style>
border-color css
<style>
span { border-color: #27BD86; }
span { border-color: rgb(39,189,134); }
td.TdClassName
{
border-color: #27BD86;
}
.TagClassName
{
border-color: #27BD86;
}
</style>