Shades of Madang #BADDA1
Tints of Madang #BADDA1
RGB
CMYK
RGB Variations
Color information
#BADDA1 (or 0xBADDA1) is known color: Madang. HEX triplet: BA, DD and A1. RGB value is (186,221,161). Sum of RGB (Red+Green+Blue) = 186+221+161=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA1 is #45225E. Grayscale: #CBCBCB. Windows color (decimal): -4530783 or 10608058. OLE color: 10608058.
HSL color Cylindrical-coordinate representation of color #BADDA1: hue angle of 95º degrees, saturation: 0.47, 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 #BADDA1 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 161 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.13 |
| HSL | 95º | 0.47% | 0.75% | - |
| HSV(B) | 95º | 0.27% | 0.87% | - |
| XYZ | 52.54 | 64.73 | 43.44 | - |
| YUV | 203.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 161 | 0.16 | 0 | 0.27 | 0.13 | 95 | 0.47 | 0.75 |
| Hex | BA | DD | A1 | 10 | 0 | 1B | D | 5F | 2F | 4B |
| Octal | 272 | 335 | 241 | 20 | 0 | 33 | 15 | 137 | 57 | 113 |
| Binary | 10111010 | 11011101 | 10100001 | 10000 | 0 | 11011 | 1101 | 1011111 | 101111 | 1001011 |
Color Harmonies of #BADDA1
Complementary color
Monochromatic Colors of #BADDA1
Black with #BADDA1
Text Example
Text Example
White with #BADDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDA1; }
p { color: rgb(186,221,161); }
H1.HeaderClassName
{
color: #BADDA1;
}
.AnyTagClassName
{
color: #BADDA1;
}
</style>
background-color css
<style>
a { background-color: #BADDA1; }
a { background-color: rgb(186,221,161); }
div.DivClassName
{
background-color: #BADDA1;
}
.BgClassName
{
background-color: #BADDA1;
}
</style>
border-color css
<style>
span { border-color: #BADDA1; }
span { border-color: rgb(186,221,161); }
td.TdClassName
{
border-color: #BADDA1;
}
.TagClassName
{
border-color: #BADDA1;
}
</style>