Shades of Mountain Meadow #0BB285
Tints of Mountain Meadow #0BB285
RGB
CMYK
RGB Variations
Color information
#0BB285 (or 0x0BB285) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 85. RGB value is (11,178,133). Sum of RGB (Red+Green+Blue) = 11+178+133=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB285 is #F44D7A. Grayscale: #7A7A7A. Windows color (decimal): -16010619 or 8761867. OLE color: 8761867.
HSL color Cylindrical-coordinate representation of color #0BB285: hue angle of 163.83º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB285 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 133 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.30 |
| HSL | 163.83º | 0.88% | 0.37% | - |
| HSV(B) | 163.83º | 0.94% | 0.7% | - |
| XYZ | 20.29 | 33.61 | 27.61 | - |
| YUV | 122.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 133 | 0.94 | 0 | 0.25 | 0.30 | 163.83 | 0.88 | 0.37 |
| Hex | B | B2 | 85 | 5E | 0 | 19 | 1E | A4 | 58 | 25 |
| Octal | 13 | 262 | 205 | 136 | 0 | 31 | 36 | 244 | 130 | 45 |
| Binary | 1011 | 10110010 | 10000101 | 1011110 | 0 | 11001 | 11110 | 10100100 | 1011000 | 100101 |
Color Harmonies of #0BB285
Complementary color
Monochromatic Colors of #0BB285
Black with #0BB285
Text Example
Text Example
White with #0BB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB285; }
p { color: rgb(11,178,133); }
H1.HeaderClassName
{
color: #0BB285;
}
.AnyTagClassName
{
color: #0BB285;
}
</style>
background-color css
<style>
a { background-color: #0BB285; }
a { background-color: rgb(11,178,133); }
div.DivClassName
{
background-color: #0BB285;
}
.BgClassName
{
background-color: #0BB285;
}
</style>
border-color css
<style>
span { border-color: #0BB285; }
span { border-color: rgb(11,178,133); }
td.TdClassName
{
border-color: #0BB285;
}
.TagClassName
{
border-color: #0BB285;
}
</style>