Shades of Madang #B2D7A7
Tints of Madang #B2D7A7
RGB
CMYK
RGB Variations
Color information
#B2D7A7 (or 0xB2D7A7) is known color: Madang. HEX triplet: B2, D7 and A7. RGB value is (178,215,167). Sum of RGB (Red+Green+Blue) = 178+215+167=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D7A7 is #4D2858. Grayscale: #C6C6C6. Windows color (decimal): -5056601 or 10999730. OLE color: 10999730.
HSL color Cylindrical-coordinate representation of color #B2D7A7: hue angle of 106.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2D7A7 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 167 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.16 |
| HSL | 106.25º | 0.38% | 0.75% | - |
| HSV(B) | 106.25º | 0.22% | 0.84% | - |
| XYZ | 49.64 | 60.86 | 45.69 | - |
| YUV | 198.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 167 | 0.17 | 0 | 0.22 | 0.16 | 106.25 | 0.38 | 0.75 |
| Hex | B2 | D7 | A7 | 11 | 0 | 16 | 10 | 6A | 26 | 4B |
| Octal | 262 | 327 | 247 | 21 | 0 | 26 | 20 | 152 | 46 | 113 |
| Binary | 10110010 | 11010111 | 10100111 | 10001 | 0 | 10110 | 10000 | 1101010 | 100110 | 1001011 |
Color Harmonies of #B2D7A7
Complementary color
Monochromatic Colors of #B2D7A7
Black with #B2D7A7
Text Example
Text Example
White with #B2D7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D7A7; }
p { color: rgb(178,215,167); }
H1.HeaderClassName
{
color: #B2D7A7;
}
.AnyTagClassName
{
color: #B2D7A7;
}
</style>
background-color css
<style>
a { background-color: #B2D7A7; }
a { background-color: rgb(178,215,167); }
div.DivClassName
{
background-color: #B2D7A7;
}
.BgClassName
{
background-color: #B2D7A7;
}
</style>
border-color css
<style>
span { border-color: #B2D7A7; }
span { border-color: rgb(178,215,167); }
td.TdClassName
{
border-color: #B2D7A7;
}
.TagClassName
{
border-color: #B2D7A7;
}
</style>