Shades of Madang #BAE5AC
Tints of Madang #BAE5AC
RGB
CMYK
RGB Variations
Color information
#BAE5AC (or 0xBAE5AC) is known color: Madang. HEX triplet: BA, E5 and AC. RGB value is (186,229,172). Sum of RGB (Red+Green+Blue) = 186+229+172=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5AC is #451A53. Grayscale: #D1D1D1. Windows color (decimal): -4528724 or 11331002. OLE color: 11331002.
HSL color Cylindrical-coordinate representation of color #BAE5AC: hue angle of 105.26º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE5AC is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 172 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.10 |
| HSL | 105.26º | 0.52% | 0.79% | - |
| HSV(B) | 105.26º | 0.25% | 0.9% | - |
| XYZ | 55.72 | 69.46 | 49.5 | - |
| YUV | 209.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 172 | 0.19 | 0 | 0.25 | 0.10 | 105.26 | 0.52 | 0.79 |
| Hex | BA | E5 | AC | 13 | 0 | 19 | A | 69 | 34 | 4F |
| Octal | 272 | 345 | 254 | 23 | 0 | 31 | 12 | 151 | 64 | 117 |
| Binary | 10111010 | 11100101 | 10101100 | 10011 | 0 | 11001 | 1010 | 1101001 | 110100 | 1001111 |
Color Harmonies of #BAE5AC
Complementary color
Monochromatic Colors of #BAE5AC
Black with #BAE5AC
Text Example
Text Example
White with #BAE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5AC; }
p { color: rgb(186,229,172); }
H1.HeaderClassName
{
color: #BAE5AC;
}
.AnyTagClassName
{
color: #BAE5AC;
}
</style>
background-color css
<style>
a { background-color: #BAE5AC; }
a { background-color: rgb(186,229,172); }
div.DivClassName
{
background-color: #BAE5AC;
}
.BgClassName
{
background-color: #BAE5AC;
}
</style>
border-color css
<style>
span { border-color: #BAE5AC; }
span { border-color: rgb(186,229,172); }
td.TdClassName
{
border-color: #BAE5AC;
}
.TagClassName
{
border-color: #BAE5AC;
}
</style>