Shades of Madang #B0EBA2
Tints of Madang #B0EBA2
RGB
CMYK
RGB Variations
Color information
#B0EBA2 (or 0xB0EBA2) is known color: Madang. HEX triplet: B0, EB and A2. RGB value is (176,235,162). Sum of RGB (Red+Green+Blue) = 176+235+162=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBA2 is #4F145D. Grayscale: #D1D1D1. Windows color (decimal): -5182558 or 10677168. OLE color: 10677168.
HSL color Cylindrical-coordinate representation of color #B0EBA2: hue angle of 108.49º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0EBA2 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 162 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.08 |
| HSL | 108.49º | 0.65% | 0.78% | - |
| HSV(B) | 108.49º | 0.31% | 0.92% | - |
| XYZ | 54.13 | 71.26 | 45.08 | - |
| YUV | 209.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 162 | 0.25 | 0 | 0.31 | 0.08 | 108.49 | 0.65 | 0.78 |
| Hex | B0 | EB | A2 | 19 | 0 | 1F | 8 | 6C | 41 | 4E |
| Octal | 260 | 353 | 242 | 31 | 0 | 37 | 10 | 154 | 101 | 116 |
| Binary | 10110000 | 11101011 | 10100010 | 11001 | 0 | 11111 | 1000 | 1101100 | 1000001 | 1001110 |
Color Harmonies of #B0EBA2
Complementary color
Monochromatic Colors of #B0EBA2
Black with #B0EBA2
Text Example
Text Example
White with #B0EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBA2; }
p { color: rgb(176,235,162); }
H1.HeaderClassName
{
color: #B0EBA2;
}
.AnyTagClassName
{
color: #B0EBA2;
}
</style>
background-color css
<style>
a { background-color: #B0EBA2; }
a { background-color: rgb(176,235,162); }
div.DivClassName
{
background-color: #B0EBA2;
}
.BgClassName
{
background-color: #B0EBA2;
}
</style>
border-color css
<style>
span { border-color: #B0EBA2; }
span { border-color: rgb(176,235,162); }
td.TdClassName
{
border-color: #B0EBA2;
}
.TagClassName
{
border-color: #B0EBA2;
}
</style>