Shades of Madang #BAEDA1
Tints of Madang #BAEDA1
RGB
CMYK
RGB Variations
Color information
#BAEDA1 (or 0xBAEDA1) is known color: Madang. HEX triplet: BA, ED and A1. RGB value is (186,237,161). Sum of RGB (Red+Green+Blue) = 186+237+161=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDA1 is #45125E. Grayscale: #D5D5D5. Windows color (decimal): -4526687 or 10612154. OLE color: 10612154.
HSL color Cylindrical-coordinate representation of color #BAEDA1: hue angle of 100.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEDA1 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 161 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.07 |
| HSL | 100.26º | 0.68% | 0.78% | - |
| HSV(B) | 100.26º | 0.32% | 0.93% | - |
| XYZ | 56.97 | 73.58 | 44.92 | - |
| YUV | 213.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 161 | 0.22 | 0 | 0.32 | 0.07 | 100.26 | 0.68 | 0.78 |
| Hex | BA | ED | A1 | 16 | 0 | 20 | 7 | 64 | 44 | 4E |
| Octal | 272 | 355 | 241 | 26 | 0 | 40 | 7 | 144 | 104 | 116 |
| Binary | 10111010 | 11101101 | 10100001 | 10110 | 0 | 100000 | 111 | 1100100 | 1000100 | 1001110 |
Color Harmonies of #BAEDA1
Complementary color
Monochromatic Colors of #BAEDA1
Black with #BAEDA1
Text Example
Text Example
White with #BAEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDA1; }
p { color: rgb(186,237,161); }
H1.HeaderClassName
{
color: #BAEDA1;
}
.AnyTagClassName
{
color: #BAEDA1;
}
</style>
background-color css
<style>
a { background-color: #BAEDA1; }
a { background-color: rgb(186,237,161); }
div.DivClassName
{
background-color: #BAEDA1;
}
.BgClassName
{
background-color: #BAEDA1;
}
</style>
border-color css
<style>
span { border-color: #BAEDA1; }
span { border-color: rgb(186,237,161); }
td.TdClassName
{
border-color: #BAEDA1;
}
.TagClassName
{
border-color: #BAEDA1;
}
</style>