Shades of Madang #BAE59B
Tints of Madang #BAE59B
RGB
CMYK
RGB Variations
Color information
#BAE59B (or 0xBAE59B) is known color: Madang. HEX triplet: BA, E5 and 9B. RGB value is (186,229,155). Sum of RGB (Red+Green+Blue) = 186+229+155=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE59B is #451A64. Grayscale: #CFCFCF. Windows color (decimal): -4528741 or 10216890. OLE color: 10216890.
HSL color Cylindrical-coordinate representation of color #BAE59B: hue angle of 94.86º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAE59B is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 155 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.10 |
| HSL | 94.86º | 0.59% | 0.75% | - |
| HSV(B) | 94.86º | 0.32% | 0.9% | - |
| XYZ | 54.19 | 68.84 | 41.44 | - |
| YUV | 207.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 155 | 0.19 | 0 | 0.32 | 0.10 | 94.86 | 0.59 | 0.75 |
| Hex | BA | E5 | 9B | 13 | 0 | 20 | A | 5F | 3B | 4B |
| Octal | 272 | 345 | 233 | 23 | 0 | 40 | 12 | 137 | 73 | 113 |
| Binary | 10111010 | 11100101 | 10011011 | 10011 | 0 | 100000 | 1010 | 1011111 | 111011 | 1001011 |
Color Harmonies of #BAE59B
Complementary color
Monochromatic Colors of #BAE59B
Black with #BAE59B
Text Example
Text Example
White with #BAE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE59B; }
p { color: rgb(186,229,155); }
H1.HeaderClassName
{
color: #BAE59B;
}
.AnyTagClassName
{
color: #BAE59B;
}
</style>
background-color css
<style>
a { background-color: #BAE59B; }
a { background-color: rgb(186,229,155); }
div.DivClassName
{
background-color: #BAE59B;
}
.BgClassName
{
background-color: #BAE59B;
}
</style>
border-color css
<style>
span { border-color: #BAE59B; }
span { border-color: rgb(186,229,155); }
td.TdClassName
{
border-color: #BAE59B;
}
.TagClassName
{
border-color: #BAE59B;
}
</style>