Shades of Madang #B9DAA8
Tints of Madang #B9DAA8
RGB
CMYK
RGB Variations
Color information
#B9DAA8 (or 0xB9DAA8) is known color: Madang. HEX triplet: B9, DA and A8. RGB value is (185,218,168). Sum of RGB (Red+Green+Blue) = 185+218+168=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DAA8 is #462557. Grayscale: #CACACA. Windows color (decimal): -4597080 or 11066041. OLE color: 11066041.
HSL color Cylindrical-coordinate representation of color #B9DAA8: hue angle of 99.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9DAA8 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 168 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.15 |
| HSL | 99.6º | 0.4% | 0.76% | - |
| HSV(B) | 99.6º | 0.23% | 0.85% | - |
| XYZ | 52.15 | 63.28 | 46.51 | - |
| YUV | 202.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 168 | 0.15 | 0 | 0.23 | 0.15 | 99.6 | 0.4 | 0.76 |
| Hex | B9 | DA | A8 | F | 0 | 17 | F | 64 | 28 | 4C |
| Octal | 271 | 332 | 250 | 17 | 0 | 27 | 17 | 144 | 50 | 114 |
| Binary | 10111001 | 11011010 | 10101000 | 1111 | 0 | 10111 | 1111 | 1100100 | 101000 | 1001100 |
Color Harmonies of #B9DAA8
Complementary color
Monochromatic Colors of #B9DAA8
Black with #B9DAA8
Text Example
Text Example
White with #B9DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAA8; }
p { color: rgb(185,218,168); }
H1.HeaderClassName
{
color: #B9DAA8;
}
.AnyTagClassName
{
color: #B9DAA8;
}
</style>
background-color css
<style>
a { background-color: #B9DAA8; }
a { background-color: rgb(185,218,168); }
div.DivClassName
{
background-color: #B9DAA8;
}
.BgClassName
{
background-color: #B9DAA8;
}
</style>
border-color css
<style>
span { border-color: #B9DAA8; }
span { border-color: rgb(185,218,168); }
td.TdClassName
{
border-color: #B9DAA8;
}
.TagClassName
{
border-color: #B9DAA8;
}
</style>