Shades of Madang #BADDA0
Tints of Madang #BADDA0
RGB
CMYK
RGB Variations
Color information
#BADDA0 (or 0xBADDA0) is known color: Madang. HEX triplet: BA, DD and A0. RGB value is (186,221,160). Sum of RGB (Red+Green+Blue) = 186+221+160=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA0 is #45225F. Grayscale: #CBCBCB. Windows color (decimal): -4530784 or 10542522. OLE color: 10542522.
HSL color Cylindrical-coordinate representation of color #BADDA0: hue angle of 94.43º degrees, saturation: 0.47, 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 #BADDA0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 221 | 160 | - |
CMYK | 0.16 | 0 | 0.28 | 0.13 |
HSL | 94.43º | 0.47% | 0.75% | - |
HSV(B) | 94.43º | 0.28% | 0.87% | - |
XYZ | 52.45 | 64.69 | 42.98 | - |
YUV | 203.58 | 103.4 | 115.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 221 | 160 | 0.16 | 0 | 0.28 | 0.13 | 94.43 | 0.47 | 0.75 |
Hex | BA | DD | A0 | 10 | 0 | 1C | D | 5E | 2F | 4B |
Octal | 272 | 335 | 240 | 20 | 0 | 34 | 15 | 136 | 57 | 113 |
Binary | 10111010 | 11011101 | 10100000 | 10000 | 0 | 11100 | 1101 | 1011110 | 101111 | 1001011 |
Color Harmonies of #BADDA0
Complementary color
Monochromatic Colors of #BADDA0
Black with #BADDA0
Text Example
Text Example
White with #BADDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDA0; }
p { color: rgb(186,221,160); }
H1.HeaderClassName
{
color: #BADDA0;
}
.AnyTagClassName
{
color: #BADDA0;
}
</style>
background-color css
<style>
a { background-color: #BADDA0; }
a { background-color: rgb(186,221,160); }
div.DivClassName
{
background-color: #BADDA0;
}
.BgClassName
{
background-color: #BADDA0;
}
</style>
border-color css
<style>
span { border-color: #BADDA0; }
span { border-color: rgb(186,221,160); }
td.TdClassName
{
border-color: #BADDA0;
}
.TagClassName
{
border-color: #BADDA0;
}
</style>