Shades of Madang #BADEA1
Tints of Madang #BADEA1
RGB
CMYK
RGB Variations
Color information
#BADEA1 (or 0xBADEA1) is known color: Madang. HEX triplet: BA, DE and A1. RGB value is (186,222,161). Sum of RGB (Red+Green+Blue) = 186+222+161=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEA1 is #45215E. Grayscale: #CCCCCC. Windows color (decimal): -4530527 or 10608314. OLE color: 10608314.
HSL color Cylindrical-coordinate representation of color #BADEA1: hue angle of 95.41º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BADEA1 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 161 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.13 |
| HSL | 95.41º | 0.48% | 0.75% | - |
| HSV(B) | 95.41º | 0.27% | 0.87% | - |
| XYZ | 52.8 | 65.25 | 43.53 | - |
| YUV | 204.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 161 | 0.16 | 0 | 0.27 | 0.13 | 95.41 | 0.48 | 0.75 |
| Hex | BA | DE | A1 | 10 | 0 | 1B | D | 5F | 30 | 4B |
| Octal | 272 | 336 | 241 | 20 | 0 | 33 | 15 | 137 | 60 | 113 |
| Binary | 10111010 | 11011110 | 10100001 | 10000 | 0 | 11011 | 1101 | 1011111 | 110000 | 1001011 |
Color Harmonies of #BADEA1
Complementary color
Monochromatic Colors of #BADEA1
Black with #BADEA1
Text Example
Text Example
White with #BADEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEA1; }
p { color: rgb(186,222,161); }
H1.HeaderClassName
{
color: #BADEA1;
}
.AnyTagClassName
{
color: #BADEA1;
}
</style>
background-color css
<style>
a { background-color: #BADEA1; }
a { background-color: rgb(186,222,161); }
div.DivClassName
{
background-color: #BADEA1;
}
.BgClassName
{
background-color: #BADEA1;
}
</style>
border-color css
<style>
span { border-color: #BADEA1; }
span { border-color: rgb(186,222,161); }
td.TdClassName
{
border-color: #BADEA1;
}
.TagClassName
{
border-color: #BADEA1;
}
</style>