Shades of Madang #BAE99F
Tints of Madang #BAE99F
RGB
CMYK
RGB Variations
Color information
#BAE99F (or 0xBAE99F) is known color: Madang. HEX triplet: BA, E9 and 9F. RGB value is (186,233,159). Sum of RGB (Red+Green+Blue) = 186+233+159=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE99F is #451660. Grayscale: #D2D2D2. Windows color (decimal): -4527713 or 10480058. OLE color: 10480058.
HSL color Cylindrical-coordinate representation of color #BAE99F: hue angle of 98.11º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAE99F is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 159 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.09 |
| HSL | 98.11º | 0.63% | 0.77% | - |
| HSV(B) | 98.11º | 0.32% | 0.91% | - |
| XYZ | 55.65 | 71.22 | 43.61 | - |
| YUV | 210.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 159 | 0.20 | 0 | 0.32 | 0.09 | 98.11 | 0.63 | 0.77 |
| Hex | BA | E9 | 9F | 14 | 0 | 20 | 9 | 62 | 3F | 4D |
| Octal | 272 | 351 | 237 | 24 | 0 | 40 | 11 | 142 | 77 | 115 |
| Binary | 10111010 | 11101001 | 10011111 | 10100 | 0 | 100000 | 1001 | 1100010 | 111111 | 1001101 |
Color Harmonies of #BAE99F
Complementary color
Monochromatic Colors of #BAE99F
Black with #BAE99F
Text Example
Text Example
White with #BAE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE99F; }
p { color: rgb(186,233,159); }
H1.HeaderClassName
{
color: #BAE99F;
}
.AnyTagClassName
{
color: #BAE99F;
}
</style>
background-color css
<style>
a { background-color: #BAE99F; }
a { background-color: rgb(186,233,159); }
div.DivClassName
{
background-color: #BAE99F;
}
.BgClassName
{
background-color: #BAE99F;
}
</style>
border-color css
<style>
span { border-color: #BAE99F; }
span { border-color: rgb(186,233,159); }
td.TdClassName
{
border-color: #BAE99F;
}
.TagClassName
{
border-color: #BAE99F;
}
</style>