Shades of Madang #BAE99D
Tints of Madang #BAE99D
RGB
CMYK
RGB Variations
Color information
#BAE99D (or 0xBAE99D) is known color: Madang. HEX triplet: BA, E9 and 9D. RGB value is (186,233,157). Sum of RGB (Red+Green+Blue) = 186+233+157=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE99D is #451662. Grayscale: #D2D2D2. Windows color (decimal): -4527715 or 10348986. OLE color: 10348986.
HSL color Cylindrical-coordinate representation of color #BAE99D: hue angle of 97.11º 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 #BAE99D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 157 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.09 |
| HSL | 97.11º | 0.63% | 0.76% | - |
| HSV(B) | 97.11º | 0.33% | 0.91% | - |
| XYZ | 55.47 | 71.15 | 42.71 | - |
| YUV | 210.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 157 | 0.20 | 0 | 0.33 | 0.09 | 97.11 | 0.63 | 0.76 |
| Hex | BA | E9 | 9D | 14 | 0 | 21 | 9 | 61 | 3F | 4C |
| Octal | 272 | 351 | 235 | 24 | 0 | 41 | 11 | 141 | 77 | 114 |
| Binary | 10111010 | 11101001 | 10011101 | 10100 | 0 | 100001 | 1001 | 1100001 | 111111 | 1001100 |
Color Harmonies of #BAE99D
Complementary color
Monochromatic Colors of #BAE99D
Black with #BAE99D
Text Example
Text Example
White with #BAE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE99D; }
p { color: rgb(186,233,157); }
H1.HeaderClassName
{
color: #BAE99D;
}
.AnyTagClassName
{
color: #BAE99D;
}
</style>
background-color css
<style>
a { background-color: #BAE99D; }
a { background-color: rgb(186,233,157); }
div.DivClassName
{
background-color: #BAE99D;
}
.BgClassName
{
background-color: #BAE99D;
}
</style>
border-color css
<style>
span { border-color: #BAE99D; }
span { border-color: rgb(186,233,157); }
td.TdClassName
{
border-color: #BAE99D;
}
.TagClassName
{
border-color: #BAE99D;
}
</style>