Shades of Madang #BAE89B
Tints of Madang #BAE89B
RGB
CMYK
RGB Variations
Color information
#BAE89B (or 0xBAE89B) is known color: Madang. HEX triplet: BA, E8 and 9B. RGB value is (186,232,155). Sum of RGB (Red+Green+Blue) = 186+232+155=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE89B is #451764. Grayscale: #D1D1D1. Windows color (decimal): -4527973 or 10217658. OLE color: 10217658.
HSL color Cylindrical-coordinate representation of color #BAE89B: hue angle of 95.84º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAE89B is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 155 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.09 |
| HSL | 95.84º | 0.63% | 0.76% | - |
| HSV(B) | 95.84º | 0.33% | 0.91% | - |
| XYZ | 55.02 | 70.52 | 41.72 | - |
| YUV | 209.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 155 | 0.20 | 0 | 0.33 | 0.09 | 95.84 | 0.63 | 0.76 |
| Hex | BA | E8 | 9B | 14 | 0 | 21 | 9 | 60 | 3F | 4C |
| Octal | 272 | 350 | 233 | 24 | 0 | 41 | 11 | 140 | 77 | 114 |
| Binary | 10111010 | 11101000 | 10011011 | 10100 | 0 | 100001 | 1001 | 1100000 | 111111 | 1001100 |
Color Harmonies of #BAE89B
Complementary color
Monochromatic Colors of #BAE89B
Black with #BAE89B
Text Example
Text Example
White with #BAE89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE89B; }
p { color: rgb(186,232,155); }
H1.HeaderClassName
{
color: #BAE89B;
}
.AnyTagClassName
{
color: #BAE89B;
}
</style>
background-color css
<style>
a { background-color: #BAE89B; }
a { background-color: rgb(186,232,155); }
div.DivClassName
{
background-color: #BAE89B;
}
.BgClassName
{
background-color: #BAE89B;
}
</style>
border-color css
<style>
span { border-color: #BAE89B; }
span { border-color: rgb(186,232,155); }
td.TdClassName
{
border-color: #BAE89B;
}
.TagClassName
{
border-color: #BAE89B;
}
</style>