Shades of Madang #B0ECA0
Tints of Madang #B0ECA0
RGB
CMYK
RGB Variations
Color information
#B0ECA0 (or 0xB0ECA0) is known color: Madang. HEX triplet: B0, EC and A0. RGB value is (176,236,160). Sum of RGB (Red+Green+Blue) = 176+236+160=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ECA0 is #4F135F. Grayscale: #D1D1D1. Windows color (decimal): -5182304 or 10546352. OLE color: 10546352.
HSL color Cylindrical-coordinate representation of color #B0ECA0: hue angle of 107.37º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0ECA0 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 160 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.07 |
| HSL | 107.37º | 0.67% | 0.78% | - |
| HSV(B) | 107.37º | 0.32% | 0.93% | - |
| XYZ | 54.25 | 71.76 | 44.25 | - |
| YUV | 209.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 160 | 0.25 | 0 | 0.32 | 0.07 | 107.37 | 0.67 | 0.78 |
| Hex | B0 | EC | A0 | 19 | 0 | 20 | 7 | 6B | 43 | 4E |
| Octal | 260 | 354 | 240 | 31 | 0 | 40 | 7 | 153 | 103 | 116 |
| Binary | 10110000 | 11101100 | 10100000 | 11001 | 0 | 100000 | 111 | 1101011 | 1000011 | 1001110 |
Color Harmonies of #B0ECA0
Complementary color
Monochromatic Colors of #B0ECA0
Black with #B0ECA0
Text Example
Text Example
White with #B0ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECA0; }
p { color: rgb(176,236,160); }
H1.HeaderClassName
{
color: #B0ECA0;
}
.AnyTagClassName
{
color: #B0ECA0;
}
</style>
background-color css
<style>
a { background-color: #B0ECA0; }
a { background-color: rgb(176,236,160); }
div.DivClassName
{
background-color: #B0ECA0;
}
.BgClassName
{
background-color: #B0ECA0;
}
</style>
border-color css
<style>
span { border-color: #B0ECA0; }
span { border-color: rgb(176,236,160); }
td.TdClassName
{
border-color: #B0ECA0;
}
.TagClassName
{
border-color: #B0ECA0;
}
</style>