Shades of Mountain Meadow #0BBC7D
Tints of Mountain Meadow #0BBC7D
RGB
CMYK
RGB Variations
Color information
#0BBC7D (or 0x0BBC7D) is known color: Mountain Meadow. HEX triplet: 0B, BC and 7D. RGB value is (11,188,125). Sum of RGB (Red+Green+Blue) = 11+188+125=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC7D is #F44382. Grayscale: #7F7F7F. Windows color (decimal): -16008067 or 8240139. OLE color: 8240139.
HSL color Cylindrical-coordinate representation of color #0BBC7D: hue angle of 158.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC7D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 125 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.26 |
| HSL | 158.64º | 0.89% | 0.39% | - |
| HSV(B) | 158.64º | 0.94% | 0.74% | - |
| XYZ | 21.82 | 37.52 | 25.49 | - |
| YUV | 127.9 | 126.36 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 125 | 0.94 | 0 | 0.34 | 0.26 | 158.64 | 0.89 | 0.39 |
| Hex | B | BC | 7D | 5E | 0 | 22 | 1A | 9F | 59 | 27 |
| Octal | 13 | 274 | 175 | 136 | 0 | 42 | 32 | 237 | 131 | 47 |
| Binary | 1011 | 10111100 | 1111101 | 1011110 | 0 | 100010 | 11010 | 10011111 | 1011001 | 100111 |
Color Harmonies of #0BBC7D
Complementary color
Monochromatic Colors of #0BBC7D
Black with #0BBC7D
Text Example
Text Example
White with #0BBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC7D; }
p { color: rgb(11,188,125); }
H1.HeaderClassName
{
color: #0BBC7D;
}
.AnyTagClassName
{
color: #0BBC7D;
}
</style>
background-color css
<style>
a { background-color: #0BBC7D; }
a { background-color: rgb(11,188,125); }
div.DivClassName
{
background-color: #0BBC7D;
}
.BgClassName
{
background-color: #0BBC7D;
}
</style>
border-color css
<style>
span { border-color: #0BBC7D; }
span { border-color: rgb(11,188,125); }
td.TdClassName
{
border-color: #0BBC7D;
}
.TagClassName
{
border-color: #0BBC7D;
}
</style>