Shades of Madang #BAE19C
Tints of Madang #BAE19C
RGB
CMYK
RGB Variations
Color information
#BAE19C (or 0xBAE19C) is known color: Madang. HEX triplet: BA, E1 and 9C. RGB value is (186,225,156). Sum of RGB (Red+Green+Blue) = 186+225+156=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE19C is #451E63. Grayscale: #CDCDCD. Windows color (decimal): -4529764 or 10281402. OLE color: 10281402.
HSL color Cylindrical-coordinate representation of color #BAE19C: hue angle of 93.91º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAE19C is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 156 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.12 |
| HSL | 93.91º | 0.53% | 0.75% | - |
| HSV(B) | 93.91º | 0.31% | 0.88% | - |
| XYZ | 53.18 | 66.69 | 41.52 | - |
| YUV | 205.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 156 | 0.17 | 0 | 0.31 | 0.12 | 93.91 | 0.53 | 0.75 |
| Hex | BA | E1 | 9C | 11 | 0 | 1F | C | 5E | 35 | 4B |
| Octal | 272 | 341 | 234 | 21 | 0 | 37 | 14 | 136 | 65 | 113 |
| Binary | 10111010 | 11100001 | 10011100 | 10001 | 0 | 11111 | 1100 | 1011110 | 110101 | 1001011 |
Color Harmonies of #BAE19C
Complementary color
Monochromatic Colors of #BAE19C
Black with #BAE19C
Text Example
Text Example
White with #BAE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE19C; }
p { color: rgb(186,225,156); }
H1.HeaderClassName
{
color: #BAE19C;
}
.AnyTagClassName
{
color: #BAE19C;
}
</style>
background-color css
<style>
a { background-color: #BAE19C; }
a { background-color: rgb(186,225,156); }
div.DivClassName
{
background-color: #BAE19C;
}
.BgClassName
{
background-color: #BAE19C;
}
</style>
border-color css
<style>
span { border-color: #BAE19C; }
span { border-color: rgb(186,225,156); }
td.TdClassName
{
border-color: #BAE19C;
}
.TagClassName
{
border-color: #BAE19C;
}
</style>