Shades of Madang #B9DBAA
Tints of Madang #B9DBAA
RGB
CMYK
RGB Variations
Color information
#B9DBAA (or 0xB9DBAA) is known color: Madang. HEX triplet: B9, DB and AA. RGB value is (185,219,170). Sum of RGB (Red+Green+Blue) = 185+219+170=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DBAA is #462455. Grayscale: #CBCBCB. Windows color (decimal): -4596822 or 11197369. OLE color: 11197369.
HSL color Cylindrical-coordinate representation of color #B9DBAA: hue angle of 101.63º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DBAA is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 170 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.14 |
| HSL | 101.63º | 0.4% | 0.76% | - |
| HSV(B) | 101.63º | 0.22% | 0.86% | - |
| XYZ | 52.59 | 63.88 | 47.59 | - |
| YUV | 203.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 170 | 0.16 | 0 | 0.22 | 0.14 | 101.63 | 0.4 | 0.76 |
| Hex | B9 | DB | AA | 10 | 0 | 16 | E | 66 | 28 | 4C |
| Octal | 271 | 333 | 252 | 20 | 0 | 26 | 16 | 146 | 50 | 114 |
| Binary | 10111001 | 11011011 | 10101010 | 10000 | 0 | 10110 | 1110 | 1100110 | 101000 | 1001100 |
Color Harmonies of #B9DBAA
Complementary color
Monochromatic Colors of #B9DBAA
Black with #B9DBAA
Text Example
Text Example
White with #B9DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBAA; }
p { color: rgb(185,219,170); }
H1.HeaderClassName
{
color: #B9DBAA;
}
.AnyTagClassName
{
color: #B9DBAA;
}
</style>
background-color css
<style>
a { background-color: #B9DBAA; }
a { background-color: rgb(185,219,170); }
div.DivClassName
{
background-color: #B9DBAA;
}
.BgClassName
{
background-color: #B9DBAA;
}
</style>
border-color css
<style>
span { border-color: #B9DBAA; }
span { border-color: rgb(185,219,170); }
td.TdClassName
{
border-color: #B9DBAA;
}
.TagClassName
{
border-color: #B9DBAA;
}
</style>