Shades of Mountain Meadow #0BBE7B
Tints of Mountain Meadow #0BBE7B
RGB
CMYK
RGB Variations
Color information
#0BBE7B (or 0x0BBE7B) is known color: Mountain Meadow. HEX triplet: 0B, BE and 7B. RGB value is (11,190,123). Sum of RGB (Red+Green+Blue) = 11+190+123=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBE7B is #F44184. Grayscale: #808080. Windows color (decimal): -16007557 or 8109579. OLE color: 8109579.
HSL color Cylindrical-coordinate representation of color #0BBE7B: hue angle of 157.54º 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 #0BBE7B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 123 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.25 |
| HSL | 157.54º | 0.89% | 0.39% | - |
| HSV(B) | 157.54º | 0.94% | 0.75% | - |
| XYZ | 22.13 | 38.33 | 24.97 | - |
| YUV | 128.84 | 124.7 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 123 | 0.94 | 0 | 0.35 | 0.25 | 157.54 | 0.89 | 0.39 |
| Hex | B | BE | 7B | 5E | 0 | 23 | 19 | 9E | 59 | 27 |
| Octal | 13 | 276 | 173 | 136 | 0 | 43 | 31 | 236 | 131 | 47 |
| Binary | 1011 | 10111110 | 1111011 | 1011110 | 0 | 100011 | 11001 | 10011110 | 1011001 | 100111 |
Color Harmonies of #0BBE7B
Complementary color
Monochromatic Colors of #0BBE7B
Black with #0BBE7B
Text Example
Text Example
White with #0BBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE7B; }
p { color: rgb(11,190,123); }
H1.HeaderClassName
{
color: #0BBE7B;
}
.AnyTagClassName
{
color: #0BBE7B;
}
</style>
background-color css
<style>
a { background-color: #0BBE7B; }
a { background-color: rgb(11,190,123); }
div.DivClassName
{
background-color: #0BBE7B;
}
.BgClassName
{
background-color: #0BBE7B;
}
</style>
border-color css
<style>
span { border-color: #0BBE7B; }
span { border-color: rgb(11,190,123); }
td.TdClassName
{
border-color: #0BBE7B;
}
.TagClassName
{
border-color: #0BBE7B;
}
</style>