Shades of Madang #B2D49F
Tints of Madang #B2D49F
RGB
CMYK
RGB Variations
Color information
#B2D49F (or 0xB2D49F) is known color: Madang. HEX triplet: B2, D4 and 9F. RGB value is (178,212,159). Sum of RGB (Red+Green+Blue) = 178+212+159=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D49F is #4D2B60. Grayscale: #C3C3C3. Windows color (decimal): -5057377 or 10474674. OLE color: 10474674.
HSL color Cylindrical-coordinate representation of color #B2D49F: hue angle of 98.49º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D49F is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 159 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.17 |
| HSL | 98.49º | 0.38% | 0.73% | - |
| HSV(B) | 98.49º | 0.25% | 0.83% | - |
| XYZ | 48.16 | 59.06 | 41.66 | - |
| YUV | 195.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 159 | 0.16 | 0 | 0.25 | 0.17 | 98.49 | 0.38 | 0.73 |
| Hex | B2 | D4 | 9F | 10 | 0 | 19 | 11 | 62 | 26 | 49 |
| Octal | 262 | 324 | 237 | 20 | 0 | 31 | 21 | 142 | 46 | 111 |
| Binary | 10110010 | 11010100 | 10011111 | 10000 | 0 | 11001 | 10001 | 1100010 | 100110 | 1001001 |
Color Harmonies of #B2D49F
Complementary color
Monochromatic Colors of #B2D49F
Black with #B2D49F
Text Example
Text Example
White with #B2D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D49F; }
p { color: rgb(178,212,159); }
H1.HeaderClassName
{
color: #B2D49F;
}
.AnyTagClassName
{
color: #B2D49F;
}
</style>
background-color css
<style>
a { background-color: #B2D49F; }
a { background-color: rgb(178,212,159); }
div.DivClassName
{
background-color: #B2D49F;
}
.BgClassName
{
background-color: #B2D49F;
}
</style>
border-color css
<style>
span { border-color: #B2D49F; }
span { border-color: rgb(178,212,159); }
td.TdClassName
{
border-color: #B2D49F;
}
.TagClassName
{
border-color: #B2D49F;
}
</style>