Shades of Madang #BAFC9F
Tints of Madang #BAFC9F
RGB
CMYK
RGB Variations
Color information
#BAFC9F (or 0xBAFC9F) is known color: Madang. HEX triplet: BA, FC and 9F. RGB value is (186,252,159). Sum of RGB (Red+Green+Blue) = 186+252+159=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFC9F is #450360. Grayscale: #DDDDDD. Windows color (decimal): -4522849 or 10484922. OLE color: 10484922.
HSL color Cylindrical-coordinate representation of color #BAFC9F: hue angle of 102.58º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAFC9F is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 159 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.01 |
| HSL | 102.58º | 0.94% | 0.81% | - |
| HSV(B) | 102.58º | 0.37% | 0.99% | - |
| XYZ | 61.32 | 82.56 | 45.51 | - |
| YUV | 221.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 159 | 0.26 | 0 | 0.37 | 0.01 | 102.58 | 0.94 | 0.81 |
| Hex | BA | FC | 9F | 1A | 0 | 25 | 1 | 67 | 5E | 51 |
| Octal | 272 | 374 | 237 | 32 | 0 | 45 | 1 | 147 | 136 | 121 |
| Binary | 10111010 | 11111100 | 10011111 | 11010 | 0 | 100101 | 1 | 1100111 | 1011110 | 1010001 |
Color Harmonies of #BAFC9F
Complementary color
Monochromatic Colors of #BAFC9F
Black with #BAFC9F
Text Example
Text Example
White with #BAFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC9F; }
p { color: rgb(186,252,159); }
H1.HeaderClassName
{
color: #BAFC9F;
}
.AnyTagClassName
{
color: #BAFC9F;
}
</style>
background-color css
<style>
a { background-color: #BAFC9F; }
a { background-color: rgb(186,252,159); }
div.DivClassName
{
background-color: #BAFC9F;
}
.BgClassName
{
background-color: #BAFC9F;
}
</style>
border-color css
<style>
span { border-color: #BAFC9F; }
span { border-color: rgb(186,252,159); }
td.TdClassName
{
border-color: #BAFC9F;
}
.TagClassName
{
border-color: #BAFC9F;
}
</style>