Shades of Madang #B0DAA7
Tints of Madang #B0DAA7
RGB
CMYK
RGB Variations
Color information
#B0DAA7 (or 0xB0DAA7) is known color: Madang. HEX triplet: B0, DA and A7. RGB value is (176,218,167). Sum of RGB (Red+Green+Blue) = 176+218+167=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DAA7 is #4F2558. Grayscale: #C7C7C7. Windows color (decimal): -5186905 or 11000496. OLE color: 11000496.
HSL color Cylindrical-coordinate representation of color #B0DAA7: hue angle of 109.41º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0DAA7 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 167 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.15 |
| HSL | 109.41º | 0.41% | 0.75% | - |
| HSV(B) | 109.41º | 0.23% | 0.85% | - |
| XYZ | 49.95 | 62.16 | 45.93 | - |
| YUV | 199.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 167 | 0.19 | 0 | 0.23 | 0.15 | 109.41 | 0.41 | 0.75 |
| Hex | B0 | DA | A7 | 13 | 0 | 17 | F | 6D | 29 | 4B |
| Octal | 260 | 332 | 247 | 23 | 0 | 27 | 17 | 155 | 51 | 113 |
| Binary | 10110000 | 11011010 | 10100111 | 10011 | 0 | 10111 | 1111 | 1101101 | 101001 | 1001011 |
Color Harmonies of #B0DAA7
Complementary color
Monochromatic Colors of #B0DAA7
Black with #B0DAA7
Text Example
Text Example
White with #B0DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAA7; }
p { color: rgb(176,218,167); }
H1.HeaderClassName
{
color: #B0DAA7;
}
.AnyTagClassName
{
color: #B0DAA7;
}
</style>
background-color css
<style>
a { background-color: #B0DAA7; }
a { background-color: rgb(176,218,167); }
div.DivClassName
{
background-color: #B0DAA7;
}
.BgClassName
{
background-color: #B0DAA7;
}
</style>
border-color css
<style>
span { border-color: #B0DAA7; }
span { border-color: rgb(176,218,167); }
td.TdClassName
{
border-color: #B0DAA7;
}
.TagClassName
{
border-color: #B0DAA7;
}
</style>