Shades of Mountain Meadow #0BB283
Tints of Mountain Meadow #0BB283
RGB
CMYK
RGB Variations
Color information
#0BB283 (or 0x0BB283) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 83. RGB value is (11,178,131). Sum of RGB (Red+Green+Blue) = 11+178+131=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB283 is #F44D7C. Grayscale: #7A7A7A. Windows color (decimal): -16010621 or 8630795. OLE color: 8630795.
HSL color Cylindrical-coordinate representation of color #0BB283: hue angle of 163.11º 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 #0BB283 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 131 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.30 |
| HSL | 163.11º | 0.88% | 0.37% | - |
| HSV(B) | 163.11º | 0.94% | 0.7% | - |
| XYZ | 20.16 | 33.55 | 26.89 | - |
| YUV | 122.71 | 132.67 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 131 | 0.94 | 0 | 0.26 | 0.30 | 163.11 | 0.88 | 0.37 |
| Hex | B | B2 | 83 | 5E | 0 | 1A | 1E | A3 | 58 | 25 |
| Octal | 13 | 262 | 203 | 136 | 0 | 32 | 36 | 243 | 130 | 45 |
| Binary | 1011 | 10110010 | 10000011 | 1011110 | 0 | 11010 | 11110 | 10100011 | 1011000 | 100101 |
Color Harmonies of #0BB283
Complementary color
Monochromatic Colors of #0BB283
Black with #0BB283
Text Example
Text Example
White with #0BB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB283; }
p { color: rgb(11,178,131); }
H1.HeaderClassName
{
color: #0BB283;
}
.AnyTagClassName
{
color: #0BB283;
}
</style>
background-color css
<style>
a { background-color: #0BB283; }
a { background-color: rgb(11,178,131); }
div.DivClassName
{
background-color: #0BB283;
}
.BgClassName
{
background-color: #0BB283;
}
</style>
border-color css
<style>
span { border-color: #0BB283; }
span { border-color: rgb(11,178,131); }
td.TdClassName
{
border-color: #0BB283;
}
.TagClassName
{
border-color: #0BB283;
}
</style>