Shades of Madang #B4DDAB
Tints of Madang #B4DDAB
RGB
CMYK
RGB Variations
Color information
#B4DDAB (or 0xB4DDAB) is known color: Madang. HEX triplet: B4, DD and AB. RGB value is (180,221,171). Sum of RGB (Red+Green+Blue) = 180+221+171=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DDAB is #4B2254. Grayscale: #CBCBCB. Windows color (decimal): -4923989 or 11263412. OLE color: 11263412.
HSL color Cylindrical-coordinate representation of color #B4DDAB: hue angle of 109.2º 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 #B4DDAB is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 171 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.13 |
| HSL | 109.2º | 0.42% | 0.77% | - |
| HSV(B) | 109.2º | 0.23% | 0.87% | - |
| XYZ | 52.03 | 64.36 | 48.21 | - |
| YUV | 203.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 171 | 0.19 | 0 | 0.23 | 0.13 | 109.2 | 0.42 | 0.77 |
| Hex | B4 | DD | AB | 13 | 0 | 17 | D | 6D | 2A | 4D |
| Octal | 264 | 335 | 253 | 23 | 0 | 27 | 15 | 155 | 52 | 115 |
| Binary | 10110100 | 11011101 | 10101011 | 10011 | 0 | 10111 | 1101 | 1101101 | 101010 | 1001101 |
Color Harmonies of #B4DDAB
Complementary color
Monochromatic Colors of #B4DDAB
Black with #B4DDAB
Text Example
Text Example
White with #B4DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDAB; }
p { color: rgb(180,221,171); }
H1.HeaderClassName
{
color: #B4DDAB;
}
.AnyTagClassName
{
color: #B4DDAB;
}
</style>
background-color css
<style>
a { background-color: #B4DDAB; }
a { background-color: rgb(180,221,171); }
div.DivClassName
{
background-color: #B4DDAB;
}
.BgClassName
{
background-color: #B4DDAB;
}
</style>
border-color css
<style>
span { border-color: #B4DDAB; }
span { border-color: rgb(180,221,171); }
td.TdClassName
{
border-color: #B4DDAB;
}
.TagClassName
{
border-color: #B4DDAB;
}
</style>