Shades of Madang #BAE29E
Tints of Madang #BAE29E
RGB
CMYK
RGB Variations
Color information
#BAE29E (or 0xBAE29E) is known color: Madang. HEX triplet: BA, E2 and 9E. RGB value is (186,226,158). Sum of RGB (Red+Green+Blue) = 186+226+158=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE29E is #451D61. Grayscale: #CECECE. Windows color (decimal): -4529506 or 10412730. OLE color: 10412730.
HSL color Cylindrical-coordinate representation of color #BAE29E: hue angle of 95.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAE29E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 158 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.11 |
| HSL | 95.29º | 0.54% | 0.75% | - |
| HSV(B) | 95.29º | 0.3% | 0.89% | - |
| XYZ | 53.62 | 67.3 | 42.51 | - |
| YUV | 206.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 158 | 0.18 | 0 | 0.30 | 0.11 | 95.29 | 0.54 | 0.75 |
| Hex | BA | E2 | 9E | 12 | 0 | 1E | B | 5F | 36 | 4B |
| Octal | 272 | 342 | 236 | 22 | 0 | 36 | 13 | 137 | 66 | 113 |
| Binary | 10111010 | 11100010 | 10011110 | 10010 | 0 | 11110 | 1011 | 1011111 | 110110 | 1001011 |
Color Harmonies of #BAE29E
Complementary color
Monochromatic Colors of #BAE29E
Black with #BAE29E
Text Example
Text Example
White with #BAE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE29E; }
p { color: rgb(186,226,158); }
H1.HeaderClassName
{
color: #BAE29E;
}
.AnyTagClassName
{
color: #BAE29E;
}
</style>
background-color css
<style>
a { background-color: #BAE29E; }
a { background-color: rgb(186,226,158); }
div.DivClassName
{
background-color: #BAE29E;
}
.BgClassName
{
background-color: #BAE29E;
}
</style>
border-color css
<style>
span { border-color: #BAE29E; }
span { border-color: rgb(186,226,158); }
td.TdClassName
{
border-color: #BAE29E;
}
.TagClassName
{
border-color: #BAE29E;
}
</style>