Shades of Madang #B0EBA0
Tints of Madang #B0EBA0
RGB
CMYK
RGB Variations
Color information
#B0EBA0 (or 0xB0EBA0) is known color: Madang. HEX triplet: B0, EB and A0. RGB value is (176,235,160). Sum of RGB (Red+Green+Blue) = 176+235+160=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBA0 is #4F145F. Grayscale: #D1D1D1. Windows color (decimal): -5182560 or 10546096. OLE color: 10546096.
HSL color Cylindrical-coordinate representation of color #B0EBA0: hue angle of 107.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0EBA0 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 160 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.08 |
| HSL | 107.2º | 0.65% | 0.77% | - |
| HSV(B) | 107.2º | 0.32% | 0.92% | - |
| XYZ | 53.96 | 71.18 | 44.15 | - |
| YUV | 208.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 160 | 0.25 | 0 | 0.32 | 0.08 | 107.2 | 0.65 | 0.77 |
| Hex | B0 | EB | A0 | 19 | 0 | 20 | 8 | 6B | 41 | 4D |
| Octal | 260 | 353 | 240 | 31 | 0 | 40 | 10 | 153 | 101 | 115 |
| Binary | 10110000 | 11101011 | 10100000 | 11001 | 0 | 100000 | 1000 | 1101011 | 1000001 | 1001101 |
Color Harmonies of #B0EBA0
Complementary color
Monochromatic Colors of #B0EBA0
Black with #B0EBA0
Text Example
Text Example
White with #B0EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBA0; }
p { color: rgb(176,235,160); }
H1.HeaderClassName
{
color: #B0EBA0;
}
.AnyTagClassName
{
color: #B0EBA0;
}
</style>
background-color css
<style>
a { background-color: #B0EBA0; }
a { background-color: rgb(176,235,160); }
div.DivClassName
{
background-color: #B0EBA0;
}
.BgClassName
{
background-color: #B0EBA0;
}
</style>
border-color css
<style>
span { border-color: #B0EBA0; }
span { border-color: rgb(176,235,160); }
td.TdClassName
{
border-color: #B0EBA0;
}
.TagClassName
{
border-color: #B0EBA0;
}
</style>