Shades of Madang #B0EC9B
Tints of Madang #B0EC9B
RGB
CMYK
RGB Variations
Color information
#B0EC9B (or 0xB0EC9B) is known color: Madang. HEX triplet: B0, EC and 9B. RGB value is (176,236,155). Sum of RGB (Red+Green+Blue) = 176+236+155=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC9B is #4F1364. Grayscale: #D1D1D1. Windows color (decimal): -5182309 or 10218672. OLE color: 10218672.
HSL color Cylindrical-coordinate representation of color #B0EC9B: hue angle of 104.44º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0EC9B is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 155 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.07 |
| HSL | 104.44º | 0.68% | 0.77% | - |
| HSV(B) | 104.44º | 0.34% | 0.93% | - |
| XYZ | 53.82 | 71.59 | 41.99 | - |
| YUV | 208.83 | 97.62 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 155 | 0.25 | 0 | 0.34 | 0.07 | 104.44 | 0.68 | 0.77 |
| Hex | B0 | EC | 9B | 19 | 0 | 22 | 7 | 68 | 44 | 4D |
| Octal | 260 | 354 | 233 | 31 | 0 | 42 | 7 | 150 | 104 | 115 |
| Binary | 10110000 | 11101100 | 10011011 | 11001 | 0 | 100010 | 111 | 1101000 | 1000100 | 1001101 |
Color Harmonies of #B0EC9B
Complementary color
Monochromatic Colors of #B0EC9B
Black with #B0EC9B
Text Example
Text Example
White with #B0EC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC9B; }
p { color: rgb(176,236,155); }
H1.HeaderClassName
{
color: #B0EC9B;
}
.AnyTagClassName
{
color: #B0EC9B;
}
</style>
background-color css
<style>
a { background-color: #B0EC9B; }
a { background-color: rgb(176,236,155); }
div.DivClassName
{
background-color: #B0EC9B;
}
.BgClassName
{
background-color: #B0EC9B;
}
</style>
border-color css
<style>
span { border-color: #B0EC9B; }
span { border-color: rgb(176,236,155); }
td.TdClassName
{
border-color: #B0EC9B;
}
.TagClassName
{
border-color: #B0EC9B;
}
</style>