Shades of Madang #B2D6AB
Tints of Madang #B2D6AB
RGB
CMYK
RGB Variations
Color information
#B2D6AB (or 0xB2D6AB) is known color: Madang. HEX triplet: B2, D6 and AB. RGB value is (178,214,171). Sum of RGB (Red+Green+Blue) = 178+214+171=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D6AB is #4D2954. Grayscale: #C6C6C6. Windows color (decimal): -5056853 or 11261618. OLE color: 11261618.
HSL color Cylindrical-coordinate representation of color #B2D6AB: hue angle of 110.23º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2D6AB is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 171 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.16 |
| HSL | 110.23º | 0.34% | 0.75% | - |
| HSV(B) | 110.23º | 0.2% | 0.84% | - |
| XYZ | 49.76 | 60.5 | 47.58 | - |
| YUV | 198.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 171 | 0.17 | 0 | 0.20 | 0.16 | 110.23 | 0.34 | 0.75 |
| Hex | B2 | D6 | AB | 11 | 0 | 14 | 10 | 6E | 22 | 4B |
| Octal | 262 | 326 | 253 | 21 | 0 | 24 | 20 | 156 | 42 | 113 |
| Binary | 10110010 | 11010110 | 10101011 | 10001 | 0 | 10100 | 10000 | 1101110 | 100010 | 1001011 |
Color Harmonies of #B2D6AB
Complementary color
Monochromatic Colors of #B2D6AB
Black with #B2D6AB
Text Example
Text Example
White with #B2D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D6AB; }
p { color: rgb(178,214,171); }
H1.HeaderClassName
{
color: #B2D6AB;
}
.AnyTagClassName
{
color: #B2D6AB;
}
</style>
background-color css
<style>
a { background-color: #B2D6AB; }
a { background-color: rgb(178,214,171); }
div.DivClassName
{
background-color: #B2D6AB;
}
.BgClassName
{
background-color: #B2D6AB;
}
</style>
border-color css
<style>
span { border-color: #B2D6AB; }
span { border-color: rgb(178,214,171); }
td.TdClassName
{
border-color: #B2D6AB;
}
.TagClassName
{
border-color: #B2D6AB;
}
</style>