Shades of Madang #B4DC9D
Tints of Madang #B4DC9D
RGB
CMYK
RGB Variations
Color information
#B4DC9D (or 0xB4DC9D) is known color: Madang. HEX triplet: B4, DC and 9D. RGB value is (180,220,157). Sum of RGB (Red+Green+Blue) = 180+220+157=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC9D is #4B2362. Grayscale: #C9C9C9. Windows color (decimal): -4924259 or 10345652. OLE color: 10345652.
HSL color Cylindrical-coordinate representation of color #B4DC9D: hue angle of 98.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DC9D is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 157 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.14 |
| HSL | 98.1º | 0.47% | 0.74% | - |
| HSV(B) | 98.1º | 0.29% | 0.86% | - |
| XYZ | 50.5 | 63.32 | 41.46 | - |
| YUV | 200.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 157 | 0.18 | 0 | 0.29 | 0.14 | 98.1 | 0.47 | 0.74 |
| Hex | B4 | DC | 9D | 12 | 0 | 1D | E | 62 | 2F | 4A |
| Octal | 264 | 334 | 235 | 22 | 0 | 35 | 16 | 142 | 57 | 112 |
| Binary | 10110100 | 11011100 | 10011101 | 10010 | 0 | 11101 | 1110 | 1100010 | 101111 | 1001010 |
Color Harmonies of #B4DC9D
Complementary color
Monochromatic Colors of #B4DC9D
Black with #B4DC9D
Text Example
Text Example
White with #B4DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DC9D; }
p { color: rgb(180,220,157); }
H1.HeaderClassName
{
color: #B4DC9D;
}
.AnyTagClassName
{
color: #B4DC9D;
}
</style>
background-color css
<style>
a { background-color: #B4DC9D; }
a { background-color: rgb(180,220,157); }
div.DivClassName
{
background-color: #B4DC9D;
}
.BgClassName
{
background-color: #B4DC9D;
}
</style>
border-color css
<style>
span { border-color: #B4DC9D; }
span { border-color: rgb(180,220,157); }
td.TdClassName
{
border-color: #B4DC9D;
}
.TagClassName
{
border-color: #B4DC9D;
}
</style>