Shades of Madang #BADDA4
Tints of Madang #BADDA4
RGB
CMYK
RGB Variations
Color information
#BADDA4 (or 0xBADDA4) is known color: Madang. HEX triplet: BA, DD and A4. RGB value is (186,221,164). Sum of RGB (Red+Green+Blue) = 186+221+164=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA4 is #45225B. Grayscale: #CCCCCC. Windows color (decimal): -4530780 or 10804666. OLE color: 10804666.
HSL color Cylindrical-coordinate representation of color #BADDA4: hue angle of 96.84º 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 #BADDA4 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 164 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.13 |
| HSL | 96.84º | 0.46% | 0.75% | - |
| HSV(B) | 96.84º | 0.26% | 0.87% | - |
| XYZ | 52.81 | 64.83 | 44.85 | - |
| YUV | 204.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 164 | 0.16 | 0 | 0.26 | 0.13 | 96.84 | 0.46 | 0.75 |
| Hex | BA | DD | A4 | 10 | 0 | 1A | D | 61 | 2E | 4B |
| Octal | 272 | 335 | 244 | 20 | 0 | 32 | 15 | 141 | 56 | 113 |
| Binary | 10111010 | 11011101 | 10100100 | 10000 | 0 | 11010 | 1101 | 1100001 | 101110 | 1001011 |
Color Harmonies of #BADDA4
Complementary color
Monochromatic Colors of #BADDA4
Black with #BADDA4
Text Example
Text Example
White with #BADDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDA4; }
p { color: rgb(186,221,164); }
H1.HeaderClassName
{
color: #BADDA4;
}
.AnyTagClassName
{
color: #BADDA4;
}
</style>
background-color css
<style>
a { background-color: #BADDA4; }
a { background-color: rgb(186,221,164); }
div.DivClassName
{
background-color: #BADDA4;
}
.BgClassName
{
background-color: #BADDA4;
}
</style>
border-color css
<style>
span { border-color: #BADDA4; }
span { border-color: rgb(186,221,164); }
td.TdClassName
{
border-color: #BADDA4;
}
.TagClassName
{
border-color: #BADDA4;
}
</style>