Shades of Madang #BAE9A0
Tints of Madang #BAE9A0
RGB
CMYK
RGB Variations
Color information
#BAE9A0 (or 0xBAE9A0) is known color: Madang. HEX triplet: BA, E9 and A0. RGB value is (186,233,160). Sum of RGB (Red+Green+Blue) = 186+233+160=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE9A0 is #45165F. Grayscale: #D2D2D2. Windows color (decimal): -4527712 or 10545594. OLE color: 10545594.
HSL color Cylindrical-coordinate representation of color #BAE9A0: hue angle of 98.63º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAE9A0 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 160 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.09 |
| HSL | 98.63º | 0.62% | 0.77% | - |
| HSV(B) | 98.63º | 0.31% | 0.91% | - |
| XYZ | 55.73 | 71.26 | 44.07 | - |
| YUV | 210.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 160 | 0.20 | 0 | 0.31 | 0.09 | 98.63 | 0.62 | 0.77 |
| Hex | BA | E9 | A0 | 14 | 0 | 1F | 9 | 63 | 3E | 4D |
| Octal | 272 | 351 | 240 | 24 | 0 | 37 | 11 | 143 | 76 | 115 |
| Binary | 10111010 | 11101001 | 10100000 | 10100 | 0 | 11111 | 1001 | 1100011 | 111110 | 1001101 |
Color Harmonies of #BAE9A0
Complementary color
Monochromatic Colors of #BAE9A0
Black with #BAE9A0
Text Example
Text Example
White with #BAE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9A0; }
p { color: rgb(186,233,160); }
H1.HeaderClassName
{
color: #BAE9A0;
}
.AnyTagClassName
{
color: #BAE9A0;
}
</style>
background-color css
<style>
a { background-color: #BAE9A0; }
a { background-color: rgb(186,233,160); }
div.DivClassName
{
background-color: #BAE9A0;
}
.BgClassName
{
background-color: #BAE9A0;
}
</style>
border-color css
<style>
span { border-color: #BAE9A0; }
span { border-color: rgb(186,233,160); }
td.TdClassName
{
border-color: #BAE9A0;
}
.TagClassName
{
border-color: #BAE9A0;
}
</style>