Shades of Madang #B2DAA0
Tints of Madang #B2DAA0
RGB
CMYK
RGB Variations
Color information
#B2DAA0 (or 0xB2DAA0) is known color: Madang. HEX triplet: B2, DA and A0. RGB value is (178,218,160). Sum of RGB (Red+Green+Blue) = 178+218+160=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DAA0 is #4D255F. Grayscale: #C7C7C7. Windows color (decimal): -5055840 or 10541746. OLE color: 10541746.
HSL color Cylindrical-coordinate representation of color #B2DAA0: hue angle of 101.38º 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 #B2DAA0 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 160 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.15 |
| HSL | 101.38º | 0.44% | 0.74% | - |
| HSV(B) | 101.38º | 0.27% | 0.85% | - |
| XYZ | 49.78 | 62.15 | 42.63 | - |
| YUV | 199.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 160 | 0.18 | 0 | 0.27 | 0.15 | 101.38 | 0.44 | 0.74 |
| Hex | B2 | DA | A0 | 12 | 0 | 1B | F | 65 | 2C | 4A |
| Octal | 262 | 332 | 240 | 22 | 0 | 33 | 17 | 145 | 54 | 112 |
| Binary | 10110010 | 11011010 | 10100000 | 10010 | 0 | 11011 | 1111 | 1100101 | 101100 | 1001010 |
Color Harmonies of #B2DAA0
Complementary color
Monochromatic Colors of #B2DAA0
Black with #B2DAA0
Text Example
Text Example
White with #B2DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAA0; }
p { color: rgb(178,218,160); }
H1.HeaderClassName
{
color: #B2DAA0;
}
.AnyTagClassName
{
color: #B2DAA0;
}
</style>
background-color css
<style>
a { background-color: #B2DAA0; }
a { background-color: rgb(178,218,160); }
div.DivClassName
{
background-color: #B2DAA0;
}
.BgClassName
{
background-color: #B2DAA0;
}
</style>
border-color css
<style>
span { border-color: #B2DAA0; }
span { border-color: rgb(178,218,160); }
td.TdClassName
{
border-color: #B2DAA0;
}
.TagClassName
{
border-color: #B2DAA0;
}
</style>