Shades of Mountain Meadow #0BBC7E
Tints of Mountain Meadow #0BBC7E
RGB
CMYK
RGB Variations
Color information
#0BBC7E (or 0x0BBC7E) is known color: Mountain Meadow. HEX triplet: 0B, BC and 7E. RGB value is (11,188,126). Sum of RGB (Red+Green+Blue) = 11+188+126=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC7E is #F44381. Grayscale: #808080. Windows color (decimal): -16008066 or 8305675. OLE color: 8305675.
HSL color Cylindrical-coordinate representation of color #0BBC7E: hue angle of 158.98º 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 #0BBC7E is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 126 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.26 |
| HSL | 158.98º | 0.89% | 0.39% | - |
| HSV(B) | 158.98º | 0.94% | 0.74% | - |
| XYZ | 21.89 | 37.54 | 25.83 | - |
| YUV | 128.01 | 126.86 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 126 | 0.94 | 0 | 0.33 | 0.26 | 158.98 | 0.89 | 0.39 |
| Hex | B | BC | 7E | 5E | 0 | 21 | 1A | 9F | 59 | 27 |
| Octal | 13 | 274 | 176 | 136 | 0 | 41 | 32 | 237 | 131 | 47 |
| Binary | 1011 | 10111100 | 1111110 | 1011110 | 0 | 100001 | 11010 | 10011111 | 1011001 | 100111 |
Color Harmonies of #0BBC7E
Complementary color
Monochromatic Colors of #0BBC7E
Black with #0BBC7E
Text Example
Text Example
White with #0BBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC7E; }
p { color: rgb(11,188,126); }
H1.HeaderClassName
{
color: #0BBC7E;
}
.AnyTagClassName
{
color: #0BBC7E;
}
</style>
background-color css
<style>
a { background-color: #0BBC7E; }
a { background-color: rgb(11,188,126); }
div.DivClassName
{
background-color: #0BBC7E;
}
.BgClassName
{
background-color: #0BBC7E;
}
</style>
border-color css
<style>
span { border-color: #0BBC7E; }
span { border-color: rgb(11,188,126); }
td.TdClassName
{
border-color: #0BBC7E;
}
.TagClassName
{
border-color: #0BBC7E;
}
</style>