Shades of Madang #B2DBA3
Tints of Madang #B2DBA3
RGB
CMYK
RGB Variations
Color information
#B2DBA3 (or 0xB2DBA3) is known color: Madang. HEX triplet: B2, DB and A3. RGB value is (178,219,163). Sum of RGB (Red+Green+Blue) = 178+219+163=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DBA3 is #4D245C. Grayscale: #C8C8C8. Windows color (decimal): -5055581 or 10738610. OLE color: 10738610.
HSL color Cylindrical-coordinate representation of color #B2DBA3: hue angle of 103.93º 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 #B2DBA3 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 163 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.14 |
| HSL | 103.93º | 0.44% | 0.75% | - |
| HSV(B) | 103.93º | 0.26% | 0.86% | - |
| XYZ | 50.3 | 62.77 | 44.12 | - |
| YUV | 200.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 163 | 0.19 | 0 | 0.26 | 0.14 | 103.93 | 0.44 | 0.75 |
| Hex | B2 | DB | A3 | 13 | 0 | 1A | E | 68 | 2C | 4B |
| Octal | 262 | 333 | 243 | 23 | 0 | 32 | 16 | 150 | 54 | 113 |
| Binary | 10110010 | 11011011 | 10100011 | 10011 | 0 | 11010 | 1110 | 1101000 | 101100 | 1001011 |
Color Harmonies of #B2DBA3
Complementary color
Monochromatic Colors of #B2DBA3
Black with #B2DBA3
Text Example
Text Example
White with #B2DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBA3; }
p { color: rgb(178,219,163); }
H1.HeaderClassName
{
color: #B2DBA3;
}
.AnyTagClassName
{
color: #B2DBA3;
}
</style>
background-color css
<style>
a { background-color: #B2DBA3; }
a { background-color: rgb(178,219,163); }
div.DivClassName
{
background-color: #B2DBA3;
}
.BgClassName
{
background-color: #B2DBA3;
}
</style>
border-color css
<style>
span { border-color: #B2DBA3; }
span { border-color: rgb(178,219,163); }
td.TdClassName
{
border-color: #B2DBA3;
}
.TagClassName
{
border-color: #B2DBA3;
}
</style>