Shades of Mountain Meadow #28BB86
Tints of Mountain Meadow #28BB86
RGB
CMYK
RGB Variations
Color information
#28BB86 (or 0x28BB86) is known color: Mountain Meadow. HEX triplet: 28, BB and 86. RGB value is (40,187,134). Sum of RGB (Red+Green+Blue) = 40+187+134=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BB86 is #D74479. Grayscale: #898989. Windows color (decimal): -14107770 or 8829736. OLE color: 8829736.
HSL color Cylindrical-coordinate representation of color #28BB86: hue angle of 158.37º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB86 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 134 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.27 |
| HSL | 158.37º | 0.65% | 0.45% | - |
| HSV(B) | 158.37º | 0.79% | 0.73% | - |
| XYZ | 22.95 | 37.71 | 28.62 | - |
| YUV | 137.01 | 126.3 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 134 | 0.79 | 0 | 0.28 | 0.27 | 158.37 | 0.65 | 0.45 |
| Hex | 28 | BB | 86 | 4F | 0 | 1C | 1B | 9E | 41 | 2D |
| Octal | 50 | 273 | 206 | 117 | 0 | 34 | 33 | 236 | 101 | 55 |
| Binary | 101000 | 10111011 | 10000110 | 1001111 | 0 | 11100 | 11011 | 10011110 | 1000001 | 101101 |
Color Harmonies of #28BB86
Complementary color
Monochromatic Colors of #28BB86
Black with #28BB86
Text Example
Text Example
White with #28BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB86; }
p { color: rgb(40,187,134); }
H1.HeaderClassName
{
color: #28BB86;
}
.AnyTagClassName
{
color: #28BB86;
}
</style>
background-color css
<style>
a { background-color: #28BB86; }
a { background-color: rgb(40,187,134); }
div.DivClassName
{
background-color: #28BB86;
}
.BgClassName
{
background-color: #28BB86;
}
</style>
border-color css
<style>
span { border-color: #28BB86; }
span { border-color: rgb(40,187,134); }
td.TdClassName
{
border-color: #28BB86;
}
.TagClassName
{
border-color: #28BB86;
}
</style>