Shades of Mountain Meadow #0BBC84
Tints of Mountain Meadow #0BBC84
RGB
CMYK
RGB Variations
Color information
#0BBC84 (or 0x0BBC84) is known color: Mountain Meadow. HEX triplet: 0B, BC and 84. RGB value is (11,188,132). Sum of RGB (Red+Green+Blue) = 11+188+132=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBC84 is #F4437B. Grayscale: #808080. Windows color (decimal): -16008060 or 8698891. OLE color: 8698891.
HSL color Cylindrical-coordinate representation of color #0BBC84: hue angle of 161.02º 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 #0BBC84 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 132 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.26 |
| HSL | 161.02º | 0.89% | 0.39% | - |
| HSV(B) | 161.02º | 0.94% | 0.74% | - |
| XYZ | 22.29 | 37.7 | 27.93 | - |
| YUV | 128.69 | 129.86 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 132 | 0.94 | 0 | 0.30 | 0.26 | 161.02 | 0.89 | 0.39 |
| Hex | B | BC | 84 | 5E | 0 | 1E | 1A | A1 | 59 | 27 |
| Octal | 13 | 274 | 204 | 136 | 0 | 36 | 32 | 241 | 131 | 47 |
| Binary | 1011 | 10111100 | 10000100 | 1011110 | 0 | 11110 | 11010 | 10100001 | 1011001 | 100111 |
Color Harmonies of #0BBC84
Complementary color
Monochromatic Colors of #0BBC84
Black with #0BBC84
Text Example
Text Example
White with #0BBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC84; }
p { color: rgb(11,188,132); }
H1.HeaderClassName
{
color: #0BBC84;
}
.AnyTagClassName
{
color: #0BBC84;
}
</style>
background-color css
<style>
a { background-color: #0BBC84; }
a { background-color: rgb(11,188,132); }
div.DivClassName
{
background-color: #0BBC84;
}
.BgClassName
{
background-color: #0BBC84;
}
</style>
border-color css
<style>
span { border-color: #0BBC84; }
span { border-color: rgb(11,188,132); }
td.TdClassName
{
border-color: #0BBC84;
}
.TagClassName
{
border-color: #0BBC84;
}
</style>