Shades of Madang #B0DAA0
Tints of Madang #B0DAA0
RGB
CMYK
RGB Variations
Color information
#B0DAA0 (or 0xB0DAA0) is known color: Madang. HEX triplet: B0, DA and A0. RGB value is (176,218,160). Sum of RGB (Red+Green+Blue) = 176+218+160=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DAA0 is #4F255F. Grayscale: #C7C7C7. Windows color (decimal): -5186912 or 10541744. OLE color: 10541744.
HSL color Cylindrical-coordinate representation of color #B0DAA0: hue angle of 103.45º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DAA0 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 160 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.15 |
| HSL | 103.45º | 0.44% | 0.74% | - |
| HSV(B) | 103.45º | 0.27% | 0.85% | - |
| XYZ | 49.32 | 61.91 | 42.61 | - |
| YUV | 198.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 160 | 0.19 | 0 | 0.27 | 0.15 | 103.45 | 0.44 | 0.74 |
| Hex | B0 | DA | A0 | 13 | 0 | 1B | F | 67 | 2C | 4A |
| Octal | 260 | 332 | 240 | 23 | 0 | 33 | 17 | 147 | 54 | 112 |
| Binary | 10110000 | 11011010 | 10100000 | 10011 | 0 | 11011 | 1111 | 1100111 | 101100 | 1001010 |
Color Harmonies of #B0DAA0
Complementary color
Monochromatic Colors of #B0DAA0
Black with #B0DAA0
Text Example
Text Example
White with #B0DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAA0; }
p { color: rgb(176,218,160); }
H1.HeaderClassName
{
color: #B0DAA0;
}
.AnyTagClassName
{
color: #B0DAA0;
}
</style>
background-color css
<style>
a { background-color: #B0DAA0; }
a { background-color: rgb(176,218,160); }
div.DivClassName
{
background-color: #B0DAA0;
}
.BgClassName
{
background-color: #B0DAA0;
}
</style>
border-color css
<style>
span { border-color: #B0DAA0; }
span { border-color: rgb(176,218,160); }
td.TdClassName
{
border-color: #B0DAA0;
}
.TagClassName
{
border-color: #B0DAA0;
}
</style>