Shades of Madang #BADEA0
Tints of Madang #BADEA0
RGB
CMYK
RGB Variations
Color information
#BADEA0 (or 0xBADEA0) is known color: Madang. HEX triplet: BA, DE and A0. RGB value is (186,222,160). Sum of RGB (Red+Green+Blue) = 186+222+160=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEA0 is #45215F. Grayscale: #CCCCCC. Windows color (decimal): -4530528 or 10542778. OLE color: 10542778.
HSL color Cylindrical-coordinate representation of color #BADEA0: hue angle of 94.84º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BADEA0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 160 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.13 |
| HSL | 94.84º | 0.48% | 0.75% | - |
| HSV(B) | 94.84º | 0.28% | 0.87% | - |
| XYZ | 52.72 | 65.22 | 43.07 | - |
| YUV | 204.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 160 | 0.16 | 0 | 0.28 | 0.13 | 94.84 | 0.48 | 0.75 |
| Hex | BA | DE | A0 | 10 | 0 | 1C | D | 5F | 30 | 4B |
| Octal | 272 | 336 | 240 | 20 | 0 | 34 | 15 | 137 | 60 | 113 |
| Binary | 10111010 | 11011110 | 10100000 | 10000 | 0 | 11100 | 1101 | 1011111 | 110000 | 1001011 |
Color Harmonies of #BADEA0
Complementary color
Monochromatic Colors of #BADEA0
Black with #BADEA0
Text Example
Text Example
White with #BADEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEA0; }
p { color: rgb(186,222,160); }
H1.HeaderClassName
{
color: #BADEA0;
}
.AnyTagClassName
{
color: #BADEA0;
}
</style>
background-color css
<style>
a { background-color: #BADEA0; }
a { background-color: rgb(186,222,160); }
div.DivClassName
{
background-color: #BADEA0;
}
.BgClassName
{
background-color: #BADEA0;
}
</style>
border-color css
<style>
span { border-color: #BADEA0; }
span { border-color: rgb(186,222,160); }
td.TdClassName
{
border-color: #BADEA0;
}
.TagClassName
{
border-color: #BADEA0;
}
</style>