Shades of Madang #BAE19B
Tints of Madang #BAE19B
RGB
CMYK
RGB Variations
Color information
#BAE19B (or 0xBAE19B) is known color: Madang. HEX triplet: BA, E1 and 9B. RGB value is (186,225,155). Sum of RGB (Red+Green+Blue) = 186+225+155=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE19B is #451E64. Grayscale: #CDCDCD. Windows color (decimal): -4529765 or 10215866. OLE color: 10215866.
HSL color Cylindrical-coordinate representation of color #BAE19B: hue angle of 93.43º degrees, saturation: 0.54, 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 #BAE19B is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 155 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.12 |
| HSL | 93.43º | 0.54% | 0.75% | - |
| HSV(B) | 93.43º | 0.31% | 0.88% | - |
| XYZ | 53.09 | 66.66 | 41.08 | - |
| YUV | 205.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 155 | 0.17 | 0 | 0.31 | 0.12 | 93.43 | 0.54 | 0.75 |
| Hex | BA | E1 | 9B | 11 | 0 | 1F | C | 5D | 36 | 4B |
| Octal | 272 | 341 | 233 | 21 | 0 | 37 | 14 | 135 | 66 | 113 |
| Binary | 10111010 | 11100001 | 10011011 | 10001 | 0 | 11111 | 1100 | 1011101 | 110110 | 1001011 |
Color Harmonies of #BAE19B
Complementary color
Monochromatic Colors of #BAE19B
Black with #BAE19B
Text Example
Text Example
White with #BAE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE19B; }
p { color: rgb(186,225,155); }
H1.HeaderClassName
{
color: #BAE19B;
}
.AnyTagClassName
{
color: #BAE19B;
}
</style>
background-color css
<style>
a { background-color: #BAE19B; }
a { background-color: rgb(186,225,155); }
div.DivClassName
{
background-color: #BAE19B;
}
.BgClassName
{
background-color: #BAE19B;
}
</style>
border-color css
<style>
span { border-color: #BAE19B; }
span { border-color: rgb(186,225,155); }
td.TdClassName
{
border-color: #BAE19B;
}
.TagClassName
{
border-color: #BAE19B;
}
</style>