Shades of Madang #BAE5A1
Tints of Madang #BAE5A1
RGB
CMYK
RGB Variations
Color information
#BAE5A1 (or 0xBAE5A1) is known color: Madang. HEX triplet: BA, E5 and A1. RGB value is (186,229,161). Sum of RGB (Red+Green+Blue) = 186+229+161=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5A1 is #451A5E. Grayscale: #D0D0D0. Windows color (decimal): -4528735 or 10610106. OLE color: 10610106.
HSL color Cylindrical-coordinate representation of color #BAE5A1: hue angle of 97.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAE5A1 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 161 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.10 |
| HSL | 97.94º | 0.57% | 0.76% | - |
| HSV(B) | 97.94º | 0.3% | 0.9% | - |
| XYZ | 54.7 | 69.05 | 44.16 | - |
| YUV | 208.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 161 | 0.19 | 0 | 0.30 | 0.10 | 97.94 | 0.57 | 0.76 |
| Hex | BA | E5 | A1 | 13 | 0 | 1E | A | 62 | 39 | 4C |
| Octal | 272 | 345 | 241 | 23 | 0 | 36 | 12 | 142 | 71 | 114 |
| Binary | 10111010 | 11100101 | 10100001 | 10011 | 0 | 11110 | 1010 | 1100010 | 111001 | 1001100 |
Color Harmonies of #BAE5A1
Complementary color
Monochromatic Colors of #BAE5A1
Black with #BAE5A1
Text Example
Text Example
White with #BAE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5A1; }
p { color: rgb(186,229,161); }
H1.HeaderClassName
{
color: #BAE5A1;
}
.AnyTagClassName
{
color: #BAE5A1;
}
</style>
background-color css
<style>
a { background-color: #BAE5A1; }
a { background-color: rgb(186,229,161); }
div.DivClassName
{
background-color: #BAE5A1;
}
.BgClassName
{
background-color: #BAE5A1;
}
</style>
border-color css
<style>
span { border-color: #BAE5A1; }
span { border-color: rgb(186,229,161); }
td.TdClassName
{
border-color: #BAE5A1;
}
.TagClassName
{
border-color: #BAE5A1;
}
</style>