Shades of Madang #BAFA9E
Tints of Madang #BAFA9E
RGB
CMYK
RGB Variations
Color information
#BAFA9E (or 0xBAFA9E) is known color: Madang. HEX triplet: BA, FA and 9E. RGB value is (186,250,158). Sum of RGB (Red+Green+Blue) = 186+250+158=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA9E is #450561. Grayscale: #DCDCDC. Windows color (decimal): -4523362 or 10418874. OLE color: 10418874.
HSL color Cylindrical-coordinate representation of color #BAFA9E: hue angle of 101.74º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAFA9E is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 158 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.02 |
| HSL | 101.74º | 0.9% | 0.8% | - |
| HSV(B) | 101.74º | 0.37% | 0.98% | - |
| XYZ | 60.61 | 81.28 | 44.84 | - |
| YUV | 220.38 | 92.8 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 158 | 0.26 | 0 | 0.37 | 0.02 | 101.74 | 0.9 | 0.8 |
| Hex | BA | FA | 9E | 1A | 0 | 25 | 2 | 66 | 5A | 50 |
| Octal | 272 | 372 | 236 | 32 | 0 | 45 | 2 | 146 | 132 | 120 |
| Binary | 10111010 | 11111010 | 10011110 | 11010 | 0 | 100101 | 10 | 1100110 | 1011010 | 1010000 |
Color Harmonies of #BAFA9E
Complementary color
Monochromatic Colors of #BAFA9E
Black with #BAFA9E
Text Example
Text Example
White with #BAFA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA9E; }
p { color: rgb(186,250,158); }
H1.HeaderClassName
{
color: #BAFA9E;
}
.AnyTagClassName
{
color: #BAFA9E;
}
</style>
background-color css
<style>
a { background-color: #BAFA9E; }
a { background-color: rgb(186,250,158); }
div.DivClassName
{
background-color: #BAFA9E;
}
.BgClassName
{
background-color: #BAFA9E;
}
</style>
border-color css
<style>
span { border-color: #BAFA9E; }
span { border-color: rgb(186,250,158); }
td.TdClassName
{
border-color: #BAFA9E;
}
.TagClassName
{
border-color: #BAFA9E;
}
</style>