Shades of Madang #BAF1A0
Tints of Madang #BAF1A0
RGB
CMYK
RGB Variations
Color information
#BAF1A0 (or 0xBAF1A0) is known color: Madang. HEX triplet: BA, F1 and A0. RGB value is (186,241,160). Sum of RGB (Red+Green+Blue) = 186+241+160=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1A0 is #450E5F. Grayscale: #D7D7D7. Windows color (decimal): -4525664 or 10547642. OLE color: 10547642.
HSL color Cylindrical-coordinate representation of color #BAF1A0: hue angle of 100.74º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAF1A0 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 160 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.05 |
| HSL | 100.74º | 0.74% | 0.79% | - |
| HSV(B) | 100.74º | 0.34% | 0.95% | - |
| XYZ | 58.05 | 75.89 | 44.85 | - |
| YUV | 215.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 160 | 0.23 | 0 | 0.34 | 0.05 | 100.74 | 0.74 | 0.79 |
| Hex | BA | F1 | A0 | 17 | 0 | 22 | 5 | 65 | 4A | 4F |
| Octal | 272 | 361 | 240 | 27 | 0 | 42 | 5 | 145 | 112 | 117 |
| Binary | 10111010 | 11110001 | 10100000 | 10111 | 0 | 100010 | 101 | 1100101 | 1001010 | 1001111 |
Color Harmonies of #BAF1A0
Complementary color
Monochromatic Colors of #BAF1A0
Black with #BAF1A0
Text Example
Text Example
White with #BAF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1A0; }
p { color: rgb(186,241,160); }
H1.HeaderClassName
{
color: #BAF1A0;
}
.AnyTagClassName
{
color: #BAF1A0;
}
</style>
background-color css
<style>
a { background-color: #BAF1A0; }
a { background-color: rgb(186,241,160); }
div.DivClassName
{
background-color: #BAF1A0;
}
.BgClassName
{
background-color: #BAF1A0;
}
</style>
border-color css
<style>
span { border-color: #BAF1A0; }
span { border-color: rgb(186,241,160); }
td.TdClassName
{
border-color: #BAF1A0;
}
.TagClassName
{
border-color: #BAF1A0;
}
</style>