Shades of Mountain Meadow #0BBE7C
Tints of Mountain Meadow #0BBE7C
RGB
CMYK
RGB Variations
Color information
#0BBE7C (or 0x0BBE7C) is known color: Mountain Meadow. HEX triplet: 0B, BE and 7C. RGB value is (11,190,124). Sum of RGB (Red+Green+Blue) = 11+190+124=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBE7C is #F44183. Grayscale: #818181. Windows color (decimal): -16007556 or 8175115. OLE color: 8175115.
HSL color Cylindrical-coordinate representation of color #0BBE7C: hue angle of 157.88º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBE7C is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 124 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.25 |
| HSL | 157.88º | 0.89% | 0.39% | - |
| HSV(B) | 157.88º | 0.94% | 0.75% | - |
| XYZ | 22.19 | 38.35 | 25.3 | - |
| YUV | 128.96 | 125.2 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 124 | 0.94 | 0 | 0.35 | 0.25 | 157.88 | 0.89 | 0.39 |
| Hex | B | BE | 7C | 5E | 0 | 23 | 19 | 9E | 59 | 27 |
| Octal | 13 | 276 | 174 | 136 | 0 | 43 | 31 | 236 | 131 | 47 |
| Binary | 1011 | 10111110 | 1111100 | 1011110 | 0 | 100011 | 11001 | 10011110 | 1011001 | 100111 |
Color Harmonies of #0BBE7C
Complementary color
Monochromatic Colors of #0BBE7C
Black with #0BBE7C
Text Example
Text Example
White with #0BBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE7C; }
p { color: rgb(11,190,124); }
H1.HeaderClassName
{
color: #0BBE7C;
}
.AnyTagClassName
{
color: #0BBE7C;
}
</style>
background-color css
<style>
a { background-color: #0BBE7C; }
a { background-color: rgb(11,190,124); }
div.DivClassName
{
background-color: #0BBE7C;
}
.BgClassName
{
background-color: #0BBE7C;
}
</style>
border-color css
<style>
span { border-color: #0BBE7C; }
span { border-color: rgb(11,190,124); }
td.TdClassName
{
border-color: #0BBE7C;
}
.TagClassName
{
border-color: #0BBE7C;
}
</style>