Shades of Madang #BAE895
Tints of Madang #BAE895
RGB
CMYK
RGB Variations
Color information
#BAE895 (or 0xBAE895) is known color: Madang. HEX triplet: BA, E8 and 95. RGB value is (186,232,149). Sum of RGB (Red+Green+Blue) = 186+232+149=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE895 is #45176A. Grayscale: #D1D1D1. Windows color (decimal): -4527979 or 9824442. OLE color: 9824442.
HSL color Cylindrical-coordinate representation of color #BAE895: hue angle of 93.25º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE895 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 149 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.09 |
| HSL | 93.25º | 0.64% | 0.75% | - |
| HSV(B) | 93.25º | 0.36% | 0.91% | - |
| XYZ | 54.53 | 70.32 | 39.13 | - |
| YUV | 208.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 149 | 0.20 | 0 | 0.36 | 0.09 | 93.25 | 0.64 | 0.75 |
| Hex | BA | E8 | 95 | 14 | 0 | 24 | 9 | 5D | 40 | 4B |
| Octal | 272 | 350 | 225 | 24 | 0 | 44 | 11 | 135 | 100 | 113 |
| Binary | 10111010 | 11101000 | 10010101 | 10100 | 0 | 100100 | 1001 | 1011101 | 1000000 | 1001011 |
Color Harmonies of #BAE895
Complementary color
Monochromatic Colors of #BAE895
Black with #BAE895
Text Example
Text Example
White with #BAE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE895; }
p { color: rgb(186,232,149); }
H1.HeaderClassName
{
color: #BAE895;
}
.AnyTagClassName
{
color: #BAE895;
}
</style>
background-color css
<style>
a { background-color: #BAE895; }
a { background-color: rgb(186,232,149); }
div.DivClassName
{
background-color: #BAE895;
}
.BgClassName
{
background-color: #BAE895;
}
</style>
border-color css
<style>
span { border-color: #BAE895; }
span { border-color: rgb(186,232,149); }
td.TdClassName
{
border-color: #BAE895;
}
.TagClassName
{
border-color: #BAE895;
}
</style>