Shades of Madang #BAE29C
Tints of Madang #BAE29C
RGB
CMYK
RGB Variations
Color information
#BAE29C (or 0xBAE29C) is known color: Madang. HEX triplet: BA, E2 and 9C. RGB value is (186,226,156). Sum of RGB (Red+Green+Blue) = 186+226+156=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE29C is #451D63. Grayscale: #CECECE. Windows color (decimal): -4529508 or 10281658. OLE color: 10281658.
HSL color Cylindrical-coordinate representation of color #BAE29C: hue angle of 94.29º degrees, saturation: 0.55, 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 #BAE29C is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 156 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.11 |
| HSL | 94.29º | 0.55% | 0.75% | - |
| HSV(B) | 94.29º | 0.31% | 0.89% | - |
| XYZ | 53.45 | 67.23 | 41.61 | - |
| YUV | 206.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 156 | 0.18 | 0 | 0.31 | 0.11 | 94.29 | 0.55 | 0.75 |
| Hex | BA | E2 | 9C | 12 | 0 | 1F | B | 5E | 37 | 4B |
| Octal | 272 | 342 | 234 | 22 | 0 | 37 | 13 | 136 | 67 | 113 |
| Binary | 10111010 | 11100010 | 10011100 | 10010 | 0 | 11111 | 1011 | 1011110 | 110111 | 1001011 |
Color Harmonies of #BAE29C
Complementary color
Monochromatic Colors of #BAE29C
Black with #BAE29C
Text Example
Text Example
White with #BAE29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE29C; }
p { color: rgb(186,226,156); }
H1.HeaderClassName
{
color: #BAE29C;
}
.AnyTagClassName
{
color: #BAE29C;
}
</style>
background-color css
<style>
a { background-color: #BAE29C; }
a { background-color: rgb(186,226,156); }
div.DivClassName
{
background-color: #BAE29C;
}
.BgClassName
{
background-color: #BAE29C;
}
</style>
border-color css
<style>
span { border-color: #BAE29C; }
span { border-color: rgb(186,226,156); }
td.TdClassName
{
border-color: #BAE29C;
}
.TagClassName
{
border-color: #BAE29C;
}
</style>