Shades of Madang #B2D6A0
Tints of Madang #B2D6A0
RGB
CMYK
RGB Variations
Color information
#B2D6A0 (or 0xB2D6A0) is known color: Madang. HEX triplet: B2, D6 and A0. RGB value is (178,214,160). Sum of RGB (Red+Green+Blue) = 178+214+160=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D6A0 is #4D295F. Grayscale: #C5C5C5. Windows color (decimal): -5056864 or 10540722. OLE color: 10540722.
HSL color Cylindrical-coordinate representation of color #B2D6A0: hue angle of 100º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D6A0 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 160 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.16 |
| HSL | 100º | 0.4% | 0.73% | - |
| HSV(B) | 100º | 0.25% | 0.84% | - |
| XYZ | 48.75 | 60.1 | 42.29 | - |
| YUV | 197.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 160 | 0.17 | 0 | 0.25 | 0.16 | 100 | 0.4 | 0.73 |
| Hex | B2 | D6 | A0 | 11 | 0 | 19 | 10 | 64 | 28 | 49 |
| Octal | 262 | 326 | 240 | 21 | 0 | 31 | 20 | 144 | 50 | 111 |
| Binary | 10110010 | 11010110 | 10100000 | 10001 | 0 | 11001 | 10000 | 1100100 | 101000 | 1001001 |
Color Harmonies of #B2D6A0
Complementary color
Monochromatic Colors of #B2D6A0
Black with #B2D6A0
Text Example
Text Example
White with #B2D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D6A0; }
p { color: rgb(178,214,160); }
H1.HeaderClassName
{
color: #B2D6A0;
}
.AnyTagClassName
{
color: #B2D6A0;
}
</style>
background-color css
<style>
a { background-color: #B2D6A0; }
a { background-color: rgb(178,214,160); }
div.DivClassName
{
background-color: #B2D6A0;
}
.BgClassName
{
background-color: #B2D6A0;
}
</style>
border-color css
<style>
span { border-color: #B2D6A0; }
span { border-color: rgb(178,214,160); }
td.TdClassName
{
border-color: #B2D6A0;
}
.TagClassName
{
border-color: #B2D6A0;
}
</style>