Shades of Madang #B2DCA1
Tints of Madang #B2DCA1
RGB
CMYK
RGB Variations
Color information
#B2DCA1 (or 0xB2DCA1) is known color: Madang. HEX triplet: B2, DC and A1. RGB value is (178,220,161). Sum of RGB (Red+Green+Blue) = 178+220+161=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCA1 is #4D235E. Grayscale: #C8C8C8. Windows color (decimal): -5055327 or 10607794. OLE color: 10607794.
HSL color Cylindrical-coordinate representation of color #B2DCA1: hue angle of 102.71º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2DCA1 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 161 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.14 |
| HSL | 102.71º | 0.46% | 0.75% | - |
| HSV(B) | 102.71º | 0.27% | 0.86% | - |
| XYZ | 50.39 | 63.22 | 43.27 | - |
| YUV | 200.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 161 | 0.19 | 0 | 0.27 | 0.14 | 102.71 | 0.46 | 0.75 |
| Hex | B2 | DC | A1 | 13 | 0 | 1B | E | 67 | 2E | 4B |
| Octal | 262 | 334 | 241 | 23 | 0 | 33 | 16 | 147 | 56 | 113 |
| Binary | 10110010 | 11011100 | 10100001 | 10011 | 0 | 11011 | 1110 | 1100111 | 101110 | 1001011 |
Color Harmonies of #B2DCA1
Complementary color
Monochromatic Colors of #B2DCA1
Black with #B2DCA1
Text Example
Text Example
White with #B2DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCA1; }
p { color: rgb(178,220,161); }
H1.HeaderClassName
{
color: #B2DCA1;
}
.AnyTagClassName
{
color: #B2DCA1;
}
</style>
background-color css
<style>
a { background-color: #B2DCA1; }
a { background-color: rgb(178,220,161); }
div.DivClassName
{
background-color: #B2DCA1;
}
.BgClassName
{
background-color: #B2DCA1;
}
</style>
border-color css
<style>
span { border-color: #B2DCA1; }
span { border-color: rgb(178,220,161); }
td.TdClassName
{
border-color: #B2DCA1;
}
.TagClassName
{
border-color: #B2DCA1;
}
</style>