Shades of Madang #BAFA91
Tints of Madang #BAFA91
RGB
CMYK
RGB Variations
Color information
#BAFA91 (or 0xBAFA91) is known color: Madang. HEX triplet: BA, FA and 91. RGB value is (186,250,145). Sum of RGB (Red+Green+Blue) = 186+250+145=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA91 is #45056E. Grayscale: #DBDBDB. Windows color (decimal): -4523375 or 9566906. OLE color: 9566906.
HSL color Cylindrical-coordinate representation of color #BAFA91: hue angle of 96.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAFA91 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 145 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.02 |
| HSL | 96.57º | 0.91% | 0.77% | - |
| HSV(B) | 96.57º | 0.42% | 0.98% | - |
| XYZ | 59.55 | 80.85 | 39.26 | - |
| YUV | 218.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 145 | 0.26 | 0 | 0.42 | 0.02 | 96.57 | 0.91 | 0.77 |
| Hex | BA | FA | 91 | 1A | 0 | 2A | 2 | 61 | 5B | 4D |
| Octal | 272 | 372 | 221 | 32 | 0 | 52 | 2 | 141 | 133 | 115 |
| Binary | 10111010 | 11111010 | 10010001 | 11010 | 0 | 101010 | 10 | 1100001 | 1011011 | 1001101 |
Color Harmonies of #BAFA91
Complementary color
Monochromatic Colors of #BAFA91
Black with #BAFA91
Text Example
Text Example
White with #BAFA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA91; }
p { color: rgb(186,250,145); }
H1.HeaderClassName
{
color: #BAFA91;
}
.AnyTagClassName
{
color: #BAFA91;
}
</style>
background-color css
<style>
a { background-color: #BAFA91; }
a { background-color: rgb(186,250,145); }
div.DivClassName
{
background-color: #BAFA91;
}
.BgClassName
{
background-color: #BAFA91;
}
</style>
border-color css
<style>
span { border-color: #BAFA91; }
span { border-color: rgb(186,250,145); }
td.TdClassName
{
border-color: #BAFA91;
}
.TagClassName
{
border-color: #BAFA91;
}
</style>