Shades of Madang #B2D4A0
Tints of Madang #B2D4A0
RGB
CMYK
RGB Variations
Color information
#B2D4A0 (or 0xB2D4A0) is known color: Madang. HEX triplet: B2, D4 and A0. RGB value is (178,212,160). Sum of RGB (Red+Green+Blue) = 178+212+160=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D4A0 is #4D2B5F. Grayscale: #C4C4C4. Windows color (decimal): -5057376 or 10540210. OLE color: 10540210.
HSL color Cylindrical-coordinate representation of color #B2D4A0: hue angle of 99.23º 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 #B2D4A0 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 160 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.17 |
| HSL | 99.23º | 0.38% | 0.73% | - |
| HSV(B) | 99.23º | 0.25% | 0.83% | - |
| XYZ | 48.25 | 59.09 | 42.12 | - |
| YUV | 195.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 160 | 0.16 | 0 | 0.25 | 0.17 | 99.23 | 0.38 | 0.73 |
| Hex | B2 | D4 | A0 | 10 | 0 | 19 | 11 | 63 | 26 | 49 |
| Octal | 262 | 324 | 240 | 20 | 0 | 31 | 21 | 143 | 46 | 111 |
| Binary | 10110010 | 11010100 | 10100000 | 10000 | 0 | 11001 | 10001 | 1100011 | 100110 | 1001001 |
Color Harmonies of #B2D4A0
Complementary color
Monochromatic Colors of #B2D4A0
Black with #B2D4A0
Text Example
Text Example
White with #B2D4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D4A0; }
p { color: rgb(178,212,160); }
H1.HeaderClassName
{
color: #B2D4A0;
}
.AnyTagClassName
{
color: #B2D4A0;
}
</style>
background-color css
<style>
a { background-color: #B2D4A0; }
a { background-color: rgb(178,212,160); }
div.DivClassName
{
background-color: #B2D4A0;
}
.BgClassName
{
background-color: #B2D4A0;
}
</style>
border-color css
<style>
span { border-color: #B2D4A0; }
span { border-color: rgb(178,212,160); }
td.TdClassName
{
border-color: #B2D4A0;
}
.TagClassName
{
border-color: #B2D4A0;
}
</style>