Shades of Madang #BADFA1
Tints of Madang #BADFA1
RGB
CMYK
RGB Variations
Color information
#BADFA1 (or 0xBADFA1) is known color: Madang. HEX triplet: BA, DF and A1. RGB value is (186,223,161). Sum of RGB (Red+Green+Blue) = 186+223+161=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFA1 is #45205E. Grayscale: #CDCDCD. Windows color (decimal): -4530271 or 10608570. OLE color: 10608570.
HSL color Cylindrical-coordinate representation of color #BADFA1: hue angle of 95.81º degrees, saturation: 0.49, 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 #BADFA1 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 161 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.13 |
| HSL | 95.81º | 0.49% | 0.75% | - |
| HSV(B) | 95.81º | 0.28% | 0.87% | - |
| XYZ | 53.07 | 65.79 | 43.62 | - |
| YUV | 204.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 161 | 0.17 | 0 | 0.28 | 0.13 | 95.81 | 0.49 | 0.75 |
| Hex | BA | DF | A1 | 11 | 0 | 1C | D | 60 | 31 | 4B |
| Octal | 272 | 337 | 241 | 21 | 0 | 34 | 15 | 140 | 61 | 113 |
| Binary | 10111010 | 11011111 | 10100001 | 10001 | 0 | 11100 | 1101 | 1100000 | 110001 | 1001011 |
Color Harmonies of #BADFA1
Complementary color
Monochromatic Colors of #BADFA1
Black with #BADFA1
Text Example
Text Example
White with #BADFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFA1; }
p { color: rgb(186,223,161); }
H1.HeaderClassName
{
color: #BADFA1;
}
.AnyTagClassName
{
color: #BADFA1;
}
</style>
background-color css
<style>
a { background-color: #BADFA1; }
a { background-color: rgb(186,223,161); }
div.DivClassName
{
background-color: #BADFA1;
}
.BgClassName
{
background-color: #BADFA1;
}
</style>
border-color css
<style>
span { border-color: #BADFA1; }
span { border-color: rgb(186,223,161); }
td.TdClassName
{
border-color: #BADFA1;
}
.TagClassName
{
border-color: #BADFA1;
}
</style>