Shades of Madang #B9D7AA
Tints of Madang #B9D7AA
RGB
CMYK
RGB Variations
Color information
#B9D7AA (or 0xB9D7AA) is known color: Madang. HEX triplet: B9, D7 and AA. RGB value is (185,215,170). Sum of RGB (Red+Green+Blue) = 185+215+170=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D7AA is #462855. Grayscale: #C9C9C9. Windows color (decimal): -4597846 or 11196345. OLE color: 11196345.
HSL color Cylindrical-coordinate representation of color #B9D7AA: hue angle of 100º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9D7AA is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 170 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.16 |
| HSL | 100º | 0.36% | 0.75% | - |
| HSV(B) | 100º | 0.21% | 0.84% | - |
| XYZ | 51.56 | 61.82 | 47.24 | - |
| YUV | 200.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 170 | 0.14 | 0 | 0.21 | 0.16 | 100 | 0.36 | 0.75 |
| Hex | B9 | D7 | AA | E | 0 | 15 | 10 | 64 | 24 | 4B |
| Octal | 271 | 327 | 252 | 16 | 0 | 25 | 20 | 144 | 44 | 113 |
| Binary | 10111001 | 11010111 | 10101010 | 1110 | 0 | 10101 | 10000 | 1100100 | 100100 | 1001011 |
Color Harmonies of #B9D7AA
Complementary color
Monochromatic Colors of #B9D7AA
Black with #B9D7AA
Text Example
Text Example
White with #B9D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D7AA; }
p { color: rgb(185,215,170); }
H1.HeaderClassName
{
color: #B9D7AA;
}
.AnyTagClassName
{
color: #B9D7AA;
}
</style>
background-color css
<style>
a { background-color: #B9D7AA; }
a { background-color: rgb(185,215,170); }
div.DivClassName
{
background-color: #B9D7AA;
}
.BgClassName
{
background-color: #B9D7AA;
}
</style>
border-color css
<style>
span { border-color: #B9D7AA; }
span { border-color: rgb(185,215,170); }
td.TdClassName
{
border-color: #B9D7AA;
}
.TagClassName
{
border-color: #B9D7AA;
}
</style>