Shades of Madang #B0DAA1
Tints of Madang #B0DAA1
RGB
CMYK
RGB Variations
Color information
#B0DAA1 (or 0xB0DAA1) is known color: Madang. HEX triplet: B0, DA and A1. RGB value is (176,218,161). Sum of RGB (Red+Green+Blue) = 176+218+161=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DAA1 is #4F255E. Grayscale: #C7C7C7. Windows color (decimal): -5186911 or 10607280. OLE color: 10607280.
HSL color Cylindrical-coordinate representation of color #B0DAA1: hue angle of 104.21º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0DAA1 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 161 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.15 |
| HSL | 104.21º | 0.44% | 0.74% | - |
| HSV(B) | 104.21º | 0.26% | 0.85% | - |
| XYZ | 49.41 | 61.95 | 43.07 | - |
| YUV | 198.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 161 | 0.19 | 0 | 0.26 | 0.15 | 104.21 | 0.44 | 0.74 |
| Hex | B0 | DA | A1 | 13 | 0 | 1A | F | 68 | 2C | 4A |
| Octal | 260 | 332 | 241 | 23 | 0 | 32 | 17 | 150 | 54 | 112 |
| Binary | 10110000 | 11011010 | 10100001 | 10011 | 0 | 11010 | 1111 | 1101000 | 101100 | 1001010 |
Color Harmonies of #B0DAA1
Complementary color
Monochromatic Colors of #B0DAA1
Black with #B0DAA1
Text Example
Text Example
White with #B0DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAA1; }
p { color: rgb(176,218,161); }
H1.HeaderClassName
{
color: #B0DAA1;
}
.AnyTagClassName
{
color: #B0DAA1;
}
</style>
background-color css
<style>
a { background-color: #B0DAA1; }
a { background-color: rgb(176,218,161); }
div.DivClassName
{
background-color: #B0DAA1;
}
.BgClassName
{
background-color: #B0DAA1;
}
</style>
border-color css
<style>
span { border-color: #B0DAA1; }
span { border-color: rgb(176,218,161); }
td.TdClassName
{
border-color: #B0DAA1;
}
.TagClassName
{
border-color: #B0DAA1;
}
</style>