Shades of Madang #B7DC9D
Tints of Madang #B7DC9D
RGB
CMYK
RGB Variations
Color information
#B7DC9D (or 0xB7DC9D) is known color: Madang. HEX triplet: B7, DC and 9D. RGB value is (183,220,157). Sum of RGB (Red+Green+Blue) = 183+220+157=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC9D is #482362. Grayscale: #C9C9C9. Windows color (decimal): -4727651 or 10345655. OLE color: 10345655.
HSL color Cylindrical-coordinate representation of color #B7DC9D: hue angle of 95.24º 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 #B7DC9D is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 157 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.14 |
| HSL | 95.24º | 0.47% | 0.74% | - |
| HSV(B) | 95.24º | 0.29% | 0.86% | - |
| XYZ | 51.21 | 63.69 | 41.49 | - |
| YUV | 201.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 157 | 0.17 | 0 | 0.29 | 0.14 | 95.24 | 0.47 | 0.74 |
| Hex | B7 | DC | 9D | 11 | 0 | 1D | E | 5F | 2F | 4A |
| Octal | 267 | 334 | 235 | 21 | 0 | 35 | 16 | 137 | 57 | 112 |
| Binary | 10110111 | 11011100 | 10011101 | 10001 | 0 | 11101 | 1110 | 1011111 | 101111 | 1001010 |
Color Harmonies of #B7DC9D
Complementary color
Monochromatic Colors of #B7DC9D
Black with #B7DC9D
Text Example
Text Example
White with #B7DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC9D; }
p { color: rgb(183,220,157); }
H1.HeaderClassName
{
color: #B7DC9D;
}
.AnyTagClassName
{
color: #B7DC9D;
}
</style>
background-color css
<style>
a { background-color: #B7DC9D; }
a { background-color: rgb(183,220,157); }
div.DivClassName
{
background-color: #B7DC9D;
}
.BgClassName
{
background-color: #B7DC9D;
}
</style>
border-color css
<style>
span { border-color: #B7DC9D; }
span { border-color: rgb(183,220,157); }
td.TdClassName
{
border-color: #B7DC9D;
}
.TagClassName
{
border-color: #B7DC9D;
}
</style>