Shades of Madang #B2D3A0
Tints of Madang #B2D3A0
RGB
CMYK
RGB Variations
Color information
#B2D3A0 (or 0xB2D3A0) is known color: Madang. HEX triplet: B2, D3 and A0. RGB value is (178,211,160). Sum of RGB (Red+Green+Blue) = 178+211+160=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D3A0 is #4D2C5F. Grayscale: #C3C3C3. Windows color (decimal): -5057632 or 10539954. OLE color: 10539954.
HSL color Cylindrical-coordinate representation of color #B2D3A0: hue angle of 98.82º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2D3A0 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 160 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.17 |
| HSL | 98.82º | 0.37% | 0.73% | - |
| HSV(B) | 98.82º | 0.24% | 0.83% | - |
| XYZ | 48 | 58.59 | 42.04 | - |
| YUV | 195.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 160 | 0.16 | 0 | 0.24 | 0.17 | 98.82 | 0.37 | 0.73 |
| Hex | B2 | D3 | A0 | 10 | 0 | 18 | 11 | 63 | 25 | 49 |
| Octal | 262 | 323 | 240 | 20 | 0 | 30 | 21 | 143 | 45 | 111 |
| Binary | 10110010 | 11010011 | 10100000 | 10000 | 0 | 11000 | 10001 | 1100011 | 100101 | 1001001 |
Color Harmonies of #B2D3A0
Complementary color
Monochromatic Colors of #B2D3A0
Black with #B2D3A0
Text Example
Text Example
White with #B2D3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D3A0; }
p { color: rgb(178,211,160); }
H1.HeaderClassName
{
color: #B2D3A0;
}
.AnyTagClassName
{
color: #B2D3A0;
}
</style>
background-color css
<style>
a { background-color: #B2D3A0; }
a { background-color: rgb(178,211,160); }
div.DivClassName
{
background-color: #B2D3A0;
}
.BgClassName
{
background-color: #B2D3A0;
}
</style>
border-color css
<style>
span { border-color: #B2D3A0; }
span { border-color: rgb(178,211,160); }
td.TdClassName
{
border-color: #B2D3A0;
}
.TagClassName
{
border-color: #B2D3A0;
}
</style>