Shades of Madang #BAE4AA
Tints of Madang #BAE4AA
RGB
CMYK
RGB Variations
Color information
#BAE4AA (or 0xBAE4AA) is known color: Madang. HEX triplet: BA, E4 and AA. RGB value is (186,228,170). Sum of RGB (Red+Green+Blue) = 186+228+170=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE4AA is #451B55. Grayscale: #D1D1D1. Windows color (decimal): -4528982 or 11199674. OLE color: 11199674.
HSL color Cylindrical-coordinate representation of color #BAE4AA: hue angle of 103.45º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE4AA is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 170 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.11 |
| HSL | 103.45º | 0.52% | 0.78% | - |
| HSV(B) | 103.45º | 0.25% | 0.89% | - |
| XYZ | 55.25 | 68.83 | 48.4 | - |
| YUV | 208.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 170 | 0.18 | 0 | 0.25 | 0.11 | 103.45 | 0.52 | 0.78 |
| Hex | BA | E4 | AA | 12 | 0 | 19 | B | 67 | 34 | 4E |
| Octal | 272 | 344 | 252 | 22 | 0 | 31 | 13 | 147 | 64 | 116 |
| Binary | 10111010 | 11100100 | 10101010 | 10010 | 0 | 11001 | 1011 | 1100111 | 110100 | 1001110 |
Color Harmonies of #BAE4AA
Complementary color
Monochromatic Colors of #BAE4AA
Black with #BAE4AA
Text Example
Text Example
White with #BAE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4AA; }
p { color: rgb(186,228,170); }
H1.HeaderClassName
{
color: #BAE4AA;
}
.AnyTagClassName
{
color: #BAE4AA;
}
</style>
background-color css
<style>
a { background-color: #BAE4AA; }
a { background-color: rgb(186,228,170); }
div.DivClassName
{
background-color: #BAE4AA;
}
.BgClassName
{
background-color: #BAE4AA;
}
</style>
border-color css
<style>
span { border-color: #BAE4AA; }
span { border-color: rgb(186,228,170); }
td.TdClassName
{
border-color: #BAE4AA;
}
.TagClassName
{
border-color: #BAE4AA;
}
</style>