Shades of Madang #BAE3AD
Tints of Madang #BAE3AD
RGB
CMYK
RGB Variations
Color information
#BAE3AD (or 0xBAE3AD) is known color: Madang. HEX triplet: BA, E3 and AD. RGB value is (186,227,173). Sum of RGB (Red+Green+Blue) = 186+227+173=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE3AD is #451C52. Grayscale: #D0D0D0. Windows color (decimal): -4529235 or 11396026. OLE color: 11396026.
HSL color Cylindrical-coordinate representation of color #BAE3AD: hue angle of 105.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE3AD is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 173 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.11 |
| HSL | 105.56º | 0.49% | 0.78% | - |
| HSV(B) | 105.56º | 0.24% | 0.89% | - |
| XYZ | 55.26 | 68.39 | 49.82 | - |
| YUV | 208.59 | 107.92 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 173 | 0.18 | 0 | 0.24 | 0.11 | 105.56 | 0.49 | 0.78 |
| Hex | BA | E3 | AD | 12 | 0 | 18 | B | 6A | 31 | 4E |
| Octal | 272 | 343 | 255 | 22 | 0 | 30 | 13 | 152 | 61 | 116 |
| Binary | 10111010 | 11100011 | 10101101 | 10010 | 0 | 11000 | 1011 | 1101010 | 110001 | 1001110 |
Color Harmonies of #BAE3AD
Complementary color
Monochromatic Colors of #BAE3AD
Black with #BAE3AD
Text Example
Text Example
White with #BAE3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3AD; }
p { color: rgb(186,227,173); }
H1.HeaderClassName
{
color: #BAE3AD;
}
.AnyTagClassName
{
color: #BAE3AD;
}
</style>
background-color css
<style>
a { background-color: #BAE3AD; }
a { background-color: rgb(186,227,173); }
div.DivClassName
{
background-color: #BAE3AD;
}
.BgClassName
{
background-color: #BAE3AD;
}
</style>
border-color css
<style>
span { border-color: #BAE3AD; }
span { border-color: rgb(186,227,173); }
td.TdClassName
{
border-color: #BAE3AD;
}
.TagClassName
{
border-color: #BAE3AD;
}
</style>