Shades of Madang #BAEC9C
Tints of Madang #BAEC9C
RGB
CMYK
RGB Variations
Color information
#BAEC9C (or 0xBAEC9C) is known color: Madang. HEX triplet: BA, EC and 9C. RGB value is (186,236,156). Sum of RGB (Red+Green+Blue) = 186+236+156=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC9C is #451363. Grayscale: #D4D4D4. Windows color (decimal): -4526948 or 10284218. OLE color: 10284218.
HSL color Cylindrical-coordinate representation of color #BAEC9C: hue angle of 97.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAEC9C is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 156 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.07 |
| HSL | 97.5º | 0.68% | 0.77% | - |
| HSV(B) | 97.5º | 0.34% | 0.93% | - |
| XYZ | 56.25 | 72.83 | 42.55 | - |
| YUV | 211.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 156 | 0.21 | 0 | 0.34 | 0.07 | 97.5 | 0.68 | 0.77 |
| Hex | BA | EC | 9C | 15 | 0 | 22 | 7 | 62 | 44 | 4D |
| Octal | 272 | 354 | 234 | 25 | 0 | 42 | 7 | 142 | 104 | 115 |
| Binary | 10111010 | 11101100 | 10011100 | 10101 | 0 | 100010 | 111 | 1100010 | 1000100 | 1001101 |
Color Harmonies of #BAEC9C
Complementary color
Monochromatic Colors of #BAEC9C
Black with #BAEC9C
Text Example
Text Example
White with #BAEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC9C; }
p { color: rgb(186,236,156); }
H1.HeaderClassName
{
color: #BAEC9C;
}
.AnyTagClassName
{
color: #BAEC9C;
}
</style>
background-color css
<style>
a { background-color: #BAEC9C; }
a { background-color: rgb(186,236,156); }
div.DivClassName
{
background-color: #BAEC9C;
}
.BgClassName
{
background-color: #BAEC9C;
}
</style>
border-color css
<style>
span { border-color: #BAEC9C; }
span { border-color: rgb(186,236,156); }
td.TdClassName
{
border-color: #BAEC9C;
}
.TagClassName
{
border-color: #BAEC9C;
}
</style>