Shades of Madang #BAF5A0
Tints of Madang #BAF5A0
RGB
CMYK
RGB Variations
Color information
#BAF5A0 (or 0xBAF5A0) is known color: Madang. HEX triplet: BA, F5 and A0. RGB value is (186,245,160). Sum of RGB (Red+Green+Blue) = 186+245+160=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF5A0 is #450A5F. Grayscale: #D9D9D9. Windows color (decimal): -4524640 or 10548666. OLE color: 10548666.
HSL color Cylindrical-coordinate representation of color #BAF5A0: hue angle of 101.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF5A0 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 160 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.04 |
| HSL | 101.65º | 0.81% | 0.79% | - |
| HSV(B) | 101.65º | 0.35% | 0.96% | - |
| XYZ | 59.25 | 78.28 | 45.24 | - |
| YUV | 217.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 160 | 0.24 | 0 | 0.35 | 0.04 | 101.65 | 0.81 | 0.79 |
| Hex | BA | F5 | A0 | 18 | 0 | 23 | 4 | 66 | 51 | 4F |
| Octal | 272 | 365 | 240 | 30 | 0 | 43 | 4 | 146 | 121 | 117 |
| Binary | 10111010 | 11110101 | 10100000 | 11000 | 0 | 100011 | 100 | 1100110 | 1010001 | 1001111 |
Color Harmonies of #BAF5A0
Complementary color
Monochromatic Colors of #BAF5A0
Black with #BAF5A0
Text Example
Text Example
White with #BAF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF5A0; }
p { color: rgb(186,245,160); }
H1.HeaderClassName
{
color: #BAF5A0;
}
.AnyTagClassName
{
color: #BAF5A0;
}
</style>
background-color css
<style>
a { background-color: #BAF5A0; }
a { background-color: rgb(186,245,160); }
div.DivClassName
{
background-color: #BAF5A0;
}
.BgClassName
{
background-color: #BAF5A0;
}
</style>
border-color css
<style>
span { border-color: #BAF5A0; }
span { border-color: rgb(186,245,160); }
td.TdClassName
{
border-color: #BAF5A0;
}
.TagClassName
{
border-color: #BAF5A0;
}
</style>