Shades of Madang #B4DBA4
Tints of Madang #B4DBA4
RGB
CMYK
RGB Variations
Color information
#B4DBA4 (or 0xB4DBA4) is known color: Madang. HEX triplet: B4, DB and A4. RGB value is (180,219,164). Sum of RGB (Red+Green+Blue) = 180+219+164=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DBA4 is #4B245B. Grayscale: #C9C9C9. Windows color (decimal): -4924508 or 10804148. OLE color: 10804148.
HSL color Cylindrical-coordinate representation of color #B4DBA4: hue angle of 102.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4DBA4 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 164 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.14 |
| HSL | 102.55º | 0.43% | 0.75% | - |
| HSV(B) | 102.55º | 0.25% | 0.86% | - |
| XYZ | 50.85 | 63.05 | 44.61 | - |
| YUV | 201.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 164 | 0.18 | 0 | 0.25 | 0.14 | 102.55 | 0.43 | 0.75 |
| Hex | B4 | DB | A4 | 12 | 0 | 19 | E | 67 | 2B | 4B |
| Octal | 264 | 333 | 244 | 22 | 0 | 31 | 16 | 147 | 53 | 113 |
| Binary | 10110100 | 11011011 | 10100100 | 10010 | 0 | 11001 | 1110 | 1100111 | 101011 | 1001011 |
Color Harmonies of #B4DBA4
Complementary color
Monochromatic Colors of #B4DBA4
Black with #B4DBA4
Text Example
Text Example
White with #B4DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBA4; }
p { color: rgb(180,219,164); }
H1.HeaderClassName
{
color: #B4DBA4;
}
.AnyTagClassName
{
color: #B4DBA4;
}
</style>
background-color css
<style>
a { background-color: #B4DBA4; }
a { background-color: rgb(180,219,164); }
div.DivClassName
{
background-color: #B4DBA4;
}
.BgClassName
{
background-color: #B4DBA4;
}
</style>
border-color css
<style>
span { border-color: #B4DBA4; }
span { border-color: rgb(180,219,164); }
td.TdClassName
{
border-color: #B4DBA4;
}
.TagClassName
{
border-color: #B4DBA4;
}
</style>