Shades of Madang #BAE39E
Tints of Madang #BAE39E
RGB
CMYK
RGB Variations
Color information
#BAE39E (or 0xBAE39E) is known color: Madang. HEX triplet: BA, E3 and 9E. RGB value is (186,227,158). Sum of RGB (Red+Green+Blue) = 186+227+158=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE39E is #451C61. Grayscale: #CFCFCF. Windows color (decimal): -4529250 or 10412986. OLE color: 10412986.
HSL color Cylindrical-coordinate representation of color #BAE39E: hue angle of 95.65º degrees, saturation: 0.55, 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 #BAE39E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 158 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.11 |
| HSL | 95.65º | 0.55% | 0.75% | - |
| HSV(B) | 95.65º | 0.3% | 0.89% | - |
| XYZ | 53.89 | 67.85 | 42.6 | - |
| YUV | 206.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 158 | 0.18 | 0 | 0.30 | 0.11 | 95.65 | 0.55 | 0.75 |
| Hex | BA | E3 | 9E | 12 | 0 | 1E | B | 60 | 37 | 4B |
| Octal | 272 | 343 | 236 | 22 | 0 | 36 | 13 | 140 | 67 | 113 |
| Binary | 10111010 | 11100011 | 10011110 | 10010 | 0 | 11110 | 1011 | 1100000 | 110111 | 1001011 |
Color Harmonies of #BAE39E
Complementary color
Monochromatic Colors of #BAE39E
Black with #BAE39E
Text Example
Text Example
White with #BAE39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE39E; }
p { color: rgb(186,227,158); }
H1.HeaderClassName
{
color: #BAE39E;
}
.AnyTagClassName
{
color: #BAE39E;
}
</style>
background-color css
<style>
a { background-color: #BAE39E; }
a { background-color: rgb(186,227,158); }
div.DivClassName
{
background-color: #BAE39E;
}
.BgClassName
{
background-color: #BAE39E;
}
</style>
border-color css
<style>
span { border-color: #BAE39E; }
span { border-color: rgb(186,227,158); }
td.TdClassName
{
border-color: #BAE39E;
}
.TagClassName
{
border-color: #BAE39E;
}
</style>