Shades of Madang #B9D3AD
Tints of Madang #B9D3AD
RGB
CMYK
RGB Variations
Color information
#B9D3AD (or 0xB9D3AD) is known color: Madang. HEX triplet: B9, D3 and AD. RGB value is (185,211,173). Sum of RGB (Red+Green+Blue) = 185+211+173=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D3AD is #462C52. Grayscale: #C7C7C7. Windows color (decimal): -4598867 or 11391929. OLE color: 11391929.
HSL color Cylindrical-coordinate representation of color #B9D3AD: hue angle of 101.05º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9D3AD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 173 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.17 |
| HSL | 101.05º | 0.3% | 0.75% | - |
| HSV(B) | 101.05º | 0.18% | 0.83% | - |
| XYZ | 50.84 | 59.92 | 48.42 | - |
| YUV | 198.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 173 | 0.12 | 0 | 0.18 | 0.17 | 101.05 | 0.3 | 0.75 |
| Hex | B9 | D3 | AD | C | 0 | 12 | 11 | 65 | 1E | 4B |
| Octal | 271 | 323 | 255 | 14 | 0 | 22 | 21 | 145 | 36 | 113 |
| Binary | 10111001 | 11010011 | 10101101 | 1100 | 0 | 10010 | 10001 | 1100101 | 11110 | 1001011 |
Color Harmonies of #B9D3AD
Complementary color
Monochromatic Colors of #B9D3AD
Black with #B9D3AD
Text Example
Text Example
White with #B9D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D3AD; }
p { color: rgb(185,211,173); }
H1.HeaderClassName
{
color: #B9D3AD;
}
.AnyTagClassName
{
color: #B9D3AD;
}
</style>
background-color css
<style>
a { background-color: #B9D3AD; }
a { background-color: rgb(185,211,173); }
div.DivClassName
{
background-color: #B9D3AD;
}
.BgClassName
{
background-color: #B9D3AD;
}
</style>
border-color css
<style>
span { border-color: #B9D3AD; }
span { border-color: rgb(185,211,173); }
td.TdClassName
{
border-color: #B9D3AD;
}
.TagClassName
{
border-color: #B9D3AD;
}
</style>