Shades of Madang #B0DBA7
Tints of Madang #B0DBA7
RGB
CMYK
RGB Variations
Color information
#B0DBA7 (or 0xB0DBA7) is known color: Madang. HEX triplet: B0, DB and A7. RGB value is (176,219,167). Sum of RGB (Red+Green+Blue) = 176+219+167=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBA7 is #4F2458. Grayscale: #C8C8C8. Windows color (decimal): -5186649 or 11000752. OLE color: 11000752.
HSL color Cylindrical-coordinate representation of color #B0DBA7: hue angle of 109.62º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0DBA7 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 167 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.14 |
| HSL | 109.62º | 0.42% | 0.76% | - |
| HSV(B) | 109.62º | 0.24% | 0.86% | - |
| XYZ | 50.21 | 62.68 | 46.01 | - |
| YUV | 200.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 167 | 0.20 | 0 | 0.24 | 0.14 | 109.62 | 0.42 | 0.76 |
| Hex | B0 | DB | A7 | 14 | 0 | 18 | E | 6E | 2A | 4C |
| Octal | 260 | 333 | 247 | 24 | 0 | 30 | 16 | 156 | 52 | 114 |
| Binary | 10110000 | 11011011 | 10100111 | 10100 | 0 | 11000 | 1110 | 1101110 | 101010 | 1001100 |
Color Harmonies of #B0DBA7
Complementary color
Monochromatic Colors of #B0DBA7
Black with #B0DBA7
Text Example
Text Example
White with #B0DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBA7; }
p { color: rgb(176,219,167); }
H1.HeaderClassName
{
color: #B0DBA7;
}
.AnyTagClassName
{
color: #B0DBA7;
}
</style>
background-color css
<style>
a { background-color: #B0DBA7; }
a { background-color: rgb(176,219,167); }
div.DivClassName
{
background-color: #B0DBA7;
}
.BgClassName
{
background-color: #B0DBA7;
}
</style>
border-color css
<style>
span { border-color: #B0DBA7; }
span { border-color: rgb(176,219,167); }
td.TdClassName
{
border-color: #B0DBA7;
}
.TagClassName
{
border-color: #B0DBA7;
}
</style>