Shades of Madang #B0DBA3
Tints of Madang #B0DBA3
RGB
CMYK
RGB Variations
Color information
#B0DBA3 (or 0xB0DBA3) is known color: Madang. HEX triplet: B0, DB and A3. RGB value is (176,219,163). Sum of RGB (Red+Green+Blue) = 176+219+163=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBA3 is #4F245C. Grayscale: #C7C7C7. Windows color (decimal): -5186653 or 10738608. OLE color: 10738608.
HSL color Cylindrical-coordinate representation of color #B0DBA3: hue angle of 106.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0DBA3 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 163 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.14 |
| HSL | 106.07º | 0.44% | 0.75% | - |
| HSV(B) | 106.07º | 0.26% | 0.86% | - |
| XYZ | 49.85 | 62.54 | 44.09 | - |
| YUV | 199.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 163 | 0.20 | 0 | 0.26 | 0.14 | 106.07 | 0.44 | 0.75 |
| Hex | B0 | DB | A3 | 14 | 0 | 1A | E | 6A | 2C | 4B |
| Octal | 260 | 333 | 243 | 24 | 0 | 32 | 16 | 152 | 54 | 113 |
| Binary | 10110000 | 11011011 | 10100011 | 10100 | 0 | 11010 | 1110 | 1101010 | 101100 | 1001011 |
Color Harmonies of #B0DBA3
Complementary color
Monochromatic Colors of #B0DBA3
Black with #B0DBA3
Text Example
Text Example
White with #B0DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBA3; }
p { color: rgb(176,219,163); }
H1.HeaderClassName
{
color: #B0DBA3;
}
.AnyTagClassName
{
color: #B0DBA3;
}
</style>
background-color css
<style>
a { background-color: #B0DBA3; }
a { background-color: rgb(176,219,163); }
div.DivClassName
{
background-color: #B0DBA3;
}
.BgClassName
{
background-color: #B0DBA3;
}
</style>
border-color css
<style>
span { border-color: #B0DBA3; }
span { border-color: rgb(176,219,163); }
td.TdClassName
{
border-color: #B0DBA3;
}
.TagClassName
{
border-color: #B0DBA3;
}
</style>