Shades of Madang #B2DAA1
Tints of Madang #B2DAA1
RGB
CMYK
RGB Variations
Color information
#B2DAA1 (or 0xB2DAA1) is known color: Madang. HEX triplet: B2, DA and A1. RGB value is (178,218,161). Sum of RGB (Red+Green+Blue) = 178+218+161=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DAA1 is #4D255E. Grayscale: #C7C7C7. Windows color (decimal): -5055839 or 10607282. OLE color: 10607282.
HSL color Cylindrical-coordinate representation of color #B2DAA1: hue angle of 102.11º 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 #B2DAA1 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 161 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.15 |
| HSL | 102.11º | 0.44% | 0.74% | - |
| HSV(B) | 102.11º | 0.26% | 0.85% | - |
| XYZ | 49.86 | 62.18 | 43.09 | - |
| YUV | 199.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 161 | 0.18 | 0 | 0.26 | 0.15 | 102.11 | 0.44 | 0.74 |
| Hex | B2 | DA | A1 | 12 | 0 | 1A | F | 66 | 2C | 4A |
| Octal | 262 | 332 | 241 | 22 | 0 | 32 | 17 | 146 | 54 | 112 |
| Binary | 10110010 | 11011010 | 10100001 | 10010 | 0 | 11010 | 1111 | 1100110 | 101100 | 1001010 |
Color Harmonies of #B2DAA1
Complementary color
Monochromatic Colors of #B2DAA1
Black with #B2DAA1
Text Example
Text Example
White with #B2DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAA1; }
p { color: rgb(178,218,161); }
H1.HeaderClassName
{
color: #B2DAA1;
}
.AnyTagClassName
{
color: #B2DAA1;
}
</style>
background-color css
<style>
a { background-color: #B2DAA1; }
a { background-color: rgb(178,218,161); }
div.DivClassName
{
background-color: #B2DAA1;
}
.BgClassName
{
background-color: #B2DAA1;
}
</style>
border-color css
<style>
span { border-color: #B2DAA1; }
span { border-color: rgb(178,218,161); }
td.TdClassName
{
border-color: #B2DAA1;
}
.TagClassName
{
border-color: #B2DAA1;
}
</style>