Shades of Madang #BAFBA0
Tints of Madang #BAFBA0
RGB
CMYK
RGB Variations
Color information
#BAFBA0 (or 0xBAFBA0) is known color: Madang. HEX triplet: BA, FB and A0. RGB value is (186,251,160). Sum of RGB (Red+Green+Blue) = 186+251+160=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFBA0 is #45045F. Grayscale: #DDDDDD. Windows color (decimal): -4523104 or 10550202. OLE color: 10550202.
HSL color Cylindrical-coordinate representation of color #BAFBA0: hue angle of 102.86º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAFBA0 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 160 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.02 |
| HSL | 102.86º | 0.92% | 0.81% | - |
| HSV(B) | 102.86º | 0.36% | 0.98% | - |
| XYZ | 61.09 | 81.97 | 45.86 | - |
| YUV | 221.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 160 | 0.26 | 0 | 0.36 | 0.02 | 102.86 | 0.92 | 0.81 |
| Hex | BA | FB | A0 | 1A | 0 | 24 | 2 | 67 | 5C | 51 |
| Octal | 272 | 373 | 240 | 32 | 0 | 44 | 2 | 147 | 134 | 121 |
| Binary | 10111010 | 11111011 | 10100000 | 11010 | 0 | 100100 | 10 | 1100111 | 1011100 | 1010001 |
Color Harmonies of #BAFBA0
Complementary color
Monochromatic Colors of #BAFBA0
Black with #BAFBA0
Text Example
Text Example
White with #BAFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBA0; }
p { color: rgb(186,251,160); }
H1.HeaderClassName
{
color: #BAFBA0;
}
.AnyTagClassName
{
color: #BAFBA0;
}
</style>
background-color css
<style>
a { background-color: #BAFBA0; }
a { background-color: rgb(186,251,160); }
div.DivClassName
{
background-color: #BAFBA0;
}
.BgClassName
{
background-color: #BAFBA0;
}
</style>
border-color css
<style>
span { border-color: #BAFBA0; }
span { border-color: rgb(186,251,160); }
td.TdClassName
{
border-color: #BAFBA0;
}
.TagClassName
{
border-color: #BAFBA0;
}
</style>