Shades of Madang #B0DBA4
Tints of Madang #B0DBA4
RGB
CMYK
RGB Variations
Color information
#B0DBA4 (or 0xB0DBA4) is known color: Madang. HEX triplet: B0, DB and A4. RGB value is (176,219,164). Sum of RGB (Red+Green+Blue) = 176+219+164=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBA4 is #4F245B. Grayscale: #C8C8C8. Windows color (decimal): -5186652 or 10804144. OLE color: 10804144.
HSL color Cylindrical-coordinate representation of color #B0DBA4: hue angle of 106.91º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DBA4 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 164 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.14 |
| HSL | 106.91º | 0.43% | 0.75% | - |
| HSV(B) | 106.91º | 0.25% | 0.86% | - |
| XYZ | 49.94 | 62.57 | 44.57 | - |
| YUV | 199.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 164 | 0.20 | 0 | 0.25 | 0.14 | 106.91 | 0.43 | 0.75 |
| Hex | B0 | DB | A4 | 14 | 0 | 19 | E | 6B | 2B | 4B |
| Octal | 260 | 333 | 244 | 24 | 0 | 31 | 16 | 153 | 53 | 113 |
| Binary | 10110000 | 11011011 | 10100100 | 10100 | 0 | 11001 | 1110 | 1101011 | 101011 | 1001011 |
Color Harmonies of #B0DBA4
Complementary color
Monochromatic Colors of #B0DBA4
Black with #B0DBA4
Text Example
Text Example
White with #B0DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBA4; }
p { color: rgb(176,219,164); }
H1.HeaderClassName
{
color: #B0DBA4;
}
.AnyTagClassName
{
color: #B0DBA4;
}
</style>
background-color css
<style>
a { background-color: #B0DBA4; }
a { background-color: rgb(176,219,164); }
div.DivClassName
{
background-color: #B0DBA4;
}
.BgClassName
{
background-color: #B0DBA4;
}
</style>
border-color css
<style>
span { border-color: #B0DBA4; }
span { border-color: rgb(176,219,164); }
td.TdClassName
{
border-color: #B0DBA4;
}
.TagClassName
{
border-color: #B0DBA4;
}
</style>