Shades of Madang #BADDA3
Tints of Madang #BADDA3
RGB
CMYK
RGB Variations
Color information
#BADDA3 (or 0xBADDA3) is known color: Madang. HEX triplet: BA, DD and A3. RGB value is (186,221,163). Sum of RGB (Red+Green+Blue) = 186+221+163=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA3 is #45225C. Grayscale: #CCCCCC. Windows color (decimal): -4530781 or 10739130. OLE color: 10739130.
HSL color Cylindrical-coordinate representation of color #BADDA3: hue angle of 96.21º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADDA3 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 221 | 163 | - |
CMYK | 0.16 | 0 | 0.26 | 0.13 |
HSL | 96.21º | 0.46% | 0.75% | - |
HSV(B) | 96.21º | 0.26% | 0.87% | - |
XYZ | 52.72 | 64.8 | 44.38 | - |
YUV | 203.92 | 104.9 | 115.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 221 | 163 | 0.16 | 0 | 0.26 | 0.13 | 96.21 | 0.46 | 0.75 |
Hex | BA | DD | A3 | 10 | 0 | 1A | D | 60 | 2E | 4B |
Octal | 272 | 335 | 243 | 20 | 0 | 32 | 15 | 140 | 56 | 113 |
Binary | 10111010 | 11011101 | 10100011 | 10000 | 0 | 11010 | 1101 | 1100000 | 101110 | 1001011 |
Color Harmonies of #BADDA3
Complementary color
Monochromatic Colors of #BADDA3
Black with #BADDA3
Text Example
Text Example
White with #BADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDA3; }
p { color: rgb(186,221,163); }
H1.HeaderClassName
{
color: #BADDA3;
}
.AnyTagClassName
{
color: #BADDA3;
}
</style>
background-color css
<style>
a { background-color: #BADDA3; }
a { background-color: rgb(186,221,163); }
div.DivClassName
{
background-color: #BADDA3;
}
.BgClassName
{
background-color: #BADDA3;
}
</style>
border-color css
<style>
span { border-color: #BADDA3; }
span { border-color: rgb(186,221,163); }
td.TdClassName
{
border-color: #BADDA3;
}
.TagClassName
{
border-color: #BADDA3;
}
</style>