Shades of Madang #B0EBA6
Tints of Madang #B0EBA6
RGB
CMYK
RGB Variations
Color information
#B0EBA6 (or 0xB0EBA6) is known color: Madang. HEX triplet: B0, EB and A6. RGB value is (176,235,166). Sum of RGB (Red+Green+Blue) = 176+235+166=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBA6 is #4F1459. Grayscale: #D1D1D1. Windows color (decimal): -5182554 or 10939312. OLE color: 10939312.
HSL color Cylindrical-coordinate representation of color #B0EBA6: hue angle of 111.3º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0EBA6 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 166 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.08 |
| HSL | 111.3º | 0.63% | 0.79% | - |
| HSV(B) | 111.3º | 0.29% | 0.92% | - |
| XYZ | 54.5 | 71.4 | 46.99 | - |
| YUV | 209.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 166 | 0.25 | 0 | 0.29 | 0.08 | 111.3 | 0.63 | 0.79 |
| Hex | B0 | EB | A6 | 19 | 0 | 1D | 8 | 6F | 3F | 4F |
| Octal | 260 | 353 | 246 | 31 | 0 | 35 | 10 | 157 | 77 | 117 |
| Binary | 10110000 | 11101011 | 10100110 | 11001 | 0 | 11101 | 1000 | 1101111 | 111111 | 1001111 |
Color Harmonies of #B0EBA6
Complementary color
Monochromatic Colors of #B0EBA6
Black with #B0EBA6
Text Example
Text Example
White with #B0EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBA6; }
p { color: rgb(176,235,166); }
H1.HeaderClassName
{
color: #B0EBA6;
}
.AnyTagClassName
{
color: #B0EBA6;
}
</style>
background-color css
<style>
a { background-color: #B0EBA6; }
a { background-color: rgb(176,235,166); }
div.DivClassName
{
background-color: #B0EBA6;
}
.BgClassName
{
background-color: #B0EBA6;
}
</style>
border-color css
<style>
span { border-color: #B0EBA6; }
span { border-color: rgb(176,235,166); }
td.TdClassName
{
border-color: #B0EBA6;
}
.TagClassName
{
border-color: #B0EBA6;
}
</style>