Shades of Madang #B1DBA0
Tints of Madang #B1DBA0
RGB
CMYK
RGB Variations
Color information
#B1DBA0 (or 0xB1DBA0) is known color: Madang. HEX triplet: B1, DB and A0. RGB value is (177,219,160). Sum of RGB (Red+Green+Blue) = 177+219+160=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DBA0 is #4E245F. Grayscale: #C7C7C7. Windows color (decimal): -5121120 or 10542001. OLE color: 10542001.
HSL color Cylindrical-coordinate representation of color #B1DBA0: hue angle of 102.71º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1DBA0 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 160 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.14 |
| HSL | 102.71º | 0.45% | 0.74% | - |
| HSV(B) | 102.71º | 0.27% | 0.86% | - |
| XYZ | 49.81 | 62.55 | 42.71 | - |
| YUV | 199.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 160 | 0.19 | 0 | 0.27 | 0.14 | 102.71 | 0.45 | 0.74 |
| Hex | B1 | DB | A0 | 13 | 0 | 1B | E | 67 | 2D | 4A |
| Octal | 261 | 333 | 240 | 23 | 0 | 33 | 16 | 147 | 55 | 112 |
| Binary | 10110001 | 11011011 | 10100000 | 10011 | 0 | 11011 | 1110 | 1100111 | 101101 | 1001010 |
Color Harmonies of #B1DBA0
Complementary color
Monochromatic Colors of #B1DBA0
Black with #B1DBA0
Text Example
Text Example
White with #B1DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBA0; }
p { color: rgb(177,219,160); }
H1.HeaderClassName
{
color: #B1DBA0;
}
.AnyTagClassName
{
color: #B1DBA0;
}
</style>
background-color css
<style>
a { background-color: #B1DBA0; }
a { background-color: rgb(177,219,160); }
div.DivClassName
{
background-color: #B1DBA0;
}
.BgClassName
{
background-color: #B1DBA0;
}
</style>
border-color css
<style>
span { border-color: #B1DBA0; }
span { border-color: rgb(177,219,160); }
td.TdClassName
{
border-color: #B1DBA0;
}
.TagClassName
{
border-color: #B1DBA0;
}
</style>