Shades of Madang #BAE29D
Tints of Madang #BAE29D
RGB
CMYK
RGB Variations
Color information
#BAE29D (or 0xBAE29D) is known color: Madang. HEX triplet: BA, E2 and 9D. RGB value is (186,226,157). Sum of RGB (Red+Green+Blue) = 186+226+157=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE29D is #451D62. Grayscale: #CECECE. Windows color (decimal): -4529507 or 10347194. OLE color: 10347194.
HSL color Cylindrical-coordinate representation of color #BAE29D: hue angle of 94.78º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAE29D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 157 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.11 |
| HSL | 94.78º | 0.54% | 0.75% | - |
| HSV(B) | 94.78º | 0.31% | 0.89% | - |
| XYZ | 53.53 | 67.27 | 42.06 | - |
| YUV | 206.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 157 | 0.18 | 0 | 0.31 | 0.11 | 94.78 | 0.54 | 0.75 |
| Hex | BA | E2 | 9D | 12 | 0 | 1F | B | 5F | 36 | 4B |
| Octal | 272 | 342 | 235 | 22 | 0 | 37 | 13 | 137 | 66 | 113 |
| Binary | 10111010 | 11100010 | 10011101 | 10010 | 0 | 11111 | 1011 | 1011111 | 110110 | 1001011 |
Color Harmonies of #BAE29D
Complementary color
Monochromatic Colors of #BAE29D
Black with #BAE29D
Text Example
Text Example
White with #BAE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE29D; }
p { color: rgb(186,226,157); }
H1.HeaderClassName
{
color: #BAE29D;
}
.AnyTagClassName
{
color: #BAE29D;
}
</style>
background-color css
<style>
a { background-color: #BAE29D; }
a { background-color: rgb(186,226,157); }
div.DivClassName
{
background-color: #BAE29D;
}
.BgClassName
{
background-color: #BAE29D;
}
</style>
border-color css
<style>
span { border-color: #BAE29D; }
span { border-color: rgb(186,226,157); }
td.TdClassName
{
border-color: #BAE29D;
}
.TagClassName
{
border-color: #BAE29D;
}
</style>