Shades of Madang #BADDA9
Tints of Madang #BADDA9
RGB
CMYK
RGB Variations
Color information
#BADDA9 (or 0xBADDA9) is known color: Madang. HEX triplet: BA, DD and A9. RGB value is (186,221,169). Sum of RGB (Red+Green+Blue) = 186+221+169=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA9 is #452256. Grayscale: #CCCCCC. Windows color (decimal): -4530775 or 11132346. OLE color: 11132346.
HSL color Cylindrical-coordinate representation of color #BADDA9: hue angle of 100.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADDA9 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 169 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.13 |
| HSL | 100.38º | 0.43% | 0.76% | - |
| HSV(B) | 100.38º | 0.24% | 0.87% | - |
| XYZ | 53.27 | 65.02 | 47.28 | - |
| YUV | 204.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 169 | 0.16 | 0 | 0.24 | 0.13 | 100.38 | 0.43 | 0.76 |
| Hex | BA | DD | A9 | 10 | 0 | 18 | D | 64 | 2B | 4C |
| Octal | 272 | 335 | 251 | 20 | 0 | 30 | 15 | 144 | 53 | 114 |
| Binary | 10111010 | 11011101 | 10101001 | 10000 | 0 | 11000 | 1101 | 1100100 | 101011 | 1001100 |
Color Harmonies of #BADDA9
Complementary color
Monochromatic Colors of #BADDA9
Black with #BADDA9
Text Example
Text Example
White with #BADDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDA9; }
p { color: rgb(186,221,169); }
H1.HeaderClassName
{
color: #BADDA9;
}
.AnyTagClassName
{
color: #BADDA9;
}
</style>
background-color css
<style>
a { background-color: #BADDA9; }
a { background-color: rgb(186,221,169); }
div.DivClassName
{
background-color: #BADDA9;
}
.BgClassName
{
background-color: #BADDA9;
}
</style>
border-color css
<style>
span { border-color: #BADDA9; }
span { border-color: rgb(186,221,169); }
td.TdClassName
{
border-color: #BADDA9;
}
.TagClassName
{
border-color: #BADDA9;
}
</style>