Shades of Madang #B7DC9C
Tints of Madang #B7DC9C
RGB
CMYK
RGB Variations
Color information
#B7DC9C (or 0xB7DC9C) is known color: Madang. HEX triplet: B7, DC and 9C. RGB value is (183,220,156). Sum of RGB (Red+Green+Blue) = 183+220+156=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC9C is #482363. Grayscale: #C9C9C9. Windows color (decimal): -4727652 or 10280119. OLE color: 10280119.
HSL color Cylindrical-coordinate representation of color #B7DC9C: hue angle of 94.69º degrees, saturation: 0.48, 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 #B7DC9C is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 156 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.14 |
| HSL | 94.69º | 0.48% | 0.74% | - |
| HSV(B) | 94.69º | 0.29% | 0.86% | - |
| XYZ | 51.12 | 63.65 | 41.04 | - |
| YUV | 201.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 156 | 0.17 | 0 | 0.29 | 0.14 | 94.69 | 0.48 | 0.74 |
| Hex | B7 | DC | 9C | 11 | 0 | 1D | E | 5F | 30 | 4A |
| Octal | 267 | 334 | 234 | 21 | 0 | 35 | 16 | 137 | 60 | 112 |
| Binary | 10110111 | 11011100 | 10011100 | 10001 | 0 | 11101 | 1110 | 1011111 | 110000 | 1001010 |
Color Harmonies of #B7DC9C
Complementary color
Monochromatic Colors of #B7DC9C
Black with #B7DC9C
Text Example
Text Example
White with #B7DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC9C; }
p { color: rgb(183,220,156); }
H1.HeaderClassName
{
color: #B7DC9C;
}
.AnyTagClassName
{
color: #B7DC9C;
}
</style>
background-color css
<style>
a { background-color: #B7DC9C; }
a { background-color: rgb(183,220,156); }
div.DivClassName
{
background-color: #B7DC9C;
}
.BgClassName
{
background-color: #B7DC9C;
}
</style>
border-color css
<style>
span { border-color: #B7DC9C; }
span { border-color: rgb(183,220,156); }
td.TdClassName
{
border-color: #B7DC9C;
}
.TagClassName
{
border-color: #B7DC9C;
}
</style>