Shades of Madang #BAF2AA
Tints of Madang #BAF2AA
RGB
CMYK
RGB Variations
Color information
#BAF2AA (or 0xBAF2AA) is known color: Madang. HEX triplet: BA, F2 and AA. RGB value is (186,242,170). Sum of RGB (Red+Green+Blue) = 186+242+170=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2AA is #450D55. Grayscale: #D9D9D9. Windows color (decimal): -4525398 or 11203258. OLE color: 11203258.
HSL color Cylindrical-coordinate representation of color #BAF2AA: hue angle of 106.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF2AA is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 170 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.05 |
| HSL | 106.67º | 0.73% | 0.81% | - |
| HSV(B) | 106.67º | 0.3% | 0.95% | - |
| XYZ | 59.26 | 76.85 | 49.74 | - |
| YUV | 217.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 170 | 0.23 | 0 | 0.30 | 0.05 | 106.67 | 0.73 | 0.81 |
| Hex | BA | F2 | AA | 17 | 0 | 1E | 5 | 6B | 49 | 51 |
| Octal | 272 | 362 | 252 | 27 | 0 | 36 | 5 | 153 | 111 | 121 |
| Binary | 10111010 | 11110010 | 10101010 | 10111 | 0 | 11110 | 101 | 1101011 | 1001001 | 1010001 |
Color Harmonies of #BAF2AA
Complementary color
Monochromatic Colors of #BAF2AA
Black with #BAF2AA
Text Example
Text Example
White with #BAF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2AA; }
p { color: rgb(186,242,170); }
H1.HeaderClassName
{
color: #BAF2AA;
}
.AnyTagClassName
{
color: #BAF2AA;
}
</style>
background-color css
<style>
a { background-color: #BAF2AA; }
a { background-color: rgb(186,242,170); }
div.DivClassName
{
background-color: #BAF2AA;
}
.BgClassName
{
background-color: #BAF2AA;
}
</style>
border-color css
<style>
span { border-color: #BAF2AA; }
span { border-color: rgb(186,242,170); }
td.TdClassName
{
border-color: #BAF2AA;
}
.TagClassName
{
border-color: #BAF2AA;
}
</style>