Shades of Madang #BAE5A3
Tints of Madang #BAE5A3
RGB
CMYK
RGB Variations
Color information
#BAE5A3 (or 0xBAE5A3) is known color: Madang. HEX triplet: BA, E5 and A3. RGB value is (186,229,163). Sum of RGB (Red+Green+Blue) = 186+229+163=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5A3 is #451A5C. Grayscale: #D0D0D0. Windows color (decimal): -4528733 or 10741178. OLE color: 10741178.
HSL color Cylindrical-coordinate representation of color #BAE5A3: hue angle of 99.09º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAE5A3 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 163 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.10 |
| HSL | 99.09º | 0.56% | 0.77% | - |
| HSV(B) | 99.09º | 0.29% | 0.9% | - |
| XYZ | 54.88 | 69.12 | 45.1 | - |
| YUV | 208.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 163 | 0.19 | 0 | 0.29 | 0.10 | 99.09 | 0.56 | 0.77 |
| Hex | BA | E5 | A3 | 13 | 0 | 1D | A | 63 | 38 | 4D |
| Octal | 272 | 345 | 243 | 23 | 0 | 35 | 12 | 143 | 70 | 115 |
| Binary | 10111010 | 11100101 | 10100011 | 10011 | 0 | 11101 | 1010 | 1100011 | 111000 | 1001101 |
Color Harmonies of #BAE5A3
Complementary color
Monochromatic Colors of #BAE5A3
Black with #BAE5A3
Text Example
Text Example
White with #BAE5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5A3; }
p { color: rgb(186,229,163); }
H1.HeaderClassName
{
color: #BAE5A3;
}
.AnyTagClassName
{
color: #BAE5A3;
}
</style>
background-color css
<style>
a { background-color: #BAE5A3; }
a { background-color: rgb(186,229,163); }
div.DivClassName
{
background-color: #BAE5A3;
}
.BgClassName
{
background-color: #BAE5A3;
}
</style>
border-color css
<style>
span { border-color: #BAE5A3; }
span { border-color: rgb(186,229,163); }
td.TdClassName
{
border-color: #BAE5A3;
}
.TagClassName
{
border-color: #BAE5A3;
}
</style>