Shades of Madang #B2DDAB
Tints of Madang #B2DDAB
RGB
CMYK
RGB Variations
Color information
#B2DDAB (or 0xB2DDAB) is known color: Madang. HEX triplet: B2, DD and AB. RGB value is (178,221,171). Sum of RGB (Red+Green+Blue) = 178+221+171=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DDAB is #4D2254. Grayscale: #CACACA. Windows color (decimal): -5055061 or 11263410. OLE color: 11263410.
HSL color Cylindrical-coordinate representation of color #B2DDAB: hue angle of 111.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2DDAB is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 171 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.13 |
| HSL | 111.6º | 0.42% | 0.77% | - |
| HSV(B) | 111.6º | 0.23% | 0.87% | - |
| XYZ | 51.57 | 64.12 | 48.19 | - |
| YUV | 202.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 171 | 0.19 | 0 | 0.23 | 0.13 | 111.6 | 0.42 | 0.77 |
| Hex | B2 | DD | AB | 13 | 0 | 17 | D | 70 | 2A | 4D |
| Octal | 262 | 335 | 253 | 23 | 0 | 27 | 15 | 160 | 52 | 115 |
| Binary | 10110010 | 11011101 | 10101011 | 10011 | 0 | 10111 | 1101 | 1110000 | 101010 | 1001101 |
Color Harmonies of #B2DDAB
Complementary color
Monochromatic Colors of #B2DDAB
Black with #B2DDAB
Text Example
Text Example
White with #B2DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDAB; }
p { color: rgb(178,221,171); }
H1.HeaderClassName
{
color: #B2DDAB;
}
.AnyTagClassName
{
color: #B2DDAB;
}
</style>
background-color css
<style>
a { background-color: #B2DDAB; }
a { background-color: rgb(178,221,171); }
div.DivClassName
{
background-color: #B2DDAB;
}
.BgClassName
{
background-color: #B2DDAB;
}
</style>
border-color css
<style>
span { border-color: #B2DDAB; }
span { border-color: rgb(178,221,171); }
td.TdClassName
{
border-color: #B2DDAB;
}
.TagClassName
{
border-color: #B2DDAB;
}
</style>