Shades of Madang #B7DD9C
Tints of Madang #B7DD9C
RGB
CMYK
RGB Variations
Color information
#B7DD9C (or 0xB7DD9C) is known color: Madang. HEX triplet: B7, DD and 9C. RGB value is (183,221,156). Sum of RGB (Red+Green+Blue) = 183+221+156=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DD9C is #482263. Grayscale: #CACACA. Windows color (decimal): -4727396 or 10280375. OLE color: 10280375.
HSL color Cylindrical-coordinate representation of color #B7DD9C: hue angle of 95.08º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7DD9C is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 156 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.13 |
| HSL | 95.08º | 0.49% | 0.74% | - |
| HSV(B) | 95.08º | 0.29% | 0.87% | - |
| XYZ | 51.39 | 64.18 | 41.13 | - |
| YUV | 202.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 156 | 0.17 | 0 | 0.29 | 0.13 | 95.08 | 0.49 | 0.74 |
| Hex | B7 | DD | 9C | 11 | 0 | 1D | D | 5F | 31 | 4A |
| Octal | 267 | 335 | 234 | 21 | 0 | 35 | 15 | 137 | 61 | 112 |
| Binary | 10110111 | 11011101 | 10011100 | 10001 | 0 | 11101 | 1101 | 1011111 | 110001 | 1001010 |
Color Harmonies of #B7DD9C
Complementary color
Monochromatic Colors of #B7DD9C
Black with #B7DD9C
Text Example
Text Example
White with #B7DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD9C; }
p { color: rgb(183,221,156); }
H1.HeaderClassName
{
color: #B7DD9C;
}
.AnyTagClassName
{
color: #B7DD9C;
}
</style>
background-color css
<style>
a { background-color: #B7DD9C; }
a { background-color: rgb(183,221,156); }
div.DivClassName
{
background-color: #B7DD9C;
}
.BgClassName
{
background-color: #B7DD9C;
}
</style>
border-color css
<style>
span { border-color: #B7DD9C; }
span { border-color: rgb(183,221,156); }
td.TdClassName
{
border-color: #B7DD9C;
}
.TagClassName
{
border-color: #B7DD9C;
}
</style>