Shades of Madang #BAE59C
Tints of Madang #BAE59C
RGB
CMYK
RGB Variations
Color information
#BAE59C (or 0xBAE59C) is known color: Madang. HEX triplet: BA, E5 and 9C. RGB value is (186,229,156). Sum of RGB (Red+Green+Blue) = 186+229+156=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE59C is #451A63. Grayscale: #D0D0D0. Windows color (decimal): -4528740 or 10282426. OLE color: 10282426.
HSL color Cylindrical-coordinate representation of color #BAE59C: hue angle of 95.34º degrees, saturation: 0.58, 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 #BAE59C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 156 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.10 |
| HSL | 95.34º | 0.58% | 0.75% | - |
| HSV(B) | 95.34º | 0.32% | 0.9% | - |
| XYZ | 54.27 | 68.88 | 41.89 | - |
| YUV | 207.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 156 | 0.19 | 0 | 0.32 | 0.10 | 95.34 | 0.58 | 0.75 |
| Hex | BA | E5 | 9C | 13 | 0 | 20 | A | 5F | 3A | 4B |
| Octal | 272 | 345 | 234 | 23 | 0 | 40 | 12 | 137 | 72 | 113 |
| Binary | 10111010 | 11100101 | 10011100 | 10011 | 0 | 100000 | 1010 | 1011111 | 111010 | 1001011 |
Color Harmonies of #BAE59C
Complementary color
Monochromatic Colors of #BAE59C
Black with #BAE59C
Text Example
Text Example
White with #BAE59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE59C; }
p { color: rgb(186,229,156); }
H1.HeaderClassName
{
color: #BAE59C;
}
.AnyTagClassName
{
color: #BAE59C;
}
</style>
background-color css
<style>
a { background-color: #BAE59C; }
a { background-color: rgb(186,229,156); }
div.DivClassName
{
background-color: #BAE59C;
}
.BgClassName
{
background-color: #BAE59C;
}
</style>
border-color css
<style>
span { border-color: #BAE59C; }
span { border-color: rgb(186,229,156); }
td.TdClassName
{
border-color: #BAE59C;
}
.TagClassName
{
border-color: #BAE59C;
}
</style>