Shades of Madang #B4DCAC
Tints of Madang #B4DCAC
RGB
CMYK
RGB Variations
Color information
#B4DCAC (or 0xB4DCAC) is known color: Madang. HEX triplet: B4, DC and AC. RGB value is (180,220,172). Sum of RGB (Red+Green+Blue) = 180+220+172=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DCAC is #4B2353. Grayscale: #CACACA. Windows color (decimal): -4924244 or 11328692. OLE color: 11328692.
HSL color Cylindrical-coordinate representation of color #B4DCAC: hue angle of 110º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4DCAC is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 172 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.14 |
| HSL | 110º | 0.41% | 0.77% | - |
| HSV(B) | 110º | 0.22% | 0.86% | - |
| XYZ | 51.86 | 63.87 | 48.62 | - |
| YUV | 202.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 172 | 0.18 | 0 | 0.22 | 0.14 | 110 | 0.41 | 0.77 |
| Hex | B4 | DC | AC | 12 | 0 | 16 | E | 6E | 29 | 4D |
| Octal | 264 | 334 | 254 | 22 | 0 | 26 | 16 | 156 | 51 | 115 |
| Binary | 10110100 | 11011100 | 10101100 | 10010 | 0 | 10110 | 1110 | 1101110 | 101001 | 1001101 |
Color Harmonies of #B4DCAC
Complementary color
Monochromatic Colors of #B4DCAC
Black with #B4DCAC
Text Example
Text Example
White with #B4DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCAC; }
p { color: rgb(180,220,172); }
H1.HeaderClassName
{
color: #B4DCAC;
}
.AnyTagClassName
{
color: #B4DCAC;
}
</style>
background-color css
<style>
a { background-color: #B4DCAC; }
a { background-color: rgb(180,220,172); }
div.DivClassName
{
background-color: #B4DCAC;
}
.BgClassName
{
background-color: #B4DCAC;
}
</style>
border-color css
<style>
span { border-color: #B4DCAC; }
span { border-color: rgb(180,220,172); }
td.TdClassName
{
border-color: #B4DCAC;
}
.TagClassName
{
border-color: #B4DCAC;
}
</style>